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 or Function Module to update the characteristics value for material

Former Member
0 Likes
2,464

Hi all,

Which is the BAPI or Function Module to maintain, update the characteristics value for material

Thanks in advance,

Amruta

3 REPLIES 3
Read only

Former Member
0 Likes
1,049

Hi

Check this BAPI: BAPI_MATERIAL_SAVEDATA.

To get a clear understanding on how to work ,you can check the documentation of the BAPI in Se37.

Regards,

Vishwa.

Read only

Former Member
0 Likes
1,049

Take a look at BAPI BAPI_OBJCL_CHANGE and its documentation. There are other BAPIs starting with BAPI_OBJCL* which will also help. If you search SCN then you will find examples.

Read only

0 Likes
1,049

Hi amruta,

To update the characteristics value for material use BAPI_OBJCL_CHANGE, and also you can have a glance at the function group CLBPA to find lot of useful classification functions.

Hope this will be useful to u..

Thanks

Vijayasree