what are the main events that are used in an ALV report?
Answer Posted / 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 |
Post New Answer View All Answers
What are the types of search helps? : sap abap data dictionary
Mention some important events in abap programming.
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
How do you use structures in the abap programs?
What is the max no of match code id’s that can be defined for one match code object?
Is there any method apart from bdc for data upload to sap? : abap bdc
What are critical issues you have faced in your project
What are the functional areas, user groups? How does abap query work in relation to these?
How many types of tables exists and what are they in data dictionary?
What is retro active accounting
In ALV reporting when u execute your report which event gets triggered.
What are the disadvantages of different types of bdc's?
How do you activate a function exit?
Explain the Importance of pa20? : abap hr
What is the role of ‘refresh’ in internal table?