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_MATERIAL_SAVEDATA

Former Member
0 Likes
1,021

Hello Experts,

As far as I read about it, it cannot extend already existent material to another plant.

Is there any other solution or I can go for BAPI_MATERIAL_SAVEDATA

Aastha

I

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
933

Hi Aashtha,

By using BAPI_MATERIAL_SAVEDATA Function module, you can create a material and can only extend it to one plant at a time.as it has all these views in Import parameters.

You can also go through this Source ( for plant view )

5 REPLIES 5
Read only

Former Member
0 Likes
934

Hi Aashtha,

By using BAPI_MATERIAL_SAVEDATA Function module, you can create a material and can only extend it to one plant at a time.as it has all these views in Import parameters.

You can also go through this Source ( for plant view )

Read only

Former Member
0 Likes
933

Hi,

Get all the data using other BAPI for reading Material data.....

Change the plant and use the same BAPI for extending the material to other plant..

Regards,

Kunjal

Read only

Former Member
0 Likes
933

Hi,

I hope the below link will help you.

Thanks,

Khushboo.

Read only

Former Member
0 Likes
933

hii

this FM BAPI_MATERIAL_SAVEDATA

is used to extend a material to another plant

for that you need to read the original data via BAPI_MATERIAL_GET_DETAIL and then select additional data from MKVE and save it via BAPI_MATERIAL_SAVEDATA with table parameter SALESDATA

also check with

BAPI_STANDARDMATERIAL_CREATE Create/Extend Material

regards

twinkal

Read only

Former Member
0 Likes
933
As far as I read about it, it cannot extend already existent material to another plant. 
Is there any other solution or I can go for BAPI_MATERIAL_SAVEDATA

I think you read right.

Use either LSMW or you can MM17 for Mass change in material.

Amit.