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

bapi_matmas_savedata

Former Member
0 Likes
413

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.

2 REPLIES 2
Read only

Former Member
0 Likes
380

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

Read only

Former Member
0 Likes
380

done