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
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is a type group?
Name some system global variables you can use in abap programs?
What are the user interfaces of interactive lists?
Give an example of interface from your project explaining why you used it?
How do you write a function module in sap?
Give few names of pooled tables in sap ?
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
Is it possible to bring select option in module pool screens?
What is system-land-scape of your project?
What are system fields for secondary lists?
How can we declare a table control in the abap/4 program?
hi my name is amit i have passed BE(CSE) with honours(72%) in 2006 yr. i have completed SAP/ABAP training with good exposer. i need a staffing company which can provide me real time exposer in SAP R/3. so plz help me out and send any information regarding on my mail id or tele. no. 9999784331 thanks
How can I make a differentiation between dependent and independent data? : abap hr
What is the function of a domain?