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 / venkat aileni
ALV: ABAP List Viewer.
In ALV we are going to display data in a table format. And system is going to provide even more functionalities like sort ascending, Descending, graph, choosing layout etc.
In normal report we can just display the data in a formatted way.
By using ALV's we can display Header data and logo's too.
Few Function Modules used in ALV:
REUSE_ALV_LIST_DISPLAY: For list display.
REUSE_ALV_GRID_DISPLAY: For grid display.
REUSE_ALV_COMMENTRY_WRITE: For displaying header data,
For dispalying Logos.
REUSE_ALV_EVENTS_GET: For reading events.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Explain what is the difference between primary key and unique key?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
Which type of tables used this buffer?
What is design pattern? Provide example .Why are we using it?
Explain the difference between a pool table and a transparent table?
What is the use of a pretty printer?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What is the difference between a dialog program and a report?
What does the ‘suppress dialog’ do?
How many types of tables exist and what are they in data dictionary?
What are the buffering types?
What kind of financial periods exist in SAP? What is the relevant table for that?
how to see the tables of 200 in client 100?
What is the difference of update types in call transaction method ? : abap bdc
Difference between domain and data element? What are aggregate object?