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
How many structures can be created in a Ztable ?
Explain the difference between domain and data element?
In ALV reporting when u execute your report which event gets triggered.
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
In which table the material master data is stored?
What are the different function modules used in sapscript?
Explain the difference between tables and structures?
What are the main events of which are used for logical database?
What functions does a data dictionary perform? : abap data dictionary
What is an abap dictionary? : abap data dictionary
Why do we use abstract class
What are pooled tables? : abap data dictionary
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
How do I find the output type of a table or a program?
Explain some essential objects in abap dictionary?