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


Please Help Members By Posting Answers For Below Questions

What are the user interfaces of interactive lists?

553


Tell me a scenario where did you use secondary index?

635


What is the table buffer?

570


What is a table attribute? : abap data dictionary

570


What is the use of the statement leave to list-processing?

589






How to handle error in session method? : abap bdc

697


How do you take care of performance issues in your ABAP programs?

670


What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary

568


What is luw?

688


What are conversion & interface programs in sap?

655


Persistent class

906


Explain get pernr concept when we use logical data base? : abap hr

755


How do you display a data in a detail list?

585


What are types of select statements?

579


BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul

1619