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
What is the difference between a structure and a table?
Cds views
Why do we use events and actions in web dynpro?
Select up to 1 row and select single difference ?
What are roles and authorization objects?
What is read line in abap?
What are the advantages and disadvantages of ABAP query tool?
What are the layers of data description in r/3? : abap data dictionary
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
How do you write a function module in sap?
What are the field and chain statements?
What does the extract statement do in extract datasets?
What is lock objects? : sap abap data dictionary
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What is example class