cancel
Showing results for 
Search instead for 
Did you mean: 

abap proxy

Former Member
0 Kudos

hi experts,

how could i do abap proxy. As per my knowledge i know that

first:i have to define class and structure in se80 .then what should i do now?and how should i written abap proxy?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor

Hi,

this is how you need to proceed:

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

do it step by step as shown there and you will

have your abap proxy

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (3)

Answers (3)

rohit_goel
Participant
0 Kudos

hi rohit,

for creating abap proxy u dont need to first create class in se80.its automatically craeted when u create proxy.

first u need to create message interfaces in ir then goto application system and then SPROXY transaction code.

then choose ur message nterface and create proxy.i u need any help just tell me. i have just worked on some proxy scenarios.

Former Member
0 Kudos

Hi Rohit,

ABAP Proxy generation:

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

RFC or ABAP Proxy ? ....ABAP Proxies with attachments

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

Tips for Generating ABAP Proxies:

http://help.sap.com/saphelp_nw04/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/frameset.htm

Regards,

Subhasha

Former Member
0 Kudos

Please check this

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

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

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

Hope these links will help you in meetin your needs