Hello together,
since we have performed the AS/CS split in our ERP System E10 we face problems with some transactions (IW31, IW31) regarding the transactional RFCs to the internal system.
When I look into SM58 I see the entrys with the error: "Error when opening an RFC connection".
The function module is "SHARED_BUFFER_DELETE" and the target system is "ie10cs10_E10_10" which indicates that the target system is the central instance.
But of course the transaction itself is started on the dialogue instance (ie10di31).
When I doubleclick on the target system column in SM58 I come to the internal RFC which is automatically generated.
Trying a connection test shows the following error:
ERROR: Gateway not connected to local R/3
LOCATION: SAP-Gateway on host ie10cs10...... / 3310
COMPONENT: SAP-Gateway
MODULE: gwxxrd.c
RETURN CODE: 726
When I check the internal RFCs in SM59 I can only find another RFC Destination with the name "ie10di31_E10_31" - so this would be the dialogue instance.
I do not understand how the internal RFCs are created automatically and why I see the central instance in the SM58 as target system but only the dialogue instance RFC is visible in SM58 under type "I" connections.
I hope I could explain the issue......your help would be really appreciated.
Thanks a lot in advance and regards
Günter
Hi Güter,
I've never done a ASC/SC split, but maybe the instance number of the gateway change to the default 3300?
Trying a connection test shows the following error:
ERROR: Gateway not connected to local R/3
LOCATION: SAP-Gateway on host ie10cs10...... / 3310
COMPONENT: SAP-Gateway
MODULE: gwxxrd.c
RETURN CODE: 726
change the instance of your gateway to:
sapgw00
or
3300
Cheers
Hello Günter,
Whenever an ABAP isntance starts, it creates an internal destination.
Use the transaction SE16 do see the contents of the table RFCDES.
You can filter for the type of destination (internal).
If you see incorrect / old entries (for internal destinations!) there, you should delete them.
Best regards,
Isaías
Add a comment