Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 10

ALV (ABAP List Viewer )

October 18, 2001.

Purpose
Knowledge Sharing.
Competency Building

October 18, 2001.

Assumption
Knowledge of OOPS

October 18, 2001.

Agenda of Session
General Introduction of ALV.
Why and when to use ALV. How to use ALV in reports with the help of Sample Program.
October 18, 2001.

Duration of Session
approx. 60 Minutes

October 18, 2001.

Why ALV ??
The ALV Grid Control is a flexible tool for displaying lists. The tool provides common list operations as generic functions and can be enhanced by self-defined options. This allows you to use the ALV Grid Control in a large range of application programs.
October 18, 2001.

Features
Use typical list functions - such as sorting and filtering - without extra programming effort. Adapt predefined list functions and their enhancements. Program responses to user actions (such as double-clicking a October line). 18, 2001.

Constraints
The ALV Grid Control does not allow you to display block or hierarchical lists. Currently, simple lists can be displayed in single-line format only.
October 18, 2001.

Steps for ALV


1. Define Class. 2. Declaration of Container. 3. Class Definition. 4. Class Implementation. 5. Column Declaration for the Grid.
October 18, 2001.

Sample Program

October 18, 2001.

You might also like