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


Please Help Members By Posting Answers For Below Questions

What is the difference between a structure and a table?

681


Cds views

7986


Why do we use events and actions in web dynpro?

723


Select up to 1 row and select single difference ?

785


What are roles and authorization objects?

1357






What is read line in abap?

784


What are the advantages and disadvantages of ABAP query tool?

707


What are the layers of data description in r/3? : abap data dictionary

804


what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...

1694


How do you write a function module in sap?

732


What are the field and chain statements?

717


What does the extract statement do in extract datasets?

797


What is lock objects? : sap abap data dictionary

793


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

2215


What is example class

1014