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 last entry in all bdc tables? : abap bdc
What are two different ways to add fields to sap tables?
Describe data classes? : abap hr
What is dialog module?
Table events aNd table maintains generation
what is bapi,badi,bdc,ale idocs?
Why are insert and append statement used in sap abap?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
What is the purpose of at first and at last?
What is roles and responsibilities of sap hr consultants? : sap abap hr
What is sequence number
What are the function module in bdc?
What are the functional areas, user groups? How does abap query work in relation to these?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What is a type group?