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
How do you document ABAP programs? Do you use program documentation menu option?
What data is contained in data dictionary? : abap data dictionary
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What is the difference between Check and Continue?
What is the use of 'table index'?
Can multiple abap systems connect to abap database?
How can we access the correction and transport system?
What is buffering allowed but switched off?
Which infotype records can not be deleted ? : abap hr
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What are spa/gpa parameters (sap memory)?
Concepts of OO ABAP and why we are using it?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
What is dynamic action? : sap abap hr