cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy to XI scenario with no Receiver

Former Member
0 Kudos

Hi,

I am working on a scenario where R/3 sends a request to XI through ABAP Proxy and expects response synchronously. I am calling a UDF Java function within a mapping to get response, so there is no receiver, per se.

Can someone guide me how to map this scenario?

REQUEST_DT: Field1, Field2

RESPONSE_DT : Resp_Field1

Grpahical Mapping: Pass Field1, Field2 to a UDF function which populates Resp_Field1. This Resp_Field1 is sent back to R/3 synchronously for the Request.

I hope someone can help me.

Thanks

Venkat Viswanathan

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

> I am working on a scenario where R/3 sends a request

> to XI through ABAP Proxy and expects response

> synchronously. I am calling a UDF Java function

> within a mapping to get response, so there is no

> receiver, per se.

This is not possible and does not make any sense at all.

Regards

Stefan

Former Member
0 Kudos

Hi Stefan,

I wrote a Java API to invoke Socket connection to a remote system which accepts only Socket streams. Then I call it through UDF to get the desired result.

This is the scenario where there is no real receiver system (or) there is no supported adapter to connect to the remote system.

I understand what you are trying to say, but I am trying to find an optimal solution.

stefan_grube
Active Contributor
0 Kudos

Use Java Proxies for this.

Regards

Stefan

Former Member
0 Kudos

Thanks for your reply, Stefan. I am going to try that one only.

Do you know any good links on Java proxy for Receiver, please?

Kindly help me.

Thanks

Venkat Viswanathan

Former Member
0 Kudos

Hi ,

check this one..

/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

sekhar

Former Member