What is ALV programming in ABAP? When is this grid used in
ABAP?
Answer Posted / paramjeet
ALV is Application List viewer. Sap provides a set of ALV
(ABAP LIST VIEWER) function modules which can be put into
use to embellish the output of a report. This set of ALV
functions is used to enhance the readability and
functionality of any report output. Cases arise in sap when
the output of a report contains columns extending more than
255 characters in length. In such cases, this set of ALV
functions can help choose selected columns and arrange the
different columns from a report output and also save
different variants for report display. This is a very
efficient tool for dynamically sorting and arranging the
columns from a report output. The report output can contain
up to 90 columns in the display with the wide array of
display options.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What are the events driven batch jobs?
What are the system fields?
What are the different methods of passing data?
What is design pattern? Provide example .Why are we using it?
Can we create field without data element? If yes, how?
What is the significance of delivery class?
Update types in Call transaction method. What is the difference?
What are system fields for secondary lists?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
Can i Have Some Realtime Examples on Badi ?
Can multiple abap systems connect to abap database?
What is the syntax for call transaction? : abap bdc
where do we store all custom programs in SD module?
What is modularization and its benefits?