what are the main events that are used in an ALV report?
Answers were Sorted based on User's Feedback
Answer / nirmal
These are the main events that are used in an ALV report.
1. USER_COMMAND
2. TOP_OF_PAGE
3. PF_STATUS_SET
4. TOP_OF_LIST
5. END_OF_PAGE
6. END_OF_LIST
7. SUBTOTAL_TEXT
Is This Answer Correct ? | 54 Yes | 8 No |
Answer / 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 |
Answer / venkatarathnam
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
Is This Answer Correct ? | 7 Yes | 5 No |
Answer / magbool ahamed
Reuse_alv_fieldcatalog_merge
Reuse_alv_list_display
Reuse_alv_events_get
Reuse_alv_grid_display
Reuse_alv_commentary_write
REUSE_ALV_BLOCK_LIST_INIT
REUSE_ALV_BLOCK_LIST_APPEND
REUSE_ALV_BLOCK_LIST_DISPLAY
Is This Answer Correct ? | 1 Yes | 10 No |
Answer / sateesh
1> Reuse_alv_list_display.
2> Reuse_alv_grid_display.
3> Reuse_alv_commentary_write.
4> Reuse_alv_fieldcatalog_merge.
Is This Answer Correct ? | 9 Yes | 39 No |
Answer / vivek goyal
Reuse_alv_fieldcatalog_merge
Reuse_alv_list_display
Reuse_alv_events_get
Reuse_alv_grid_display
Reuse_alv_commentary_write
REUSE_ALV_BLOCK_LIST_INIT
REUSE_ALV_BLOCK_LIST_APPEND
REUSE_ALV_BLOCK_LIST_DISPLAY
Is This Answer Correct ? | 6 Yes | 43 No |
BDC Structure?
Explain get cursor field?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
Explain about roll area , Dispatcher, ABAP-Processor?
WHAT IS TABLE BUFFERING AND ADVANTAGE?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
1/ how can u move a logo from presentation server to application server ? 2/ The logo uploaded using rstxldmc prog . where it is going to store ? 3/ The logo is got inverted then how u handle this situation ? 4/what r clients ? what r the client no available in a company ? 800 client for which application ? 5/if i will display data by writing statement on start-of- selection then what is need of end-of-selection in classical reporting ? 6/ can u use at-line-selection & user-comand at atime in same programe ?
Can a constructor be redefined?
If One session is processed, where can You see the processed session?
what is abstract classes
What are match codes? describe?
What function does data dictionary perform?