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: 

Field Name in bapi 'BAPI_MATERIAL_SAVEDATA'

Former Member
0 Kudos

Hello,

I m EXECUTING bapi 'BAPI_MATERIAL_SAVEDATA' in se37 to extend material from one plant/st. location to other plant/st. location .But I m not getting any field of plant from and plant to.

Plz tell me those fields.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ravi,

This BAPI enable to create or extend material ( on another plant for eg )

BUT

1 - If you want to create a new material, you'll have to give all input fields.

2 - if you wan to extend your material, you'll have to give all dependant fields !

You have to provide the input parameter of the new plant. (The BAPI can't copy data, this is the reason why you don't have "plant from" & "plant to".

Hope this helps,

Erwan

3 REPLIES 3

Former Member
0 Kudos

Hello

0 Kudos

you just have to give the new plant and the data you need to give again for the new plant. you can't just refer to the old plant

kind regards

arthur

Former Member
0 Kudos

Hi Ravi,

This BAPI enable to create or extend material ( on another plant for eg )

BUT

1 - If you want to create a new material, you'll have to give all input fields.

2 - if you wan to extend your material, you'll have to give all dependant fields !

You have to provide the input parameter of the new plant. (The BAPI can't copy data, this is the reason why you don't have "plant from" & "plant to".

Hope this helps,

Erwan