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

LSMW FOR MATERIAL MASTER USING BAPI_MATERIAL_SAVEDATA

Former Member
0 Likes
955

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

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
Read only

Former Member
0 Likes
812

hai,

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

shan.

Read only

Former Member
0 Likes
811

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

Read only

Former Member
0 Likes
811

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.