Skip to Content
0
Former Member
Apr 29, 2009 at 12:15 PM

PI 7.1 generated outbound abap proxy objects

218 Views

Hi guys,

i've just generated my first 7.1 abap proxy outbound and am a little bit confused of all these methods.

I don't have only 1 as it was in a previous version, but there are following:

IF_PROXY_BASIS_INTERNAL~CREATE_FRAMEWORK

IF_PROXY_BASIS~GET_PROTOCOL

IF_PROXY_BASIS~GET_TRANSPORT_BINDING

IF_PROXY_CLIENT~EXECUTE

CONSTRUCTOR

SI_GET_USER_SYNC_OUT //my operation

am I right if I say I only have to use th last one, pass my output parameters and that's it?

could you please provide me some short sample code for the execution method?

thanks a lot,

Olian