cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP client Proxy code

shabbir_mohmad
Participant
0 Kudos

Hi Folks,

Could you please provide step by step description for ABAP Proxy coding like how to define internal tables and how to read fields from input structure, how to call outbound proxy... how to write exceptions..

As I am new to Proxy coding.. want to learn all these....

Please help me on this topic.


Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi,

You can check Sandeep Kaushik's blog to know how to do an easy client/consumer proxy


For the proxy error handling Krishnakumar Ramamoorthy blog:

Regards.

Answers (2)

Answers (2)

former_member184681
Active Contributor
0 Kudos

Hi,

Are you familiar with ABAP programming at all? If so, handling proxy classes works the same way as usually. Based on the Service Interface defined in PI, a proxy class is generated that already has all the required structures, tables etc. You can read them the same way you would do this with any other ABAP class. Same applies to raising exceptions and all other activities, proxies are no different here than other classes.

Regards,

Greg

rhviana
Active Contributor
0 Kudos

SP,

Do you know the diference between PROXY and RFC ?

RFC you generate for SAP PI Developer the strcuture of Input and output.

PROXY SAP PI Developer generate for you the structure input and output.

About temporaty tables and others is the same for functions, the diferente of proxy is that you can develop based on ABAP OO.

Kind regards,

BR.

Ricardo Viana.