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 MM MRP Area upload remote

Former Member
0 Likes
1,006

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

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

JuanCarlosDelga
Contributor
0 Likes
778

Hi Maxim,

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

Regards.

JCD

Read only

0 Likes
778

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