cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Server Proxy doubts

Former Member
0 Kudos

1. How to make a call to ABAP server Proxy / How ABAP Server Proxy call is triggered..?

2.How can i check my RFC destination "INTEGRATION_DIRECTORY_HMI" of H type used for making HTTP call to ABAP system... ? As per the XI 3.0 post installation guide it should give Internal Server Error on testing this RFC destination ..am i right ..? If yes then how can i check whether this RFC Destination is working correctly or not..

3.How a ABAP Server Proxy scenario is different from simple scenarios in terms of configuration part .?

like on receiver side the adapter should be of XI type..am i right..?

Kindly guide me..

Regards,

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Mikhail,

"REQID not found" is this should come under "500 - Internal Server Error."

this is my screen on testing the RFC Connection :

**************************************************************

500 - Internal Server Error.

Application error occurred during request processing.

Details: Error [javax.servlet.ServletException: REQID not found].

Exception id: [001558DC3EDD03B400001F8A00000E600004372ED0BAA6A4]

Regards,

Former Member
0 Kudos

Sasitharan/All...

Thanx for the quick response..

>>>just by sending message from to xi ....it ill trigger the proxy..for example if ur scenario is http to proxy ...send mesage from http client...

By this i mean to ask how XI makes a call to ABAP server Proxy internally.? definately it is using the HTTP protocol and the RFC connection to connect to ABAP server but how it is working..internally ? ..how this scenario is adapterless..?

>>>>>>>run transaction sm59...if u click the http to r/3 connection u can see INTEGRATION_DIRECTORY_HMI ..double click on it ...then u cna see the test connection...

Dear Sasi, definately a test connection tab is there for testing the RFC's ..but as per the installation guide this RFC destination should throw an error message msg if working fine..

So my question is if it will throw error msg'es when it is working fine ...then how and when we will come to know that it is not working fine ?

>>>Its simple...u have to use xi adapter...url addresing and logon details...

apart from this side is there any other differences..in whole configuration time activity..

Expecting quick responses from XI guru's

Former Member
0 Kudos

How to make a call to ABAP server Proxy / How ABAP Server Proxy call is triggered

>>>>>

just by sending message from to xi ....it ill trigger the proxy..for example if ur scenario is http to proxy ...send mesage from http client...

How can i check my RFC destination "INTEGRATION_DIRECTORY_HMI" of H type used for making HTTP call to ABAP system... ? As per the XI 3.0 post installation guide it should give Internal Server Error on testing this RFC destination ..am i right ..? If yes then how can i check whether this RFC Destination is working correctly or not..

>>>>>>>

run transaction sm59...if u click the http to r/3 connection u can see INTEGRATION_DIRECTORY_HMI ..double click on it ...then u cna see the test connection...

How a ABAP Server Proxy scenario is different from simple scenarios in terms of configuration part

Its simple...u have to use xi adapter...url addresing and logon details...

Former Member
0 Kudos

Hi Santhosh,

Follow these urls to get an idea on abap proxy

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

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

regards,

ravi.

former_member192343
Active Contributor
0 Kudos

1. When message is recieved, server proxy is trigered. Just send message to proxy and proxy will trigered.

2. in response body you shoud find "REQID not found" then test is ok

Message was edited by:

Mikhail Koshkin

Former Member
0 Kudos

Hi

Ref /people/siva.maranani/blog/2005/04/03/abap-server-proxies

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Thanks