Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

What is the difference between a Substructure and an Append Structure

Former Member
0 Kudos

Hi

What is the difference between a Substructure and an Append Structure

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI

- In case of a substructure, the reference originates in the table itself, in the forma of a statement .include... .

-In case of an append structure, the table itself remains unchanged and the reference originates in the append structure.

3 REPLIES 3

former_member235056
Active Contributor
0 Kudos

Hi frend,

The difference lies nowhere but in the way the structures are availed to tables such that one structure may contain many substructures in it but one table may contain append structure linked to only one table.

Substructures are created before anytime and included in the table whereas append structure is created from within the table and is linked to that table only.

Regards,

Ameet

Former Member
0 Kudos

HI

- In case of a substructure, the reference originates in the table itself, in the forma of a statement .include... .

-In case of an append structure, the table itself remains unchanged and the reference originates in the append structure.

Former Member
0 Kudos

Substructures allow you to include fields from another table or structure in the table you are creating.

Append structures allow you to add fields to SAP-provided structures and transparent tables that were not provided for in the standard version.