‎2010 Sep 23 2:11 PM
Hi all,
I am trying to delete Additional EAN row using BAPI_MATERIAL_SAVEDATA by populating del_flag as X
in BAPI_MEAN structure. I am passing header data & bapi_mean structure for this purpose.
But Additional EAN record is not getting deleted. Please provide solution.
‎2010 Sep 23 2:18 PM
Hi
Did u used transaction_commit after this function module.
Regards,
Raghu.
‎2010 Sep 23 2:26 PM
‎2010 Sep 23 2:29 PM
Hi Manasa,
Per documentation, you have to transfer data to unitsofmeasure as well in case of change.
Hope it helps.
‎2010 Dec 20 3:24 PM
Hello Sujay,
I need to change the EAN numbers for the material master. The old number should be overwritten with the new entry. I am trying to do this with the BAPI and passing data to UNITOFMEASURE and internationalartnos. but this is not working.
Kindly help.
Thanks and Regards,
Neha
‎2011 May 19 10:44 AM
You can delete the main EAN by Clearing the field EAN_UPC and EAN_CAT (use UNITSOFMEASUREX).
Deletion by using the delete flag DEL_FLAG is not possible for main EAN (EAN_CAT = HE).
Edited by: Jochen Haase on May 19, 2011 11:45 AM