‎2006 Mar 10 6:44 PM
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 ??
‎2006 Mar 10 6:51 PM
Do you mean to say Material Characteristics values entered for Class Types?
‎2006 Mar 10 6:54 PM
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.
‎2006 Mar 10 7:08 PM
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
‎2007 Nov 12 8:25 PM
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.