‎2007 Jan 23 7:29 PM
Hello,
Is any way to run abap proxy in SAP.
Anyone could help me.
Thanks and Regards.
Eduardo Paiva
‎2007 Jan 23 7:54 PM
‎2007 Jan 23 7:48 PM
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
‎2007 Jan 23 7:54 PM
‎2007 Jan 23 8:29 PM
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