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
How to split one Invoice into Multiple ( Step by Step)?
Explain what is an rdbms?
What are the user interfaces of interactive lists?
What are different abap/4 editors?
2)In production what is the user exit?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
Does the call transaction method allow multiple transactions to be processed by sap?
What are the steps in creating screen ?
What is an abap data dictionary? : abap data dictionary
Define infotype ? : abap hr
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
Explain the call transaction method? : abap bdc
Workbench request are client dependent or client independent
What are the disadvantages of abap query tool?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.