Dear friends,
We have an already successfully running scenario of sending IDocs from an SAP ERP system to a third party WMS system. The connectivity between the two system is through an RFC connection, Type T (TCP/IP) with registered server program. The third party system is SAP-certified, which means that it is able to understand the IDocs sent from SAP ERP system and process them. When an IDoc is sent from SAP using the above connectivity the third-party system accepts and posted the IDoc into respective business document in that system.
Now a requirement has come up to route these IDocs via PI system (PI 7.1). While searching through the forum, I cam across a blog which gave an idea of how to go about it. I have tried the steps but the communication terminates in an error. I have done the following steps:
1. Create Product and software component version (SCW).
2. Create technical system MD1 with logical name LOGICA300 for CLIENT 300 for the SAP ERP system and assign the product and SCW to it.
3. Create business system BS_MD1300_D.
4. Create technical system LFSTST2010 as third-party system and assign the product and SCW to it.
5. Create business system LFSTST2010 with logical name LFSTST2010.
6. Perform IDX1 for BS_MD1300_D
Port: SAPMD1
Client: 300
RFC Destination: MD1CLNT300 (RFC Connection type ABAP, working successfully)
7. Perform IDX2 for SAPMD1: all the required message types are imported.
8. Perform IDX1 for LFSTST2010
Port: LFSTST2010
Client: 100 (Randomly given)
RFC Destination: LFSTST2010 (RFC Connection type TCP/IP with registered Server Program, working successfully)
9. No object (Message mapping or Operation mapping) created in Enterprise Service Repository as the same IDoc is sent from SAPMD1 to LFSTST2010.
10. Receiver determination, Interface determination and receiver agreement are created, which are straight-forward.
11. Receiver communication channel of type IDoc is created with the following parameters:
RFC Destination: LFSTST2010
Segment Version: 640
Interface Version: SAP release 4.0 or Higher
Port: LFSTST2010
SAP Release: 640
After the execution we get the following error:
Error: Transaction IDX1: Port LFSTST2010, client , RFC destination contain errors
Hope to get guidance in getting the required settings right.
Thanks
Nivin