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
Can a filed occur in several field groups? : abap modularization
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
How do you document abap/4 programs? Do you use program documentation menu option?
What are the events used for logical database?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
Concepts of OO ABAP and why we are using it?
Is it possible to run host command from SAP environment? How do you run?
Explain the use of insert and append statement in sap abap?
Explain the differences between se01, se09 and se10?
How are the date abd time field values stored in sap?
What are the different types of parameters? : abap modularization
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
How do you process errors in call transaction method? : abap bdc
what is field string ? & where we are using field strings?
What is the difference between scrolling a table horizontally and vertically?