‎2010 Feb 04 6:06 PM
Hi,
I have a scenario in which we have to send a IDOC out to a external application every time there is a Goods Receipt.
We chose the IDoc MBGMCR02 which suits our needs.
We also created a new output type , but we hit a road block when we found that MBGMCR02 is configured as a inbound IDOC and not as a outbound one. So there is only a inbound processing code. But what we want is, is to associate the MBGMCR02 IDoc to an outbound process code.
What is the process to do this?
Any suggestions appreciated.
‎2010 Feb 11 9:05 PM
siva
Try using idoc type DELVRY01 or DELVRY02 or DELVRY03 with process code DELV (IDOC_OUTPUT_DELVRY)
check whether your requirement is matching with idoc type DELVRY01 or DELVRY02 or DELVRY03
Thanks
Ramesh
‎2010 Feb 11 9:05 PM
siva
Try using idoc type DELVRY01 or DELVRY02 or DELVRY03 with process code DELV (IDOC_OUTPUT_DELVRY)
check whether your requirement is matching with idoc type DELVRY01 or DELVRY02 or DELVRY03
Thanks
Ramesh
‎2010 Feb 11 10:05 PM
Hi Ramesh,
I tried that but it didnt suit our needs.
So i created a new Outbound Process code.
But im having difficulties putting code into the FM inside the process code.
Do you have any sample code for this?
‎2010 Feb 12 7:25 AM
Hi,
Go through the link [OUTBOND FM|http://help.sap.com/saphelp_40b/helpdata/pt/dc/6b7dbd43d711d1893e0000e8323c4f/content.htm]. Whch explains you how to create outbound FM.
‎2010 Feb 22 6:55 PM
‎2010 Feb 22 6:56 PM
Resolved by creating a new process code and associating a FM to process the IDOC using we41