cancel
Showing results for 
Search instead for 
Did you mean: 

coding of Server proxy

Former Member
0 Kudos

Hi all,

where Can I see the Server Proxy code in XI if already implemented or not. Where we can develop the server proxies and client proxies in XI. Please give the good suggisions.

thanks in advance.

Regards,

Anjaneya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Go through this...

ABAP server proxy

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

ABAP Client proxy

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

regards

preetha

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Swami,

yes, all codes developed can be seen in SPROXY. In this transaction you'll see all interfaces developed in XI (of course, if the connection XI->R/3(ECC) is made correctly). Dbl click on iterface and on the right side will be displayed information about proxy. Dbl click the implementing class and you'll see standard ABAP SE80 with the implementing class. Functionality is developed in methods of these classes.

Peter

Former Member
0 Kudos

If I want to send File to R/3 system, then I want to develop the Server proxy, Can I implement the server proxy in XI system or XI System itself only. All implemented proxies are appeared in SPROXY Tr. code only?

thanks for ur immediate reply.

Shabarish_Nair
Active Contributor
0 Kudos

Implementation of Proxies happen not in XI but R3.

First enable connection between R3 and XI (

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies) then you can go onto to create a server proxy.

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

Former Member
0 Kudos

Hi

Everything v will be doing in sproxy only.

regards

preetha

Message was edited by:

Yugapreetha T

prateek
Active Contributor
0 Kudos

<i>where Can I see the Server Proxy code in XI if already implemented or not</i>

U can see it only in receiver R3 system

<i>Where we can develop the server proxies and client proxies in XI. Please give the good suggisions.</i>

Client proxy created at sender R/3. Seerver proxy at receiver R/3 .

These are not developed on XI

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

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

Regards,

Prateek

Shabarish_Nair
Active Contributor
0 Kudos

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

Server Proxy (Receiver Proxy)-

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

Have a look into those blogs.