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
What is abap work bench?
What is native sql?
What is the difference between Exit and Stop?
Explain read dataset in sap abap?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
What is lock mechanism? How do we create lock objects in abap?
What is the difference between get and get late?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What are the system fields? Explain?
What are the organizational related Infotypes
How many tables are there in sap?
What are the dynamic actions and how to configure it? : sap abap hr
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What are the differences between the table and the structure in the data dictionary in the sap abap?
What are clustered tables?