‎2007 Jan 05 6:46 AM
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
‎2007 Jan 05 2:46 PM
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.
‎2007 Jan 05 2:46 PM
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.
‎2007 Jan 05 2:51 PM
Hi Ferry,
Thanks...I'll check if this solves the problem
Regards,
Aditya