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

Outbound process code

Former Member
0 Likes
1,006

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
758

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

5 REPLIES 5
Read only

Former Member
0 Likes
759

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

Read only

0 Likes
758

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?

Read only

Former Member
0 Likes
758

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.

Read only

0 Likes
758

Used WE41 to create Outbound code

Read only

Former Member
0 Likes
758

Resolved by creating a new process code and associating a FM to process the IDOC using we41