You are on page 1of 8

IBM Global Services

Type Groups

Type Groups | 2.11 March-2005 © 2005 IBM Corporation


IBM Global Services

Objectives

 The Participants will be able to:


 Create Type Groups
 Reference Type Groups in ABAP Programs

2 Type Groups | 2.11 March-2005 © 2005 IBM Corporation


IBM Global Services

Type Groups

ABAP Editor

PROGRAM ABC.
ABAP Editor ABAP Editor

PROGRAM 123. TYPE-POOL . . . PROGRAM XYZ.

TYPE-POOL . . . TYPE-POOL . . .
Data E
l
Docum ement
e n ta t i
on

TYPE GROUP

ABAP Dictionary
3 Type Groups | 2.11 March-2005 © 2005 IBM Corporation
IBM Global Services

Type Group - Use in Programs

ABAP Dictionary

ABAP Editor

ABAP Program
Run-Time Selection Screen

4 Type Groups | 2.11 March-2005 © 2005 IBM Corporation


IBM Global Services

Demonstration

 Creation of a type group and referencing it in a simple ABAP program.

5 Type Groups | 2.11 March-2005 © 2005 IBM Corporation


IBM Global Services

Practice

 Creation of a type group and referencing it in a simple ABAP program.

6 Type Groups | 2.11 March-2005 © 2005 IBM Corporation


IBM Global Services

Summary

 Type groups are used for creating customer-defined data types. These type
groups are created in the ABAP Dictionary and are available for use in all ABAP
programs
 Variables can be declared in ABAP programs using the customer defined types.
Type groups are referenced in programs by using the TYPE-POOLS statement.

7 Type Groups | 2.11 March-2005 © 2005 IBM Corporation


IBM Global Services

Questions

 What is a Type Group ?


 How are Type Groups referenced in ABAP programs ?

8 Type Groups | 2.11 March-2005 © 2005 IBM Corporation

You might also like