Where the data captured data is stored in ALV Interactive
Reports using usercommand??
I_callback_usercommand
Answers were Sorted based on User's Feedback
Answer / 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 |
captured records are stored in SELFIELD TYPE SLIS_SELFIELD.
by using SELFIELD-VALUE we can go to next step.
Is This Answer Correct ? | 1 Yes | 0 No |
What two statements are required in an abap program to output an icon using a written statement?
What's the difference between AT NEW and AT END OF events?
How do you generate Interactive report using ALV's?
explain about step loop and table control.
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What are match codes? describe?
what is the difference between a table and template in Smartforms?
4 Answers HCL, Tech Mahindra, Wipro,
wat are the user exits for the po reports?
Difference between top-of-page and top-of-page during at line- selection?
what is the difference between functional spec and technical spec
what is the procedure for direct I/P method?