‎2009 Aug 11 8:23 AM
Hi Experts,
I am getting net weight from legacy system with unit KG for MATERIAL. I need to convert the net weight from KG into whatever the net weight unit is in SAP (example: ton, uston, grams) and save it in SAP for that material number.
I am using the BAPI: bapi_matmas_savedata. There are so many enhancement points, please let me know which one should I use and is there any FM to convert units from KG into other units.
Thanks in advance.
Regards,
Ramesh.
‎2009 Aug 11 9:13 AM
hai ramesh
for doing that u have to write a function module or report where u calculate the weight based on material and then pass it to the bapi, so that it will write properly, so u include bapi call in ur function moudle call
m.a
‎2009 Aug 18 6:50 AM