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
Explain the use of insert and append statement in sap abap?
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
What are the Synchronous and asynchronous methods in bdc ?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What should be the approach for writing a bdc program? : abap bdc
What is screen flow logic? What are the sections in it?
What are datasets in abap?
Double click function on the lists, identifying the line selected by the user on the list?
Which one is better joins or views and why?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What is meant by slab? How is indian slab and us slab? : sap abap hr
Can I execute user exits? If yes, how?
What is the maximum number of match code id's that can be defined for one match code object ?
What is singleton pattern in OOPS?
How to find the return code of an stmt in abap programs?