ENDFORM. " ALV_USER_COMMAND 运行效果:
You can query the function codes of your self-defined functions also in the before_user_command and after_user_command events. These events are triggered by the control before or after the user_command event. Event parameter Meaning E_UCOMM TYPE SY-UCOMM Function code for self-defined...
check not gt_grid-i_callback_user_command is initial. check not i_callback_program is initial. perform selfield_get using ls_selfield. if r_ucomm is initial. r_ucomm = '&IC1'. endif. perform (gt_grid-i_callback_user_command) in program (i_callback_program) using r_ucomm ls_...
SAP Managed Tags: ABAP Development You have to code in at selection-screen output tp change the selection screen dynamically. Refer the following: REPORT ztestab1. PARAMETERS: p_quart RADIOBUTTON GROUP g1 DEFAULT 'X' USER-COMMAND fil, p_annual RADIOBUTTON GROUP g1. PARAMETERS: p_ch1 ...
<use_user_command> ::= USE USER <user_spec> [SCHEMA <schema_name>] [DB <database_spec>] [<isolation_level_spec>] <user_spec> ::= <database_user> <password> <database_spec> ::= <database_name> [ON <database_computer> [ENCRYPTION <protocol_name>]] <isolation_level_spec> ::...
SAP Managed Tags: ABAP Development how to handle user command in alv grid? if we want to select only one row, but we get a table from calling method get_selected_rows. is there any method or way of getting a single row which is selected?Reply...
This has been done by setting the 'details_popup' in the layout.The requirement I have is that when I double click on the line, the same pop-up needs to be shown containing that line details. I believe I should use the 'user command' but I'm not sure how this is done. Can ...
SAP Managed Tags: ABAP Development the other guys have explained how to set up the user_command, but in case your problem is actually getting the FB03 to fire up... You need to read the source table which populated the ALV line being selected. ...
SAP Managed Tags: SAP CodeJam, ABAP Development Hi All, I have to execute an unix command in abap. the unix command look like this : 'ksh /usr/local/bin/scripts/PUTtransfer /DEXIA/Send/sending.0000789529.000' abap look like this : concatenate 'ksh /usr/local/bin/scripts/PUTtransfer /...
ABAP WRITE statement command with in SAP to display data report to users The write statement was once the bread and butter of SAP report writing if a user wanted to view the data on screen. This is not used as much for report writing as easier more advanced techniques are available such ...