8) What are the compulsary values in RESUSE_LIST_DISPLAY
and RESUSE_LIST_GRID?
Answer Posted / 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 |
Post New Answer View All Answers
What are types of select statements?
What is the difference between RETURNING and CHANGING parameters for a method?
Explain Singleton class
Type casting and error handling
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
How can we create callable modules of program code within one abap/4 program?
What are the functional areas? User groups?
What is abap work bench?
Explain what are the events in screen programming?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
How do you work with semi colon se[arated files in BDC ?
What is meant by hot spots? : abap data dictionary
How do you write transaction programs in sap?
What is the use of lock objects?
What is the difference between collect and append statements?