‎2018 Mar 26 11:20 AM
Hi,
I want to update only the material unit of measure( meins) and MAKTX and do not want to chnage remaining fileds in material master data using BAPI BAPI_MATERIAL_SAVEDATA. Could you please let me know the necessary fields to be passed only for updating these fields.
thanks,
balu
‎2018 Mar 26 11:44 AM
Hi Balakrishna t Krishna,
"I want to update only the material unit of measure( meins) and MAKTX
The field which you want to update in material master, update only those field in BAPI BAPI_MATERIAL_SAVEDATA.
Pass the Material number in HEADDATA-MATERIAL. To update UOM, use field(BASE_UOM, BASE_UOM_ISO) in structure(CLIENTDATA, CLIENTDATAX) and to update the MAKTX, maintain the value in MATERIALDESCRIPTION table.
Regards
Rajkumar Narasimman
‎2018 Mar 26 12:04 PM