cancel
Showing results for 
Search instead for 
Did you mean: 

GET_BUSINESS_SYSTEM_ERROR , when Test the OB interface from R3 for proxy?

former_member189387
Active Contributor
0 Kudos

Hi friends ,

In my scenario ABAP Proxy to file. First i have activated the proxy . While i was trying to <b>Test Interface (F8)</b> BUTTON . It is showing the Following Message

<b> 1. My sm59 's TCP/IP Connection test for LCRSAPRFC is ok

2. Test for SAPSLDAPI connection test is ok</b>

-


Message

<?xml version="1.0" encoding="utf-8" ?>

- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">

- <asx:values>

<SYSTEMFAULT href="#o54" />

</asx:values>

- <asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary">

- <cls:CX_AI_SYSTEM_FAULT id="o54">

- <CX_ROOT>

<TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID>

<PREVIOUS href="#o43" />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>190</PROGID>

<CONTID>564</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <CX_AI_SYSTEM_FAULT>

<CODECONTEXT>Local</CODECONTEXT>

<CODE>GET_BUSINESS_SYSTEM_ERROR</CODE>

<ERRORTEXT>An error occurred when determining the business system (NO_BUSINESS_SYSTEM)</ERRORTEXT>

<LANGUAGE />

</CX_AI_SYSTEM_FAULT>

</cls:CX_AI_SYSTEM_FAULT>

- <cls:CX_XMS_SYSERR_PROXY id="o43">

- <CX_ROOT>

<TEXTID>A618D069BDF2D7458C8D9FB22F2735F4</TEXTID>

<PREVIOUS />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>190</PROGID>

<CONTID>726</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <CX_XMS_SYSTEM_ERROR>

<ID><b>GET_BUSINESS_SYSTEM_ERROR</b></ID>

<P1>NO_BUSINESS_SYSTEM</P1>

<P2 />

<P3 />

<P4 />

<INFO />

<CATEGORY>XIProxy</CATEGORY>

<AREA>ABAP</AREA>

<RETRY>M</RETRY>

</CX_XMS_SYSTEM_ERROR>

- <CX_XMS_SYSERR_PROXY>

<CO_AREA_ABAP>ABAP</CO_AREA_ABAP>

</CX_XMS_SYSERR_PROXY>

</cls:CX_XMS_SYSERR_PROXY>

</asx:heap>

</asx:abap>

-


I have created the <b>HTTP Connection Tyep H</b> , But in <b>Response body</b> type it is showing the follwing<b>messasge</b>

-


- <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Header />

- <SOAP:Body>

- <SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<faultcode>SOAP:Client</faultcode>

<faultstring>Empty HTTP request received</faultstring>

<faultactor>http://sap.com/xi/XI/Message/30</faultactor>

- <detail>

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIProtocol</SAP:Category>

<SAP:Code area="MESSAGE">EMPTY_HTTP_REQUEST_RECEIVED</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Empty HTTP query received; message processing not possible</SAP:Stack>

</SAP:Error>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

-


Can u please suggest me to solve this issue

Regards.,

V.Rangarajan

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

can you confirm if the connection is established between XI and R3 -

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

try writing a small program and trigger the proxy.

see if you are getting any reply. ie chk sxmb_moni of r3.

former_member189387
Active Contributor
0 Kudos

Hi sabrish ,

Thanks for ur reply. I am trying small Abap proxy to file scenario only. I have referred the Ravi's blog.

In sm59

1. for <b>LCRSAPRFC </b> technical setting gateway given as

host xidev and gawtaway as sapgw12 like that

Connectrion succesful

2. for SAPSLDAPI also same as

technical setting gateway given as

host xidev and gawtaway as sapgw12 like that

Connectrion succesful

I have activated the proxy But just trying to click the Test Interface button. it has shown that messsage

Do i need to make any changes , like connection as R3Dev system's host ?

Regards.,

V.Rangarajan

Message was edited by:

ranga rajan

Shabarish_Nair
Active Contributor
0 Kudos

in R3 -> SXMB_ADM, is the system configured as application system ?

former_member189387
Active Contributor
0 Kudos

Yes it is configued as Application system

in specific configuration category runtime<b> but i cannot save</b> , BUT I have created that RUNTIME Category and IS_URL and current values as dest://SAPISU_XID

I have two lines of runtime parameter is ther becuase of that it is not allowing ? or even if i select also it wont display

if i check from there it is showing as

<b>No access to system landscape at present</b>

another line is specific configuration is

RUTIME ENGINE_TYPE LOC UNDEFINED BASIS ? shall i delete this row then will it come ?

Regards.,

V.Rangarajan

Shabarish_Nair
Active Contributor
0 Kudos

follow the troubleshooting steps in that thread. I am sure i sud help.

nisarkhan_n
Active Contributor
0 Kudos

Is your SLDCHECK working from R/3,,,,,i dnt think it is working, kindly confirm

former_member189387
Active Contributor
0 Kudos

Hi Friends,

SLDCHECK is fine . Problem solved. We have upgraded SAP 4.7 to ECC6.0 . So , we have not created tecnical and business system for ECC6.0 . So, it was giving that error. Now it is ok .

Thanks for all valuable replies !

Regards.,

V.Rangarajan

Answers (0)