You are on page 1of 3

Create Append Structure in SAP Table

Tuesday, June 30th, 2009 at 23:59 by ekoy

Advertisement

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.

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.

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

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.

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.

Posts related to Create Append Structure in SAP Table

SAP ABAP Program Code Enhancement To meet the user requirements, sometime we must modify original SAP ABAP program code (known as enhancement) beside add some fields or Structures into SAP tables. We must register access key for the object first to modify original SAP program code, but actually we do not need it since SAP ...

Sap Dictionary Table Information How to Download Sometime as SAP Programmer we need to display or download SAP Dictionary table information. The below steps describe how to download the structure of a SAP ABAP Dictionary into a file, including details information such as data element and domain details. In this case we use BSEG table as example ...

User Exit in Sales Document Processing While implementing SAP R/3 System, we often using user exit or system modification to suit our company's specific requirements. Sometime we may be necessary to create new data fields or to use standard existing fields in functions in addition. We may also have to develop new requirements and routines. In ...

Flow Data in SAP BW (Business Information Warehouse) Flow Data in SAP BW begins with the transfer of data from the source system to the Persistent Staging Area (PSA) using InfoPackages. The data is stored in the PSA using tables, which are based on prior defined DataSources. After that the Data Transfer Process (DTP) transfers the data via ...

You might also like