Answer Posted / vijaypamulapati
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.
The commonly used ALV functions used for this purpose are;
1. REUSE_ALV_VARIANT_DEFAULT_GET
2. REUSE_ALV_VARIANT_F4
3. REUSE_ALV_VARIANT_EXISTENCE
4. REUSE_ALV_EVENTS_GET
5. REUSE_ALV_COMMENTARY_WRITE
6. REUSE_ALV_FIELDCATALOG_MERGE
7. REUSE_ALV_LIST_DISPLAY
8. REUSE_ALV_GRID_DISPLAY
9. REUSE_ALV_POPUP_TO_SELECT
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Which transaction code can I used to analyze the performance of ABAP program.?
Can I execute user exits? If yes, how?
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
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
Define batch input session?
What is Buffering Concept? When should a Table be buffered?
Explain what are the different functions used in sap script? What are the parameters used in each function?
Can we specify the next screen number with a variable?
What actually happens in real-time recruitment? : sap abap hr
Events that can be used in both the classical and interactive reports
How do you execute the payroll
What is the maximum number of match code id's that can be defined for one match code object ?
Badi concepts
Which bdc you prefer? : abap bdc
What is dialog module?