‎2007 Oct 25 9:16 AM
Hi all,
I have a structure e.g ZCSTRUCTURE and ZCSTRUCTURE1 in DDIC.
Now i want to include structure ZCSTRUCTURE1 to ZCSTRUCTURE in DDIC.
I can do it in two ways.
1. Include structure(.include)
2.Append structure
What is the difference between these two.
Regards,
‎2007 Oct 25 9:19 AM
Hi Somya,
Check below thread
/message/3504101#3504101 [original link is broken]
Regards,
Atish
‎2007 Oct 25 10:48 AM
HI
APPEND: enhance table without registration. You can use the added fields only in case of this table.
.INCLUDE: you can use tha include to add it to more tables.
Both cases you have to start with ZZ....unless you implement an OSS note.
I suggest to use CI_XXXXX structure, which is a customer include. In this case you have to create a project in transaction CMOD and activate it. Probable you can find some documentation about the purpose of the customer include here.
Check the links -
/message/1479212#1479212 [original link is broken]
Regards
Pavan
‎2007 Oct 25 10:55 AM
Hi,
Append structures
are used for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables or structures.nclude Structure :
Here we have to add an Existing Structure to a Table .. So it can be reused.
We cannot Include structure to Standard Table
It can be inserted anywhere in the Table.
Regards,
Pritha.
Reward if helpful