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 can you display data say "your name"in sap script without print program or driver program??
Where do you code the hide statement?
What are the techniques involved in using sap supplied programs?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What are the components of sapscript?
What are the update types possible? : abap data dictionary
What is off cycle payroll run
Explain the components of selection table?
Can we access static attribute from instance method
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What are the different types of internal table?
Do you know any other patterns if yes.. explain
How collect statement is different from append?
How can we access the correction and transport system? : abap data dictionary
What are the data types of the abap/4 layer? : abap data dictionary