cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Call missing table data

Former Member
0 Kudos

Hello,

I am calling a web service from ECC (proxy) to PI to (SOAP) WS (sync). Everything is generated correctly from the WSDL. When I test it using SPROXYu2019s test service (in ECC), the whole structure returns and I can see the full XML and its data. However, when the Service Interface (Outbound) is called using a program or report, most of the information is returned except for one particular table. Instead of a table it only returns one line of the table.

YES! I see all the table entries in SAP PI (SXMB_MONI) and also while using the SPROXYu2019s XML test service tool. So they are there. But I went into debug mode of the program calling the proxy and I only see one of the lines of the table! I have already regenerated the proxy.

Is there some kind of IDX2 (for IDoc changes) equivalent that I need to run in ABAP proxy? Anyone run into this?

p.s. PI 7.11

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Resolved. The resolution was on parameters sent to the method call.