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

apppend structures

Former Member
0 Likes
702

Hi all

Can anybody explain me about appened structures please.

Thanks and regards

vijaya

6 REPLIES 6
Read only

Former Member
0 Likes
663

Append structures are generally used to add custom fields to the end of standard SAP tables.

Read only

Former Member
0 Likes
663

To add to Michael's answer...

They are useful to add to any core or custom table. They provide the ability of "re-use" as you can add the same append struct into numerous tables. This provides many benefits as you can imagine.

Read only

Former Member
0 Likes
663

Hi Vijaya,

<b>Append Structure: </b>

An append structure defines a set of fields which belong to another table or structure but which are treated in the correction administration as its own object.

Append structures are used to support modifications.

You can do that from SE11-> enter table/Structure ->change->click Append Structure from Toolbar -> give Structure you want to add -> Activate

Reward points if this helps.

Manish

Read only

Former Member
0 Likes
663

hi Vijaya.

Append structures are generally used to add customer specefic fields to enhance standard SAP tables. They are appended at the end of the table. Append strutures are supported by SAP version upgrade, just like the enhancements using exits...

The step-by-step instructions to create append structure for a table.

To extend SAP standard table, following steps are recommended.

1. Goto SE11, and display the table (for example EKET).

2. Click the APPEND STRUCTURE button (or press F5).

3. Accept the default name proposed (for example ZEKET for EKET).

4. You would be taken to a new editor for creating the structure.

5. Enter the desired fields (starting with ZZ or YY recommended), check, activate

Hope this helps.

Sajan.

Read only

Former Member
0 Likes
663

Hi Vijaya,

Some times we have a requirement that we have to have our own specified fields in Standard Table. So we cannot add as we do in the custom table. So here "APPEND Structure" to add Customr Field.

When we open any Standard Table On the top Right we have a Button Called Append Structure when we click on that it will ask for the name of the Structure Provide some name for it. then in that you declare all u'r custom fields. And twhen u save it. This Append structure will be added to the All of all the Standard fields.

Bye

Murthy

Read only

0 Likes
663

Hi Vijaya,

One important addition to all the above answers.

The append structures are neglected when system is updated.

So your Z- programs using the respective fields are still safe.

Adding append structures to tables is liked by all the abapers because it does not require liscencs key

Regards,

Sameer.