cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy

Former Member
0 Kudos

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

I am looking into the above BLOG and I am lost after the Step 3. It says

"Below are the methods and parameters of the ABAP Class (ZCL_EMPDETAILS_IN_MI)" and the method

ZII_EMPDETAILS_IN_MI~EXECUTE_ASYNCHRONOUS

Whether the Programer need to create the Class and the Method??

Thanks a lot.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Jenni,

>>>>Whether the Programer need to create the Class and the Method??

no the beauty of it is that both are being

generated - so you need to generate them via SPROXY

Regards,

michal

Former Member
0 Kudos

So the Class and the Method has been created. So I need to write the Code to in that Method to process my incoming data?

Thanks Michal.

MichalKrawczyk
Active Contributor
0 Kudos

Hi Jenni,

>>>So I need to write the Code to in that Method to process my incoming data?

yes, do it in the method of the generated class

just like shown in the weblog:)

you can invoke other methods (or funtion modules)

from there of course

Regards,

michal