8) What are the compulsary values in RESUSE_LIST_DISPLAY
and RESUSE_LIST_GRID?
Answers were Sorted based on User's Feedback
Answer / kamal kumar
I_CALLBACK_PROGRAM <sy-repid>
IT_FIELDCAT <field table>
T_OUTTAB <Value Table>
Is This Answer Correct ? | 18 Yes | 0 No |
Answer / pankaj singh
Compulsory values in ALV_LIST_DISPLAY are:-
(a) I_callback_program : report_id.
(b) I_callback_pf_status_set :
(c) I_callback_user_command:
(d) It_fieldcat.
Compulsory values in ALV_Grid_DISPLAY are:-
(a) I_callback_program : report_id.
(b) I_callback_pf_status_set : routine for pf status
(c) I_callback_user_command: routine for user command
(d) it_fieldcat
(e) Is_layout
Is This Answer Correct ? | 2 Yes | 15 No |
What is the difference between open sql & native sql ?
3 Answers Accenture, SAP Labs,
How can end-of-selection be used?
How to upload more than 2GB file from External Source to SAP?
diff b/w call trans. and session method.
What is the meaning of table buffer? This buffer is used by which type oftable?
Badi concepts
What is the significance of the memory table ‘screen’?
What is function group?
How can we display multiple alv's without using containers?
What is screen flow logic? What are the sections in it? Explain PAI and PBO.
how to handle the errors (duplicate records) in CALL TRANSACTION METHOD and HOW CAN WE SHOW THE ENDUSER ABOUT THE ERROR RECORD
Types of updating in call tr?