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

Update characteristic value

Former Member
0 Likes
643

What BAPI or function module I have to use to update chracteristics value ?

Tushar

1 REPLY 1
Read only

Former Member
0 Likes
326

Hi Tushar,

You can use the BAPI BAPI_OBJCL_CREATE for this.

Also check the BAPIs in the Function group CLBPA. They might come handy if you want to read/delete/modify the classification values.

As usual please use BAPI_TRANSACTION_COMMIT after your call to commit things on to the Database.

Hope it helps.

Thanks, Debasish