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: 

To add Custom fields in standard Table

Former Member
0 Kudos
2,139

Hi,

I want to add custom fields to Table - COEPR, what is the best way to do that ?

I do not see any CI_ in the se11 for this table, so does that means it is not possible ?

Cheers,

7 REPLIES 7

kesavadas_thekkillath
Active Contributor
0 Kudos
284

I do not see any CI_ in the se11 for this table, so does that means it is not possible ?

What is CL_ ?

SuhaSaha
Advisor
Advisor
0 Kudos
284

Hello,

CI structure are Customizing Includes & are generally part of customer exits. All the standard tables need not have CI, you can enhance you standard table using APPEND structures as well.

Hope i'm clear.

BR,

Suhas

Former Member
0 Kudos
284

Hello,

What is Customizing includes?

Regards,

Gopi.vardhan

Former Member
0 Kudos
284

Hi,

Use APPEND structure and add you fields at END or use Include structure to add fields in the middle.

SE11->APPEND STRUCTURE

COEPR_ONLY is a include structure you can use to add or directly click on Append structure and create custom fields

Regards

Shiva

Former Member
0 Kudos
284

Enter in se11 viewing the table COEPR.

There press F5. The system will tell you that there is no append structure for that. It will open a popup asking you for its name. You can name it for example ZCOEPRAPPEND001. You can put a title line on int. When you accept it will create an structure. You can add fields to this structure and compile it. The new fields will be then available on the table.

Former Member
0 Kudos
284

you can include structure into standard table by .include and data element try it will work

Former Member
0 Kudos
284

Append Structure is the answer.