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
Rp_provide_from_last contains how many parameters ? : abap hr
What is PS structure
How many main windows are allowed in sapscript?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
Differentiate between abap memory and sap memory?
What is the logo in sap script?
Which one is better joins or views and why?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
What are Tickets in Realtime ?
Can a transparent table exist in the data dictionary but not in the database physically?
What is the reserve command?
Difference between .Include and .append?
when are objects are passed from task to the change request?
How does the interection between the dynpro and the abap/4 modules takes place?
What is a projection view? : abap data dictionary