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 / hari prasad 9538466365
ALV IS ABAP LIST VIEWER .IF OUTPUT IS MORE THAN 255
CHARACTERS WE CAN CHOOSE SELECETED COLUNS FROM OUTPUT REPORT
THIS IS MAIN DIFFERANCE.
THE FEATURES OF ALV ARE SORTING,FILTERING ,ETC....
TO AVOID CODING FOR PROCESSING LOGIC WE USE FUNCTION
MODULES IN ALV.
BY USING SLIS TYPE POOLS WE CAN USE REUSEEABLE DATA TYPES
IN FUNCTIONMODULES IN ALV REPORTS.
| Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
What is an abap/4 query? : abap hr
What is a table pool? : abap data dictionary
What are the modes in lock objects? : sap abap data dictionary
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
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
Module Pool Programming: Events and Table Control handling.
Difference between sy-tabix and sy-index? Where it is used?
What are the different types of views in sap? : abap data dictionary
Explain the difference between tables and structures?
did u done enhancement framework?how u implemented?
What is the difference between dialog program and a report?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
Can we include customizing include or an append structure with pooled or cluster tables?
What is dialog module?
What are the different function modules used in sapscript?