Create Append Structure in SAP Table

Sometimes we need to add new fields into SAP standard tables to meet user requirements. Fortunately, SAP has provided tool to add fields without change the tables called Append Structure.

An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure. As others user enhancements, the name of append structure should also reside in the customer namespace, which is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP.

Below are step by step how to create append structure in SAP tables.
In this blog, I use my case where three new fields will be added into SAP table LIKP (Delivery Header Data).

1. Using Abap Table Maintenance (transaction code SE11), display table LIKP. No need to change the table. Just display!

2. In the table contain screen, click “Append Pushbutton” to add append structure.

append structure into sap table

3. It will rise pop up window contains created append structure object that ready to be assigned. On the pop up window, click “Create Append” button.

append structure into sap table - 02

4. Input the append structure name and choose Enter. The name must lie in the customer namespace (should begin with ZZ or YY).

append structure into sap table - 03

5. On the Structure/Table maintenance screen, define the fields or component the build the structure. In this screen, what we do here is same as like we create normal structure or tables. We can create foreign key or search help attachment.

append structure into sap table - 04

6. Last action, save and activate it.

The table will also be activated when the append structure is activated. The fields of the append structure are appended to the SAP table in the database.




You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

5 Responses to “Create Append Structure in SAP Table”

  1. Hey, you really make very descriptive posts. Much impressed with the quality of your site’s content.
    will surely let my visitors know about your site. later, i also would love to add your site to my directory.
    let me know if i can do anything for your site.
    wish u my best
    cheers~

  2. Hi eddai, thanks a lot for your appreciation. I’ll try to update and share my knowledges about SAP to others.
    I’m very pleased if you add my site to your directory.

    Regards,

  3. I have just added your BW topics under BW/BI category.
    I tried to retrieve only your BW topics as a category feeds, i did too but when i insert it into my directory it shows blank. I added your site with all your categories to the same category for now. When you post some more posts, i would love to display your feeds on homepage.
    Have a nice day

  4. Hi eddai, try this feed: http://learnmysap.com/category/sap-bw/feed

    Regards,

  5. it works now, thank you.
    Have a nice day~

Leave a Reply