2010 Nov 15 11:09 AM
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,
2010 Nov 15 11:23 AM
I do not see any CI_ in the se11 for this table, so does that means it is not possible ?
What is CL_ ?
2010 Nov 15 11:45 AM
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
2010 Nov 16 9:27 AM
2010 Nov 15 11:50 AM
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
2010 Nov 15 3:09 PM
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.
2010 Nov 16 1:19 PM
you can include structure into standard table by .include and data element try it will work
2010 Nov 17 7:32 AM