Application Development and Automation 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: 
Read only

Differences

former_member778253
Active Participant
0 Likes
733

Hi,

What is the difference between Append Structure (&)

Include Structure?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
716

hi,

Check the links -

/message/1479212#1479212 [original link is broken]

6 REPLIES 6
Read only

former_member189059
Active Contributor
0 Likes
716

append structure is one where for a table we use append structure and within this we implement the required fields along with its properties.....These are custom defined fields

include structure is one which is been appended to a table, but already the include structure has fields with its properties....These are SAP defined fields.

Read only

Former Member
0 Likes
717

hi,

Check the links -

/message/1479212#1479212 [original link is broken]

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
716

Hi,

APPEND STRCUTRE Is not a modification

Where INCLUDE strcutre is a modification.

APPEND STRUCUTRE is possible if strcutre is marked as can be enhanced by SAP.

You can modify a strcutre using INCLUDE if you have the access key.

APPEND STRCUTRE does not change the underlying database table.

Where as INCLUDE strcutre changes the table.

Append structures can only be assigned to a single table.

Append structures are created in the custome rnamespace ( ZZ or YY)

In case of new versions of the standard table during upgrade, the append structures are automatically appended to the new version of the standard table

Append structures can not be used with cluster and pool tables

Append structures are created in transaction SE11. Display the standard table fields and press the Append structure button.

When you press the button, SAP sugests a name for the new append structure. After you has accepted the name,

a screen will be shown where you can enter the new fields.

Regards,

Sesh

Read only

Former Member
0 Likes
716

Hi,

Check the links -

/message/1479212#1479212 [original link is broken]

***do reward if usefull

vijay

Read only

Former Member
0 Likes
716

Appending structure to a table means

1) that structure is reserved to that table

2) you cant add any fields to the table

Including structure to a table means

1) you can make use of same structure for different tables to include

2) you can add fields to the table after including a structure to the table

Read only

mohammed_moqeeth
Active Participant
0 Likes
716

Hi Sivananda,

An append structure is a structure assigned to just one table. When a table is activated, all append structures for the table are found and appended to the table.

Append structures are used to add customer fields to SAP tables

An include Structure is a structure which we include under another structure which is already defined

An include structure is NOT the same as an append structure. I tried in a datasource to add a field via an append structure, however I didn´t see the field in the data source. When I changed it to an Include structure everything was ok

see the link for more info

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebc9446011d189700000e8322d00/content.htm

Reward points for useful answers,

Moqeeth.