Sie sind auf Seite 1von 11

IBM Global Business Services

Adding Structures

Adding Structures |

Dec-2008

IBM Corporation 2013

IBM Global Business Services

Objectives
The participants will be able to:
Define a Structure and Substructure and describe their usage.
Define a Customizing Include and explain its usage.
Define an Append Structure and explain its usage.

Adding Structures |

Dec-2008

IBM Corporation 2013

IBM Global Business Services

Including Structures in Tables


Structure is a group of fields that logically belong together.

Customer Tables
Substructures
Table YCUSTAB

.INCLUDE

YSTRUC

SAP Tables
Customizing Includes
Table XYZ
.INCLUDE
CI_XXX

Append Structures
Field 1
Field 2
...
Field n

Table T
.APPEND ZAT

SAP Tables
3

Adding Structures |

Dec-2008

IBM Corporation 2013

IBM Global Business Services

Including Structures in Tables (Contd.)


Structure is a group of fields that logically belong together.
Customer Tables
Substructures
Table YCUSTAB

.INCLUDE

YSTRUC

SAP Tables
Customizing Includes
Table XYZ
.INCLUDE
CI_XXX

Append Structures
Field 1
Field 2
...
Field n

Table T
.APPEND ZAT

SAP Tables
4

Adding Structures |

Dec-2008

IBM Corporation 2013

IBM Global Business Services

Substructure
YS
Table
YT1
(TRANSP)

Field
S1
S2

Table
YT2
(TRANSP)

Field
S1
S2
F1

Adding Structures |

YS-F2

YS-F3...

Data element

.INCLUDE

F1

YS-F1

.INCLUDE

YS

Data element

YS

Dec-2008

IBM Corporation 2013

IBM Global Business Services

Customizing Include

CI_XXX CI_XXX-F1 CI_XXX-F2 CI_XXX-F3

Table

Field

XYZ

S1
F1
...
Fn
.INCLUDE

Adding Structures |

Data element

CI_XXX

Dec-2008

IBM Corporation 2013

IBM Global Business Services

Append Structure

ZAT

Table

Field

S1
F1
...
Fn
.APPEND

Adding Structures |

ZAT-F1

ZAT-F2

ZAT-F3

Data element

ZAT

Dec-2008

IBM Corporation 2013

IBM Global Business Services

Demonstration
Creation of a substructure and adding the same to one of the transparent tables
created in the previous exercises.

Adding Structures |

Dec-2008

IBM Corporation 2013

IBM Global Business Services

Practice
Creation of a substructure and adding the same to one of the transparent tables
created in the previous exercises.

Adding Structures |

Dec-2008

IBM Corporation 2013

IBM Global Business Services

Summary
Structure is a group of internal fields that logically belong together. A Structure
consists of components (fields) whose types are defined.
Substructures allow you to include fields from another table or structure in the
table you are creating.
Customizing includes are provided in SAP tables and structures to allow you to
add fields to these structures/tables without modifying the tables themselves.
Append structures allow you to add fields to SAP-provided structures and
transparent tables those were not provided for in the standard version.

10

Adding Structures |

Dec-2008

IBM Corporation 2013

IBM Global Business Services

Questions
What is a Structure ?

What is a Customizing Include ?


How is the Append Structure functionality used ?

11

Adding Structures |

Dec-2008

IBM Corporation 2013

Das könnte Ihnen auch gefallen