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 / venkat aileni
ALV: ABAP List Viewer.
In ALV we are going to display data in a table format. And system is going to provide even more functionalities like sort ascending, Descending, graph, choosing layout etc.
In normal report we can just display the data in a formatted way.
By using ALV's we can display Header data and logo's too.
Few Function Modules used in ALV:
REUSE_ALV_LIST_DISPLAY: For list display.
REUSE_ALV_GRID_DISPLAY: For grid display.
REUSE_ALV_COMMENTRY_WRITE: For displaying header data,
For dispalying Logos.
REUSE_ALV_EVENTS_GET: For reading events.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
how to genernate 21 sencondary index
Can a filed occur in several field groups? : abap modularization
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What are the types of windows in sap script?
Describe the difference between macro and subroutine?
What two statements would be used to exchange data between programs using abap memory?
What are the different types of mode (run code) in call transaction method?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
How do you get the number of lines in an internal table?
What is database utility?
How do you find if a logical database exists for your program requrements?
What are indexes? : abap hr
What are extracts?