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

Process Code for Message Type MBGMCR Post Goods Movement

Former Member
0 Likes
8,333

Hi,

I am working on SAP ECC 6.0. We need to post a goods movement inbound into SAP from an external system using IDocs.

I am using the message type MBGMCR / IDoc Type MBGMCR03 to post a goods movement inbound into SAP.

Can you tell me what is the correct Process Code to be entered in the Partner Profile for the Inbound message?

I believe the earlier message type was WMMBXY with Process Code WMMB to post Goods Movement

However for the new message type MBGMCR, although there is a function module IDOC_INPUT_MBGMCR, I am not able to find the Process Code linked to the function module.

Do we need to create a new Process Code for this message type? If so, then what are the steps required..??

Regards,

Aditya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,960

Hi Aditya.

Please use process code BAPI for inbound message type MBGMCR.

This process code will call FM BAPI_IDOC_INPUT1 and inside the FM will eventually call FM IDOC_INPUT_MBGMCR.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

2 REPLIES 2
Read only

Former Member
0 Likes
3,961

Hi Aditya.

Please use process code BAPI for inbound message type MBGMCR.

This process code will call FM BAPI_IDOC_INPUT1 and inside the FM will eventually call FM IDOC_INPUT_MBGMCR.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

aditya_palekar
Product and Topic Expert
Product and Topic Expert
0 Likes
3,960

Hi Ferry,

Thanks...I'll check if this solves the problem

Regards,

Aditya