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: 

Define Customer Fields for Object Management Record in ECM

Former Member
0 Kudos

Hi all,

I have to add 3 custom fields in CC02 transaction code for the material object fileds.These needs to be updated in AEOI table.

The table is having the empty structure "CI_AEOI". I am planning to add those 3 fields in the structure and i am updating the data for those fields through the transaction "ZECM".

And alsoI am planning to use the BADI definition "ECM_AEOI_CI" (Define Customer Fields for Object Management Record) which is given by SAP to update it in CC02 transaction.

It is having the interface name:IF_EX_ECM_AEOI_CI and implementing class:ZCL_IM_ECM_AEOI_CI.These methods are now showing blank.

Could any one please suggest me how to proceed on this.

Thanks in advance,

Narasimharao.

Edited by: narasimharaok on Jan 6, 2011 3:17 PM

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can add those three fields by enhancement.

To do tht.. you can implement through user exit or BADI.

and other Z objects are your custom development objects.

You can search How to find exact enhancement point to add those 3 fields.

Regards,

Prasad

0 Kudos

Hi Prasad,

Yes, I am planning to use the subscreen CUSAEOI1 in the BADI.In that the subscreen number 1s 309.

Shall i write the logic in the mentioned subscreen

Thanks,

Narasimharo.