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
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
What are the steps in a bdc session? : abap bdc
Under Data Transfer Portion of ABAP, what do you mean by DX Project
What is an Unpack command?
What are the Various Types of internal tables?
what is the transaction transaction for setting parameters rdisp/buffermode
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What are interactive reports?
In select-options, how to get the default values as current month first date and last date by default?
What is a collect statement?
How many ways you can create table? : abap data dictionary
Name the function module used to convert logical file names to physical file names in abap/4 programs?
Can i Have Some Realtime Examples On Modulepool programming.
What are the two ways of producing a list within a transaction?