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

Mention some important events in abap programming.

581


What is a report?

748


what is the exact code that shoud be implimented in sap note

1970


What are the advantages and disadvantages of different types of bdc's?

538


What are the events in abap/4 language? : abap hr

616






What are field groups?

597


How to display if the value entered contains records or not?

581


What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?

598


What are the differences between domain and data element?

572


How do you populate data into a multiple line field?

582


How is conversion of data types done between abap/4 & external level?

565


What are base tables of an aggregate object? : abap data dictionary

604


What is sql trace? : abap data dictionary

667


Why do we declare a method of a class final? What can be the purpose? Give a scenario.

890


How to upload data using catt ? : abap hr

609