What is ALV programming in ABAP? When is this grid used in
ABAP?
Answer / 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 |
What are number ranges?
what is EDI ,ALE , Debugging, Smart Forms ,IDOC'S & BDOC'S
2 Answers IBM, Yash Technologies,
what are SPA and GPA parameters?What the Purpose?Examples? under ABAP Memory.
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
when u already have predefined tool LSMW for uploading data....which is more easy and efficient to use and les sprogramming is required..then whats the need to write a program in BDC.... whats the main purpose....?
what is the difference between bdc and rfc ?
Final class
to find an enhancement we will go to smod and check with the given package. but how can we know that a particular funx exit is used for particular enhancement( for eg: mm06e005 for mm22n screen exit.) will it be given by SD people or we have to find it?
how to convert sapscript to email.....
When we append a record to a sorted internel table how it is appended?
How do you take care of performance issues in your ABAP programs?
Can we modify data in data base table using view?