Hi everyone,
Can somebody tell me how I can update the gross weight in the standard transaction MM03 in SAP ?
Which BAPI i can use to update the gross weight ?
So i need to update this field
The Gross Weight should have the same value like Net Weight - 2,618.
I use the bapi - BAPI_MATERIAL_SAVEDATA. And in the table - UNITSOFMEASURE i pass the new value in the field GROSS_WT.
So i make this valorization of the bapi UNITSOFMEASURE-GROSS_WT = 2.618 and UNITSOFMEASURE-UNIT_OF_WT = KG.
In the end i valorize UNITSOFMEASUREX-GROSS_WT = 'X' UNITSOFMEASUREX-UNIT_OF_WT = 'X'.
But this valorization only updates this field
So is there in any other solution for this ?
Some other BAPI maybe ?
I checked the other structures and tables in the BAPI - BAPI_MATERIAL_SAVEDATA, but only the table UNITSOFMEASURE has the field Gross weight.
Thanks,
Dime Slavkov