‎2007 Feb 17 12:55 PM
‎2007 Feb 17 1:10 PM
Hi abhishek,
I believe u r talking about append structure and include structure.
Hope this link help u.
if u r talking abt append and insert commands then
append is used while v have header line in the internal table.
insert command is used when v have internal table without header line.
Regards....
Arun.
Reward points if it is useful.
‎2007 Feb 17 1:14 PM
hi
.append & .include are used to include a structure in a table,
where .include is used in customer table but .append is used to induct a structure in SAP supplied std table
‎2007 Feb 17 1:20 PM
Hi,
Welcome to SDN.
1. Append Structures
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.
Remember to activate.
2. Customizing Includes
Some of the SAP standard tables contains special include statements called Customizing includes. In contrast to Append structures,
Note that customizing includes are created by SAP, but the customer supply the fields for the include.
Customizing includes begin with CI_ and is part of the customer namespace
One Customizing include can be inserted into more than one table.
You can find Customizing includes in SE11 under structures.
Try to take a look at table RKPF which uses the Customizing include CI_COBL (In an IDES system).
Next try to add a field to CI_COBL, and activate it. If you go back to table RKPF you will se that your new field has been added.
Hope this will help.
Regards,
Ferry Lianto
‎2008 Dec 09 11:00 AM