what are ALV reports? how they are different from normal
reports? what are the main events that are used in an ALV
report? what is the use of SLIS type pool in alv reports?
Answer Posted / rajanishekar
alv report (abap list viewer) it allows the user to perform various functions such as sorting, filtering and reteriving data ect alv repotr is a userfriendly, ability to handel events, and use of moderate code. but copmare to alv the normal reports does't have this type of flexibility
the main events are : 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.
sils is a type group in datadictionary which contain all the reusable user defined types for developing alv reports
for example:- 1. Reuse_alv_fieldcatalog_merge
2.Reuse_alv_list_display
3.Reuse_alv_events_get
4.Reuse_alv_grid_display
5.Reuse_alv_commentary_write ECT..
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
State the system field for the current date?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
What are function modules?
How can you access the function code from menu painter?
How do you read files from the application server ? : abap bdc
What are the two statements which are required in an abap program to output an icon using a write statement?
how can you display data say "your name"in sap script without print program or driver program??
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What is meant by hot spots? : abap data dictionary
What are roles and authorization objects?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
What are the different abap/4 editors?
What is the difference between abap and hr abap? : abap hr