0% found this document useful (0 votes)
185 views

ECC 6.0 Exercises: ABAP List Viewer SAP Development ABAP Training

This document provides instructions for two exercises using ALV list display function modules in ABAP. Exercise 1.1 has the student create a program to display airline and flight schedule data from two tables using REUSE_ALV_LIST_DISPLAY, populating the field catalog and specifying columns to show. Exercise 1.2 has the student modify a program using REUSE_ALV_GRID_DISPLAY to display concert information, changing the report title, reordering columns, hiding a column, and optimizing column widths.

Uploaded by

bakkali_bilal
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
185 views

ECC 6.0 Exercises: ABAP List Viewer SAP Development ABAP Training

This document provides instructions for two exercises using ALV list display function modules in ABAP. Exercise 1.1 has the student create a program to display airline and flight schedule data from two tables using REUSE_ALV_LIST_DISPLAY, populating the field catalog and specifying columns to show. Exercise 1.2 has the student modify a program using REUSE_ALV_GRID_DISPLAY to display concert information, changing the report title, reordering columns, hiding a column, and optimizing column widths.

Uploaded by

bakkali_bilal
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

ECC 6.

0
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