cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Client Proxy

Former Member
0 Kudos

Hello,

I am making one scenario Abap proxy -- XI-- File

My XI system is running on client 800

My R/3 system is running on client 510

Where I have to use SPROXY tx. for my O/b Interface (In XI or R/3 side)

as I am able to see my Interface in both XI and R/3.

Where I have to write report using tx SE38 (In XI or R/3 side)

Pls answer my above questions and send me also blog/document for it.

Regards

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member201264
Active Contributor
0 Kudos

Hi nanda,

for ur scenario,

Create a report program in the R/3 system, in which,

U create a object for the interface which u r using to send.

Select the data from DB tables and pass it the DT of the given MT.

Pass the data to method "execute_asynchronous".

Execute the Report program.

Then data will go to the XI.

see the appropriate links below:

/people/sap.user72/blog/2005/12/13/integration-builders-through-proxy-server-part--2

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

/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

/people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments

/people/sukumar.natarajan/blog/2007/01/07/how-to-raise-alerts-from-abap-proxy

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

regards

sreeni

Former Member
0 Kudos

HI,

Both in R3 instance of XI,

See the below link

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

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

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

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

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

http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/ba/f21a403233dd5fe10000000a155106/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/41e08c90-0201-0010-9197-d8774336...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0ae9874-109c-2910-f48a-e91f0cdd...

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

Regards

Chilla

Former Member
0 Kudos

Hello,

Regardind my question I have got this answer

>>Where I have to use SPROXY tx. for my O/b Interface (In XI or R/3 side)

R/3. Client 510

>>Where I have to write report using tx SE38 (In XI or R/3 side)

R/3. Client 510

Is it ok

Regards

prabhu_s2
Active Contributor
0 Kudos

yep..u r right

former_member335553
Active Contributor
0 Kudos

Hi ,

Refer this thread for abap CLIENT proxy

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

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

Former Member
0 Kudos

>>Where I have to use SPROXY tx. for my O/b Interface (In XI or R/3 side)

R/3. Client 510

>>Where I have to write report using tx SE38 (In XI or R/3 side)

R/3. Client 510

Check the blog

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

Regards,

Jai Shankar

Former Member
0 Kudos

Hello Jai,

Accroding to the blog you have sent SPROXY should be made in XI client and Abap report should be made at R/3 client

Regards

Former Member
0 Kudos

Abhinash,

Proxies are always created in the Application server and never on XI server, may it be Client or Server proxy. In case of client proxy, you need to create a report(again in Application server) that sends the data to the proxy in R/3. The Client proxy sends the data to XI server.

In case of server proxy, create the proxy in Application server (R/3) and edit the method Execute_asynchronous or Execute_synchronus to retrieve the data from the structure.

Regards,

Jai Shankar

Former Member
0 Kudos

Hello Thanks a lot.

I have rewarded points to you.

So as a rule I can say that

For both Client and Server proxy as well as report we need to

create in R/3 server.

Regards

Former Member
0 Kudos

Yes. You can say that.

Regards,

Jai Shankar