‎2007 Jul 25 2:44 PM
What's the <b>difference between structure and include</b> in the area of table creation.Aprt from the difference that structure can be included in one table and includes can be included in many tables.
what's the f<b>low behind the both i.e in data transfer does they differ in any way they handle it?</b>
Help me Pls!
‎2007 Jul 25 3:18 PM
Hi,
Append structures are used for enhancements that are not included in the standard. 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.
http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm
Includes are used to group fields, an include structure can be assigned to many tables. If you add a fields to an include structure, all tables/structures, which contain that include structure, will be updated too.
http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21ea6a446011d189700000e8322d00/content.htm
For enhancing SAP standard you can use customising includes too, if there are any in your table.
http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eb54446011d189700000e8322d00/content.htm
In short,
APPEND structures are used to add additional fields to exactly one table
INCLUDE structure is used to include fields to several tables.
<b>Reward if helpful.</b>
‎2007 Jul 25 3:18 PM
Hi,
Append structures are used for enhancements that are not included in the standard. 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.
http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm
Includes are used to group fields, an include structure can be assigned to many tables. If you add a fields to an include structure, all tables/structures, which contain that include structure, will be updated too.
http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21ea6a446011d189700000e8322d00/content.htm
For enhancing SAP standard you can use customising includes too, if there are any in your table.
http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eb54446011d189700000e8322d00/content.htm
In short,
APPEND structures are used to add additional fields to exactly one table
INCLUDE structure is used to include fields to several tables.
<b>Reward if helpful.</b>
‎2007 Jul 25 3:27 PM
<b> Include Substructures</b> allow you to include fields from another table or structure in the table you are creating.
<b> Customizing includes</b> are provided in SAP tables and structures to allow you to add fields to these structures/tables without modifying the tables themselves.
<b> Append structures</b> allow you to add fields to SAP-provided structures and transparent tables that were not provided for in the standard version.
Reward if useful
Regards
Prax
‎2007 Jul 26 5:17 AM
Hi,
Append structures are used for enhancements that are not included in the standard. 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.
http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm
Includes are used to group fields, an include structure can be assigned to many tables. If you add a fields to an include structure, all tables/structures, which contain that include structure, will be updated too.
http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21ea6a446011d189700000e8322d00/content.htm
Reward if useful
Thanks
‎2007 Jul 26 5:19 AM
‎2007 Jul 26 5:20 AM
Hi,
INCLUDE:
Includes are used to group fields and insert them together in a table or structure.
An include program has two main functions:
It contains code which can be used by several different programs.
It helps you to modularize programs, which consist of many different logically related parts. Each of these parts is stored as a separate include program.
Include programs improve the readability of programs and make maintenance easier.
Include reports contain rolled out parts of reports. They are called by the main report, and can only be run in conjunction with the main report.
APPEND:
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.
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.
The following enhancements can be made to a table or structure TAB with an append structure:
Insert new fields in TAB,
Define foreign keys for fields of TAB that already exist,
Attach search helps to fields of TAB that already exist
Just have a look at this link:
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm
Regards,
Priyanka.
‎2007 Jul 27 11:51 AM
Thx......buddy's who tried to help me .but still i expected more which i dont.thats ok.....