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
What are the restrictions on subscreens?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What are the advantages and disadvantages of using views in abap programming ?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What is the meaning of table buffer? This buffer is used by which type oftable?
What are the different types of laws. What are they?
What are the differences between se01, se09 and se10?
What are the function module in bdc?
Can a domain, assigned to a data element be changed? : abap data dictionary
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What are the disadvantages of logical databases?
What is the difference between a substructure and an append structure?
List the events in abap/4 language?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.