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 a view in sap? : abap data dictionary
What is the difference between data elements and domains?
SM35 transaction, How to automate BDC ?
What are the functional areas?
What is the difference between sum and collect?
How to display if the value entered contains records or not?
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
What statement will be found in an sap application program that implements a function module exit?
What is netweaver???what is the relationship with ABAP?
What are the different database integrities?
Explain what are the different functions used in sap script? What are the parameters used in each function?
How are the date abd time field values stored in sap?
how 2 create the normal form by using functional module
What is a variable in the sap abap?
What are internal tables? How to use a specific number occurs statement?