cancel
Showing results for 
Search instead for 
Did you mean: 

testing a abap proxy

Former Member
0 Kudos

Hi,

can anyone let me know how to test abap proxy?

regards,

somu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

first u need to execute the report in whihc u r calling the statememnt proxy->execute synchronus or asynchronus.

once u execute this report "F8".

u can see whether the proxy data was successfully sent in SXMB_MONI in r/3 system where u have written this report.

if it is red flag then there is some problem in XI server.

Thanks & Regards,

Rama Krishna

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

To test the ABAP Proxy after wirting the proxy code just execute using the F8 button and click on the checkbox generate the template data and the XML data provide the input values and executh the proxy.

Thanks

Rinku

Former Member
0 Kudos

HI

DEBUGGING ABAP PROXIES

https://weblogs.sdn.sap.com/pub/wlg/4098--Debugging [original link is broken] [original link is broken] [original link is broken]

TESTING ABAP PROXY

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

ABAP Proxies:

https://weblogs.sdn.sap.com/pub/wlg/2828--Integration [original link is broken] [original link is broken] [original link is broken] Builders through proxy server

https://weblogs.sdn.sap.com/pub/wlg/4224---EOIO [original link is broken] [original link is broken] [original link is broken] in ABAP Proxies

/people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachmentsRFC or ABAP Proxy ?ABAP Proxies with attachments

https://weblogs.sdn.sap.com/pub/wlg/5447--How [original link is broken] [original link is broken] [original link is broken] to raise alerts from ABAP Proxy

https://weblogs.sdn.sap.com/pub/wlg/4100--Smarter [original link is broken] [original link is broken] [original link is broken] Approach for coding ABAP Proxies

regards

Kishore

former_member189418
Participant
0 Kudos

Hi Somu,

go thru the link....may find helpful..

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

Anil