what are ALV reports? how they are different from normal
reports? what are the main events that are used in an ALV
report? what is the use of SLIS type pool in alv reports?
Answer Posted / rohit
ALV means ABAP List Viewer.ALV is available in two modes:
list and grid. List mode is good old list processing with
standard functionnalities, and grid mode is using a new OCX
object displaying grids.
introduce a type group with type-pool.
maintain a type group via abap dictionary.
for simple alv:
slis_alv_fieldcatalog : populate the fieldcatalog
slis_layout_alv : it is for layout
slis_alv_events : it is for internal tables events
| Is This Answer Correct ? | 70 Yes | 20 No |
Post New Answer View All Answers
What is the difference between scrolling a table horizontally and vertically?
Difference between BDC vs Direct Loads?
SAP query how to use end users?
Double click function on the lists, identifying the line selected by the user on the list?
Explain the differences between sap memory and abap memory?
How will you define posting procedures?
What is the modification assistant?
What are null values?
How can end-of-selection be used?
What is the use of buffering?
Why is pretty printer user in abap?
What is dynamic action? : sap abap hr
What is the reserve command?
Explain the advantages and disadvantages of abap query tool?
What is open sql vs native sql ?