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


Please Help Members By Posting Answers For Below Questions

What are authorization objects and what statement is used to perform an authorization check in an abap program?

567


What is asynchronous update?

579


hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?

1724


What are the attributes of the data in data dictionary? : abap data dictionary

608


Explain difference between primary key and unique key?

523






Explain the systems fields used for interactive lists and lists?

534


there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?

1765


How to Solve a Particular Ticket in Realtime ?

1753


What is a collect statement?

577


Write syntax for message error (report)?

641


If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)

2068


Double click function on the lists, identifying the line selected by the user on the list?

632


Which transaction code can I use to analyze the performance of abap program?

561


What is the master data necessary before you can start posting in MM?

840


In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?

1815