Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Abap proxy

Former Member
0 Likes
431

Hello,

Is any way to run abap proxy in SAP.

Anyone could help me.

Thanks and Regards.

Eduardo Paiva

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
406

which ABAP proxy are you talking about ? is it the XI ABAP proxys? in any case, its a class and you can call it from a abap program to run it.

Raja

Read only

RichHeilman
Developer Advocate
Developer Advocate
Read only

Former Member
0 Likes
406

Eduardo,

You can call ABAP Proxies from a report program.

CALL METHOD proxy_class=>execute_asynchronous

EXPORTING

output = ls_output.

You will have to fill in the values for ls_output