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

1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?

6630


What happens if we use leave to list-processing without using suppress-dialog?

687


What are the differences between macro and subroutine?

610


What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?

897


Polymorphism real time scenario

1031






When the top-of-page event does get triggered?

669


How to creat transactions? : abap data dictionary

638


what is defference between repository and non repository Object?

6678


What are the screen elements.

513


What is repository info. Systems?

605


What is the client concept in sap?

549


How can we declare a table control in the abap/4 program?

633


What are uses of foreign key?

564


What is a table pool? : abap data dictionary

596


Write the bdc table structure? : abap bdc

590