what are ALV reports? how they are different from normal
reports?
Answer Posted / bhargavi
ALV(ABAP LIST VIEWER) displays the output list in a grid
format and also have some operations like select
all,deselect all, ascending,descending... and it also have
one concept called blocked alv where we can display the data
from two tables in a single grid.
Reports are for displaying data and to display data in
header and item wise we use hierarchical alv so using alv is
the best way than using reports.
ALV is the advanced concept of reports.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is sql trace? : abap data dictionary
How to transfer data into line items using batch input session method? : abap bdc
Explain how do you move on to the next screen in interactive reporting?
Define abap/4 layer?
What is a development class? : abap data dictionary
How does the system handle roll areas for external program components?
What are the techniques involved in using sap supplied programs?
How can you find the field/data underlying a transaction?
Where can you find error log for call transaction? : abap bdc
What are the data classes in abap?
What is an on”*-input filed” statement?
What are the different types of parameters? : abap modularization
What is PS structure
What is exception class and test class. How to use it?
How many structures can be created in a Ztable ?