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: 

Bapi MM MRP Area upload remote

Former Member
0 Kudos

Hi Experts,

I am use BAPI BAPI_MATERIAL_SAVEDATA to upload material master MRP view  from an external application.

To upload the MRP Area field in SAP can use MD_MRP_LEVEL_CREATE_DATA, but this function module (FM) and its cause is not obtained from an external application

Anybody knows what BAPI can I use for this field?

Who knows how to use the BAPI (not FM) upload MRP area?

Thanks in advance!

Regards,

Maxim

2 REPLIES 2

JuanCarlosDelga
Contributor
0 Kudos

Hi Maxim,

Why don't you encapsulate MD_MRP_LEVEL_CREATE_DATA in a custom function that is RFC enable?

Regards.

JCD

0 Kudos

Hi JCD,

I wanted to find a standard functionality SAP.

But if it does not exist, then of course I will create a custom function RFC.

Regards