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 / bhanu

ALV means ABAP List View .It is used in t-code
SE38,Excautable program . more than 255 lines of
characters in length we use ALV reports .
with function modules

Reuse _ALV_LIST_DISPLAY
Reuse_ALV_GRID_DISPLAY

but SLIS is created in se11-type pools to work in ALV
reports

SLIS_ALV_FIELDDATACAT.
SLIS_ALV_LAYOUT
SLIS_ALV_EVENTS.

Is This Answer Correct ?    71 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you find the field/data underlying a transaction?

588


Does sap handle multiple currencies?

596


How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?

627


What is view? Different types of view.

576


How do you read files from the presentation server ? : abap bdc

575






What are the types of parameters in the function modules?

653


What are the fields in a bdc_tab table? : abap bdc

604


What is the maximum number of structures that can be included in a table or structure

630


What is evaluation path, where do we do it and why? : sap abap hr

557


Which infotype records can not be deleted ? : abap hr

596


Is sap xi intended to replace ale?

568


Name a few data dictionary objects? : abap data dictionary

672


What is the difference between scrolling a table horizontally and vertically?

565


HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?

1622


How we can give authorization on the fields of table control in a dialog-programming?

1835