Where the data captured data is stored in ALV Interactive
Reports using usercommand??
I_callback_usercommand
Answer Posted / dilip
We need pass a value to user command parameter i.e.
I_callback_user command = 'USER_COMMAND'.
Then we need to explicitly create Form ( subroutine ) with name USER_COMMAND.
FORM USER_COMMAND USING OK_CODE LIKE SY-UCOMM
SELFIELD TYPE SLIS_SELFIELD.
.
CASE COMMAND.
WHEN '&IC1'. " When ever user click on the action will be
" stored under this sy-ucomm value
*--- selfield structure will actually hold the table index of internal table/value base on which we can build our logic furter.
READ TABLE T_EKKO INTO LWA_EKKO INDEX SELFIELD-TABINDEX.
IF SY-SUBRC = 0.
ENDIF.
WHEN OTHERS.
ENDCASE.
ENDFORM
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
SM35 transaction, How to automate BDC ?
after creating lock object if does n't access record by second user what should we do?
What are two methods of modifying sap standard tables? : abap data dictionary
What is the use of start-of-selection.,if not use in report what will happen,?
Reports: Event functionality.
What are the data classes in abap?
How will you find manager of an employee
Explain the uses of the simple maintenance interface? : sap abap hr
Did you create any joins?
What are the parameters in bdc_insert? : abap bdc
What are the uses of secondary indexes?
What is the difference between data elements and domains? : abap data dictionary
What is sap luw or update transaction?
What are the different database integrities?