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 the difference between get and get late?
What is amdp (abap managed data procedures)?
what are the critical issues u face in ur project?
What is a currency factoring technique?
Which commands are used for interactive reports?
What will happen when we use fully buffered in abap?
What are local objects? : abap data dictionary
How do you take care of performance issues in your ABAP programs?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
How do you import pay scale data from non sap to sap? : sap abap hr
What is the meaning of table buffer? This buffer is used by which type oftable?
What is maintenance view?
Explain what are extracts?
what are the two methods of modifying sap standard tables? : abap data dictionary