cancel
Showing results for 
Search instead for 
Did you mean: 

proxy's

Former Member
0 Kudos

hi.....

1.Is it necessary to write code for proxy's?why bcz under SPROXY,class generates either syn or asyn execute method.if u double click on this it displays code.using this code u can debug proxies?for which situvation u'll write code?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Naresh,

Refer to following weblog for different types of proxy.

<a href="/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies Proxy</a>

<a href="/people/siva.maranani/blog/2005/04/03/abap-server-proxies Server Proxy</a>

<a href="/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy Client Proxy</a>

Also refer to following SDN TV demos for ABAP and Java Proxy.

<a href="https://www.sdn.sap.com/irj/sdn/docs?rid=/webcontent/uuid/110ff05d-0501-0010-a19d-958247c9f798#xi [original link is broken]">SDN Demo</a>

With Regards,

Raju.

Pls award points ,if useful.

Former Member
0 Kudos

hi...raju

thank u for ur responce.it's ok.if u double click on either syn/asyn method it displays code.for which perpose we use this code.

with regards

naresh.K

Former Member
0 Kudos

Naresh,

According to OOP ...

Method is wrapped inside the class.And we have to execute this method in order to pass the Data from the R/3 into the proxy,which inturn will pass to the receiver System.

Former Member
0 Kudos

Hello Naresh ,

Its necessary to write Code for proxies .

ABAP proxy will generate 3 Objects

1) ABAP class

2) Structure for the Message Type in Data Dictionary

3) Structure for the Data Type in Data Dictionary

Once the proxy objects are activated we can check in SE24.

We need to Develop an ABAP Report in XI server to trigger a proxy.

With Regards,

Raju.

Pls award points ,if useful...

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>1.Is it necessary to write code for proxy's?why bcz under SPROXY,class generates either syn or asyn execute method.if u double click on this it displays code.using this code u can debug proxies?for which situvation u'll write code?

always - SPROXY generates only proxy objects (so in a way XI adapter in R3)

but if you want to send something or receive you need to program it yourself

Regards,

michal

Former Member
0 Kudos

hi....michel

I have some doubts about this.Is any Blogs?pls clarify briefly.

points will be rewarded.

with regards,

Naresh.K

Former Member
0 Kudos

Dear Naresh,

Check this blog.....

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

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

Best Regards,

Srikanth

Reward the useful answers and you will get

ONEPOINTyourself