You are on page 1of 1

ECC 6.

Exercises: ABAP List Viewer SAP Development ABAP Training

Chapter 1

Exercise 1.1

Create a program that uses REUSE_ALV_LIST_DISPLAY function module to show Airline and
Flight Schedule from SCARR (Airline) and SPFLI (Flight schedule).

1. Populate the Field Catalog before calling the AVL List display function module.

2. Display the following columns in the output.

Exercise 1.2

Create a program that uses REUSE_ALV_GRID_DISPLAY function module to show the content
of YCONCERT table.
Structure for YCONCERT table should be build with the following fields:
Carrid
carrname
connid
cityfrom
airfrom
cityto
airpto
arrtime
distance
distid

1. Modify the program so that the report displays a title Concert Information as report title.
2. Change the display position of CDATE as column 1 and ARTIST as column 2.
3. Do not show the column MAXSEATS in the output.
4. Optimize width of the output columns.

Dec-2008
Page 1

You might also like