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

How to create Outbound program

Former Member
0 Likes
547

Hi friends,

I got an Assignment to do

Creat outbound program triggered from message control, which can be executed by the standard report RBDMIDOC.

What is this intended for and how to hadle it.

3 REPLIES 3
Read only

Former Member
0 Likes
516

Hi,

What is the IDOC type?

What is the Message type?

What is business process?

Regards,

RS

Read only

0 Likes
516

Hi ,

Could you please give an example related to it.

Read only

0 Likes
516

Hi,

Let's say you are sending PO to vendor, then in that case

IDOC = ORDERS05

Message type = ORDERS

Process code = ME10.

For this,

1. Also, you create a RFC destination ( for receiver ) using transaction SM59.

2. Then create a Port ( receiver port )using transaction WE21 for the RFC destination create in above step.

3. Then you create a partner profile using transaction WE20 for partner type 'LI - Vendor" with partner number = 'your vendor'. Here you give

- Message type = ORDERS

- Receiver port = "one created in step-2 above"

- Basic idoc = ORDERS05

- Application = EF

- Message type = "your output type for EDI" ( not ORDERS, this is output type )

- Process code = ME10

There are also configuration ivolved for "automatic output determination" so whenever you save a PO it generates a IDOC.

What is your business process? What are you trying to do? What IDOC / Message type / Process code etc. you are using.

Regards,

RS