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 the at-user command serves mainly in lists?
stock transfer from one plant to another plant ? i want the total description.
What is maintenance view?
Control Break statements- At new...endat.
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is a data dictionary? : abap data dictionary
Why is pretty printer user in abap?
What are the sequences of event block?
Difference between function group and function module?
What are the rules to create a BAPI?
How to Raise a Particular Ticket in Realtime ?
What are advantages and disadvantages of logical data base
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
Explain the use of insert and append statement in sap abap?
What is transparent table?