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
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
How do you validate the selection criteria of a report? And how do you display initial
What are interface/conversion programs in SAP?
How do you read files from the application server ? : abap bdc
What is the use of the raising exception?
what are the important fields while preparing sales order,inquiry?
How do you populate data into a multiple line field?
When the get cursor command used in interactive lists?
What are lock objects?
What is check table?
Does the call transaction method allow multiple transactions to be processed by sap?
What is processing class, where we do them and why? : sap abap hr
What are the basic functions of database utility?
what will happen if called program is not executable ?
What is the role of ‘refresh’ in internal table?