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

BAPI for CT02

Former Member
0 Likes
790

Hi all,

Iam facing problem whild doing BDC for CT02. Is there any BAPI to update the characteristic values ?something which we do through CT04.

Thanks&Regads,

Manjula.S

4 REPLIES 4
Read only

Former Member
0 Likes
696

Hi Mnajula,

Check the FM IDOC_INPUT_CHRMAS, It can be used for creating characteristic values.

Hope it will help you.

Thanks

Nitesh

Read only

0 Likes
696

Hi Nitesh,

Thanks for replying.I think this is used for creating through Idocs. I need a BAPI.

Thanks&Regards,

Manjula.S

Read only

Former Member
0 Likes
696

Manjula,

Check this BAPI "BAPI_CHARACT_CREATE".

Regards.

Ram.

Read only

Former Member
0 Likes
696

Hello,

There are couple of Transactions such as CT02 & MSC2N etc, for which the BDC Method doesn't work. I had a requirement earlier for an Inbound IDoc to update the Batch Characteristic Values. So, I've used these BAPIs in a Sequence which worked fine for me.

BAPI_OBJCL_GET_KEY_OF_OBJECT

BAPI_OBJCL_GETCLASSES_KEY

BAPI_OBJCL_GETDETAIL

BAPI_OBJCL_CHANGE

BAPI_OBJCL_CONCATENATEKEY

BAPI_OBJCL_GETCLASSES

Thanks and Regards,

Venkat Phani Prasad Konduri