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 web dynpro for abap?
Where can you find error log for call transaction? : abap bdc
Differentiate between abap memory and sap memory?
What are the pooled and cluster tables?
What is pnp-sw-found ? : abap hr
How the at-user command serves mainly in lists?
What are the 2 other types of views, which are not allowed in release 3.0?
What is a table cluster? : abap data dictionary
What are the different types of data dictionary objects? : abap data dictionary
What are the kinds of foreign key fields?
Hat are the different types of mode (run code) in call transaction method?
What is value table? : abap data dictionary
Mention what is alv programming in abap?
Explain the systems fields used for interactive lists and lists?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'