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 is the difference between table and template?
What is a sequence of event-triggered in report?
What are two different ways to add fields to sap tables?
Give few names of pooled tables in sap ?
What is the abap program name to process the batch input session automatically? : abap bdc
What are indexes? : abap hr
Can i know some of the Realtime tickets that anyone has been faced ?
What are the main uses of the primary key?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
What two statements would be used to exchange data between programs using abap memory?
What is the difference between abap and hr abap? : abap hr
What are the events driven batch jobs?
What happens if a function module runs in an update task? : abap modularization
How many lists can a program can produce?