on 2020 Jul 17 8:00 AM
Hi together,
I have a requirement to send IDocs from a non-SAP third party system (which uses a RFC library) to SAP PO single stack java via RFC.
Here's what I've done to achieve this:
On SAP PO side:
- configure a cloned inboundRA in NWA to register a Program ID / TP Name in PO Gateway:
- configure a IDoc Sender channel to use this cloned inboundRA
On third party system:
- I set the following parameters:
ASHOST: <PO hostname>
SYSNR: <PO sysnr>
TPNAME: <Program ID>
USER: <user>
PASSWD: <password>
On my third party system I get the following error:
Fehler beim RfcOpenEx: key=RFC_ERROR_COMMUNICATION message=CMALLC : rc=20 > Connect from SAP gateway to RFC server failed
Connect_PM GWHOST=<PO hostname>, GWSERV=<PO gw service>, SYSNR=<PO sysno>
LOCATION SAP-Gateway on host <PO hostname FQDN> / <PO gw port>
ERROR Gateway not connected to local R/3
TIME Wed Jul 16 16:28:53 2020
RELEASE 753
COMPONENT SAP-Gateway
VERSION 2
RC 726
MODULE /bas/753_REL/src/krn/si/gw/gwxxrd.c
LINE 8564
COUNTER 86752
What am I missing here? What could be the problem? How to get this connection working?
Thanks in advance!
And one more try: I see that in your inboundRA the Destination property is missing. You can set it to XI_IDOC_DEFAULT_DESTINATION. It points to an ABAP Backend that contains the metadata, which PO needs to load form the sender when receiving an idoc but can't do so because in your case the sender is non-ABAP.
Philippe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's a SAP note for this error, but I'm not sure if it helps much: https://launchpad.support.sap.com/#/notes/1922046
Obviously, PO (Java) is not an R/3 (ABAP) system. So the error described in the note doesn't really relate to a PO system. I don't know how the InboundRA exactly works, but I guess it has to emulate the RFC function module that usually receives an Idoc on an R/3 / ECC / S/4 system. Somehow this seems to not work correctly in your case (or the 3rd party doesn't call the right FM?). I don't have the possibility to simulate it, so I can only guess.
One more thing: Did you set the RA property "local" to "true" (it's not visible on the screenshot)? Maybe that makes a difference, but I'm not sure neither.
Best Regards,
Philippe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ne0n
Did you check ping test is working from source to destination?
Is telnet working on specified port ?
Please check these base steps to start troubleshooting on it.
BR
Atul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.