cancel
Showing results for 
Search instead for 
Did you mean: 

proxy

former_member1009864
Participant
0 Kudos

is abap client proxy should always have program in T_CODE

se38.

or we can simply test it without any program for only making a test

scenario of proxy to file

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Diwakar,

Go through the following link.

[Client Proxy|http://saptechnical.com/Tutorials/XI/ABAPClientProxy/page1.htm]

Let me know if you have more questions.

Best Regards,

Suraj Kumar

former_member1009864
Participant
0 Kudos

thanks for help

but still i have a confusion whether it is essential to use T_CODE

se38 in R/3 system or we can test without making any report.

Former Member
0 Kudos

Hi Diwakar,

I understood.

Normally Proxy implementation means, you need to create a the proxy in the TCODE: SPROXY in business system. Where it will give you a method to implement it. That is you do not need SE38 instead another editor similar to SE24 method implementation.

Coming to testing the proxy from Business system, as far as my knowledge there is no other way without implementing through SPROXY.

But you can test your configuration in XI whether is working.

I think you are aware of it, but still I am giving you the procedure.

Go to Component monitoring in Runtime workbench,

Click the adapter engine, then go to test tab and specify the required parameters and send the message.

Regards,

Suraj Kumar

Answers (2)

Answers (2)

GabrielSagaya
Active Contributor
0 Kudos

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

former_member1009864
Participant
0 Kudos

hi i does not need any link.

thanks.

former_member556603
Active Contributor
0 Kudos

Hi,

ABAP Server Proxies (Inbound Proxy)

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

OutBound Proxy (Client Proxy)

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

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

File to R/3 via ABAP Proxy with good example

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

Thanks,

Satay Kumar