‎2007 Apr 03 9:44 PM
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.
‎2007 Apr 03 9:49 PM
Hi,
What is the IDOC type?
What is the Message type?
What is business process?
Regards,
RS
‎2007 Apr 03 10:11 PM
‎2007 Apr 03 10:23 PM
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