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 / sumit
ABAP List Viewer (ALV) is a simple, user friendly and better looking reporting tool as compared to the usage of write statements in a conventional / interactive report.
SAP provides a set of ALV (ABAP LIST VIEWER) function modules, which can be put into use to embellish the output of a report. This set of ALV functions is used to enhance the readability and functionality of any report output.
Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
How to split one Invoice into Multiple ( Step by Step)?
How is time management and payroll is integrated? : sap abap hr
What is logo in sap script?
If yes then why do we require logical database
What are your ways to performance optimization?
Concepts of OO ABAP and why we are using it?
What abap statement will trigger list generation?
Value table VS check Table.
Explain what are the events in screen programming?
Can you create a table with fields not referring to data elements? : abap data dictionary
What are the different function modules used in sapscript?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What is the difference between collect and sum?
In a loop of an internal table, what is the use of at first & at last statements?