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 for Material Master MRP area upload

Former Member
0 Likes
6,776

Hi Experts,

I am using BAPI BAPI_MATERIAL_SAVEDATA to upload material master MRP view.

I need to populate the MRP Area field (it is not in BAPI_MATERIAL_SAVEDATA.

Anybody knows what BAPI can I use for this field?

Thanks in advance!

Regards,

Marco

Hi Experts,

I am using BAPI BAPI_MATERIAL_SAVEDATA to upload material master MRP view.

I need to populate the MRP Area field (it is not in BAPI_MATERIAL_SAVEDATA.

Anybody knows what BAPI can I use for this field?

Thanks in advance!

Regards,

Marco

7 REPLIES 7
Read only

Former Member
0 Likes
3,391

Hi,

check in structure BAPI_MARC. if it is there , we need to populate BAPI_MARCX structure also for the respective field

Thanks,

Rajinikanth

Read only

0 Likes
3,391

it is not in BAPI_MATERIAL_SAVEDATA.

Read only

Former Member
0 Likes
3,391

Hi

Which MRP view?

The main MRP data should belong to MARC table, so u should use the parameter PLANTDATA of the bapi BAPI_MATERIAL_SAVEDATA

Max

Read only

0 Likes
3,391

Hi

Under MRP1 view i want to update bottom option is there MRP area. So under that MRP area i want to update MRP Group, MRP type, MRP COntroller and lotsize.

PLease suggest me.

Regards

GAnesh

Read only

0 Likes
3,391

Hi Ganesh,

In import parameter PLANTDATA use fields 1) MRP_GROUP 2) MRP_TYPE 3) MRP_CTRLER 4) LOTSIZEKEY. use this fileds and update.

Regards,

Madhu.

Read only

Former Member
0 Likes
3,391

You can use function MD_MRP_LEVEL_CREATE_DATA .I have success to import mrp area DATA to table MDMA.

Read only

0 Likes
3,391

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