Step by Step Guide To Creating Structures in Abap
Step by Step Guide To Creating Structures in Abap
It is a DATA BASE object, which is a group of fields which can be used in multiple tables.
The advantage of structure is REUSABILITY of same structure in multiple tables.
The difference between the table and structure is , structure can hold single record only where as a table can hold multiple
record.
Structure can implemented in two ways.
1) Include structure.
2) Append structure.
Include Structure
This option is used only for Custom Tables (i. e. the name starting with Z or Y).
These include structure can be reusable.
Icluding structure in a table: Go to SE11 give the table name zstru click on change.
APPEND STRUCTURE: This option used only with STANDARD SAP TABLES.
The Append Structures are not reusable.