Skip to Content
0
Former Member
Mar 19, 2009 at 08:18 AM

issue in server proxy method implemetation

30 Views

can i use aserver side proxy to fetch data from PI to ztable

by implemeting the method of the implemeted class.

my requiremnet is to fetch certain data from PI to ztable (i have defined in r/3).

now when i am implemeting the method of the class and write the code something like

method ZPI_II_SI_SERVER_PROXY_DEMO_IA~SI_SERVER_PROXY_DEMO_IA.

DATA wa_employee_details like line of INPUT-MT_SERVER_PROXY_DEMO_OUTPUT-outout.

tables zempdata.

*rest of the code

endmethod.

i am getting an error message saying you cannot use TABLES statement within a method.

what is the alternative to achive my objective using the server proxy. please help.