cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Server Proxy design questions

Former Member
0 Kudos

This is our first ABAP server proxy we are developing, and we are wondering what type of visibility we will have to the spool lists/program output when executing a ABAP server proxy.

In addition, we would like to know when the proxy ran, length of run, job log, etc (just as you would see if you ran a job in R/3).

Is there a way to submit a predefined job from the ABAP server proxy? If so, how would we pass the parameters/what is the best way to pass parameters?

Thanks in advance,

Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Michael,

with ABAP proxy in the server case

you can do exactly the same things

as if you'd call an RFC from some client application

(only the protocol is different)

so briefly you can do everything what you can do in

a standard function module

Regards,

michal

moorthy
Active Contributor
0 Kudos

Hi,

Following links will help you to develop ABAP Server Proxy.

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

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

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

It will be possible to submit a predefined job from the proxy. Because proxy will be something like ABAP progrm only. But I did not try.

Hope this helps.

Regards,

Moorthy