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
How can you distinguish between different kinds of parameters?
What is the difference between pnp and pnpce? : abap hr
How to split one Invoice into Multiple ( Step by Step)?
Explain what is the step-by-step process to create a table in data dictionary?
What is view? Explain the different types of view?
What is the differences between abap and ooabap. In which situation we useooabap?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
when do you need to create an internal table with header line ? and with out a header line?
What is a table pool? : abap data dictionary
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
How is collect statement different from append?
Concepts of OO ABAP and why we are using it?
When was the sap abap being created?
Which transaction code can I use to analyze the performance of abap program?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc