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

Create Material with Classification data using BAPI_MATERIAL_SAVEDATA

Former Member
0 Likes
828

i am trying to Create Material with Classification data using BAPI_MATERIAL_SAVEDATA. i am able to create Material but unable to enter classification data . How can i do that ??

4 REPLIES 4
Read only

Former Member
0 Likes
674

Do you mean to say Material Characteristics values entered for Class Types?

Read only

0 Likes
674

yes ..if we create a material via mm01 ..there is a tab for classification ..i want to update that class number through bapi_material_savedata.

Read only

0 Likes
674

Try these BAPIs

BAPI_CHARACT_CREATE

BAPI_CHARACT_CHANGE

I have debugged MM02 and found that SAP is using CLVF_VB_INSERT_CLASSIFICATION for this purpose. You can try usingthis fm.

Message was edited by: Ashish Gundawar

Read only

0 Likes
674

Hi Gaurav,

I got the similar requirement. Just curious to know how did you solve the problem.

how did you create the Classification after creating a material? did you use any of the BAPIs , BAPI_CHARACT_CREATE or BAPI_CHARACT_CHANGE.

It would be of great help.

Thanks, Prakash.