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 Material master update

Former Member
0 Likes
958

Hello,

I need to upload and change data to the classification screen of Material master (MM01/02). I am thinking of using BAPI_CHARACT_CREATE and BAPI_CHARACT_CHANGE. Can we use BAPI_MATERIAL_SAVEDATA to upload and change characteristic data for material master(MM01/02)?

Can anybody provide me some sample code for mass upload and mass change of characteristic data to material master?

Thanks in advance

Rajesh.

3 REPLIES 3
Read only

Former Member
0 Likes
523

Hi,

Try <b>BAPI_OBJCL_CREATE</b> to upload the classification data.

Regards

vijay

Read only

Former Member
0 Likes
523

Hi,

Read the BAPI documentation , it is well documented.

Regards

vijay

Read only

ferry_lianto
Active Contributor
0 Likes
523

Hi Rajesh,

You can use standard SAP program <b>RCCLBI03</b> to do mass upload.

Please check the program documentation for more information.

Also you can take a look this BAPI/FM.

<b>BAPI_OBJCL_CREATE

BAPI_OBJCL_CHANGE

CLVF_INSERT_AUSP

CLVF_UPDATE_AUSP

CLVF_VB_INSERT_CLASSIFICATION</b>

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.