cancel
Showing results for 
Search instead for 
Did you mean: 

Problems accessing deep structures in ABAP server proxy implementation

Former Member
0 Kudos

Hi

I am trying to implement a synchronous method for a ABAP server proxy.

The return structure of the synchronous method ( back to XI ) is two-dimensional ( i.e a table ). While I implement the method, I am not able to access the fields of the return table structure i.e output-MT-Table-field

I get a syntax error - while I try to access the table field through the output & the MT structures..

I did not see any examples/weblogs of ABAP server proxy synchronous communication passing back a two dimensional return structure back to XI...

Any links, suggestions regarding whether its feasible to return two-dimensional ( table ) structures in ABAP server proxies - in a synchronous mode ??

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Just wanted to add a note to my topic posted earlier...

If anyone has implemented a ABAP server proxy - with a synchronous method, could you please share the sample code/ link with me ? It would be great if the synchronous method return a table structure back to XI from the R3 system....