cancel
Showing results for 
Search instead for 
Did you mean: 

outbound abap proxy

Former Member
0 Kudos

Hi frnds,

i want to know where the data are stored in the outbound abap proxy,

while u passing the data values through the report. and how to fetch that

data in inbound proxy using the ztable.

plz give with example.

thanks in advance

sasi...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

suppose you have your Ztable, in your report you read data from the table (via normal ABAP code) and then create the proxy object passing all the data to it. This data are then serialized into XML and the proxy call is forwarded to XI.

See: <a href="/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy Proxies in XI(Client Proxy)</a>

Then once the proxy is inbound in the final system the XML is converted back to a data structure (internal table passed as INPUT via the method execute asynchronous) and you have to read the corresponding fields/structures and fill the table with them.

See: <a href="/people/siva.maranani/blog/2005/04/03/abap-server-proxies Server Proxies</a>.

Regards,

Sergio

Former Member
0 Kudos

Hi Sasi,

Following thread might help you..

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

Regards,

Sumit