Hello,
I am trying to build an interface between two R/3 systems. I have an RFC (used as a synchronous i/f) in one system and I have created a synchronous inbound proxy in the other system. The idea is to invoke the RFC which will inturn invoke the proxy code in the other system. I have completed the design and config steps in IB. When I tried to test it, I am getting two messages with error flag in SXMB_MONI. The message is as follows :
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- Call Adapter -->
http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="CONFIG">LCR_ERROR</SAP:Code>
<SAP:P1>No own business system</SAP:P1>
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText>No own business system</SAP:AdditionalText>
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack />
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
Can anybody help me to resolve this error ?
Thanks
John
John
For ABAP proxies, did you create a Web as ABAP Business System and used the same?
Regards,
Bhavesh
Hi John,
Please can you make the fillwoing checks.
Are the Business system that you are using in the Integration directory have all the details:
Select your Business system. In the menu
check in service-->Adapter specific identifier.
Also have youdone all the required onfig to connect your application system to the SAP XI system for the ABAP Proxy.
Please can you check with running transaction SLDCHECK in you application system.
Regards
Vijaya
Hi John,
Have you tried executing TCODE - SLDCHECK on your XI ?
if not check it and see ii everything is ok over there.
If not check your busines system inside SLD
Mostly it could be that the SAP business system is pointing to the wrong SAP client.
Regards,
Abhy
Add a comment