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
Explain what is a logical database?
What’s value table?
How is conversion of data types done between abap/4 & external level?
What are the disadvantages of different types of bdc's?
Explain read dataset in sap abap?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
Is it possible to pass data to and from include programs explicitly? : abap modularization
java script for push button in adobe forms.
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What is the different between abap and ooabap? Why do we use ooabap?
How to read files and process BDC's automatically ?
How to debug a sapscript?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
When value table becomes check table?