what are the main events that are used in an ALV report?
Answer Posted / ajay sharma
* Events
slis_ev_item_data_expand type slis_formname value
'ITEM_DATA_EXPAND',
slis_ev_reprep_sel_modify type slis_formname value
'REPREP_SEL_MODIFY',
slis_ev_caller_exit_at_start type slis_formname value
'CALLER_EXIT',
slis_ev_user_command type slis_formname value
'USER_COMMAND',
slis_ev_top_of_page type slis_formname value
'TOP_OF_PAGE',
slis_ev_data_changed type slis_formname value
'DATA_CHANGED',
slis_ev_top_of_coverpage type slis_formname value
'TOP_OF_COVERPAGE',
slis_ev_end_of_coverpage type slis_formname value
'END_OF_COVERPAGE',
slis_ev_foreign_top_of_page type slis_formname
value
'FOREIGN_TOP_OF_PAGE',
slis_ev_foreign_end_of_page type slis_formname
value
'FOREIGN_END_OF_PAGE',
slis_ev_pf_status_set type slis_formname value
'PF_STATUS_SET',
slis_ev_list_modify type slis_formname value
'LIST_MODIFY',
slis_ev_top_of_list type slis_formname value
'TOP_OF_LIST',
slis_ev_end_of_page type slis_formname value
'END_OF_PAGE',
slis_ev_end_of_list type slis_formname value
'END_OF_LIST',
slis_ev_after_line_output type slis_formname value
'AFTER_LINE_OUTPUT',
slis_ev_before_line_output type slis_formname value
'BEFORE_LINE_OUTPUT',
slis_ev_subtotal_text type slis_formname value
'SUBTOTAL_TEXT',
slis_ev_grouplevel_change type slis_formname value
'GROUPLEVEL_CHANGE',
slis_ev_context_menu type slis_formname value
'CONTEXT_MENU'.
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
What are the advantages of abap query tool?
What is the meaning of sap r/3?
What is a database view? : abap data dictionary
How do you populate data into a multiple line field? : abap bdc
What is view? Explain the different types of view?
What is tcode se16. For what is it used. Explain briefly?
Explain data dictionary in abap?
What is projection view?
Can you define a field without a data element?
What is a sequence of event-triggered in report?
What is ole?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What are the user interfaces of interactive lists?
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
Explain Singleton class