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: To extend material

Former Member
0 Likes
1,178

Hi Experts,

I m a completely newbie in BAPI.

I want to extend material from one plant to another using Transaction MM01, and want to extend

Basic Data1,Basic Data2, Purchasing,Purchase Order Text,MRP1 MRP2,MRP3,MRP4,Forecast.

Can anybody provide me the code for the same.

Aastha

4 REPLIES 4
Read only

Former Member
0 Likes
806

You can not extend basic data using MM01 transaction, you have to use MM02 for basic data modification, you can extend using MM01 for plant.

You can use material create BAPI to extend plant data, but not for basic data.

I hope it helps.

Regards,

Mahesh

Read only

Former Member
0 Likes
806

Use RMDATIND report.

Read only

Former Member
0 Likes
806

you can use BAPI

BAPI_MATERIAL_SAVEDATA

Read only

0 Likes
806

Hello,

I have made BDC to create material usind TCode MM01, can I modify this BDC code to extend already existent material from one plant to another.

Is this a feasible solution.

Aastha