Application Development 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: 

LSMW FOR MATERIAL MASTER USING BAPI_MATERIAL_SAVEDATA

Former Member
0 Kudos

Hi Gurus,

Im trying to develop lsmw for material master upload using bapi method.

Object:BUS1001006

BAPI:BAPI_MATERIAL_SAVEDATA

MESSAGE TYPE: MATMAS_BAPI

BASIC TYPE : MATMAS_BAPI01.

I m unable to find parameters to load gross_weight volume and volume unit and also problem loading the custom fields of material master. Any body who has worked on this one, can you please help me.

Thanks

venkat

3 REPLIES 3

Former Member
0 Kudos

hai,

i think it is not possible with bapi method, so try with batch input/ direct input method.

shan.

former_member188685
Active Contributor
0 Kudos

try with Direct input method. any Reason why you are proceeding with the BAPI methods.

Former Member
0 Kudos

The BAPI_MATERAIL_SAVEDATA support the gross_weight or the volume via the tables UNITSOFMEASURE and UNITSOFMEASUREX.

eg.

UNIT_OF_WT =KG

ALT_UNIT = PCS

NUMERATOR = 1

DENOMINATR =1

GROSS_WT =1000

All the customer specific field are supported by the EXTENSIONIN and EXTENSIONINX tables.