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 would you set the formatting options statically and dynamically within a report?
What is primary index?
What are the field and chain statements?
SAP query how to use end users?
What is the syntax for call transaction? : abap bdc
What is step-loop?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
What are the different types of abap reports in sap?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
Can a transparent table exist in the data dictionary but not in the database physically?
What is the bapi?
What are multiple use BADIS?
What is dialog module?
What is the difference between a substructure and an append structure? : abap data dictionary
How do you display a data in a detail list?