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

Field Name in bapi 'BAPI_MATERIAL_SAVEDATA'

Former Member
0 Likes
852

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

Former Member
0 Likes
753

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

Former Member
0 Likes
753

Hello

Read only

0 Likes
753

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

Read only

Former Member
0 Likes
754

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