Application Development and Automation 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: 
Read only

How to include a standard structure to a ztable

Former Member
0 Likes
3,156

Hi,

Can anyone tell me the procedure to include a standard sap structure to ztable .

4 REPLIES 4
Read only

Former Member
0 Likes
1,072

Transaction SE11, Change table and then menu Edit->Include->Insert.

Regards,

John.

Read only

gopi_narendra
Active Contributor
0 Likes
1,072

NO, its not possible to use append structures

but you can use the include structure in the ztable

Goto SE11 -- > under the Fields Column give .INCLUDE and the Field Type Column give the structure name

Regards

Gopi

Message was edited by:

Gopi Narendra

Read only

Former Member
0 Likes
1,072

Hi

<b>Enhance tables using Customizing includes</b>

Some of the tables and structures delivered with the R/3 standard contain special include statements. These are often inserted in those standard tables that need to have customer-specific fields added to them. Such includes are Customizing includes. (CI).

A Customizing include is a structure that satisfies a special naming convention. (name begins with CI_).

A Customizing include is a structure that satisfies a special naming convention. The name of a Customizing include begins with ‘CI_’ and the include is in the customer namespace .

If enhancements are already planned in the R/3 standard using customer-specific fields, such Customizing includes are included. in the corresponding standard table or standard structure. The Customizing include (that is the definition of the structure itself) is usually first created in the customer system and filled with fields by special Customizing transactions.

Customers can add their own fields to any table or structure they want.

The Customizing include field names must lie in the customer namespace just like field names in append structures. These names must all begin with either YY or ZZ.

<b>Reward if usefull</b>

Read only

0 Likes
1,072

by using include structures we can add standard structures to the ztables