Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a field in a DDIC Table..

Former Member
0 Kudos

Hi Experts,

I want to know that how many ways, we add a field in a existing DDIC Table.?

Thanks in Advance..

Kind Regards

Yogesh Gupta

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

1) Groups of fields can be added to customer tables using substructures.

2) Groups of fields or individual fields can be added to SAP delivered tables using append structures, or customizing includes:

a) Substructures allow you to include fields from another

table or structure in the table you are creating.

b) Customizing includes are provided in SAP tables

and structures to allow you to add fields to

these structures/tables without modifying the

tables themselves.

c) Append structures allow you to add fields to SAP-provided structures and transparent tables that were not provided for in the standard version.

Rewards if helpful.

Regards

Shambhu

2 REPLIES 2

Former Member
0 Kudos

Hi ,

1) Groups of fields can be added to customer tables using substructures.

2) Groups of fields or individual fields can be added to SAP delivered tables using append structures, or customizing includes:

a) Substructures allow you to include fields from another

table or structure in the table you are creating.

b) Customizing includes are provided in SAP tables

and structures to allow you to add fields to

these structures/tables without modifying the

tables themselves.

c) Append structures allow you to add fields to SAP-provided structures and transparent tables that were not provided for in the standard version.

Rewards if helpful.

Regards

Shambhu

Former Member
0 Kudos

There are two ways to add fields to a table.

1. Append Structure.

2.Include

Using Append structure u can append an entire structure in a table,But u can not use the same structure to append it to other table.

Using __. Include_ u can add single\multiple fields to a table.

Regards:

Pournima