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 do you activate a function exit?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What are the main uses of the primary key?
What are the three hierarchical levels of data types and objects?
What is table buffer?
What application areas are you comfortable in?
What are the types of subroutines?
Explain the differences between at selection-screen and at selection-screen output?
Static and instance variable and method with live example. Why and when to use
How to create user interfaces for lists?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
Where do you create indexes in abap?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What is Transactional based Application & Role based Application?
What are the differences between sap memory and abap memory?