cancel
Showing results for 
Search instead for 
Did you mean: 

Client Proxy - Response Message does not populate table type element

Former Member
0 Kudos

Hi,

I came cross the situation:

Sync Client ABAP Proxy --->PI -


> Web Service Provider

In our response structure, there are some single value (0:1) and table value (0:unbound).

While testing proxy, we can see response message has one value for table type element, however, input structure table is not populated with the value.

Any advice or idea ?

Thanks

Liang

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Liang,

first check if your proxy is uptodate with the corresponding interface (SPROXY, right click to the interface, regenerate). Then check the PI mapping, it might have to be adapted.

Regards,

Udo

Former Member
0 Kudos

Thanks for your advice.

The proxy is in green status. Anyway, I regenerate it and activate it again.

The problem still exist.

For all single elment value, I do not have problem, it seems the proxy treat the table element as single element.

Regards

Liang

udo_martens
Active Contributor
0 Kudos

Hi Liang

you mentioned that happens in the response. The response it send by the web service and mapped at PI. Check out the mapping. Pick up the response from MONI and test the Message Mapping / Operation Mapping (if you do not use MM).

Regards,

Udo

Former Member
0 Kudos

Hi, Udo:

The response message sent to ABAP proxy (Generated in CRM) has all the values.

Those values even can be seen from CRM message monitoring.

Any thoughts ?

Liang

Answers (1)

Answers (1)

Former Member
0 Kudos

The fields appears in the similar parent fields. Program used other parent field to get value. Corrected!

Thank Udo for your inputs.

Edited by: Liang Ji on Mar 31, 2011 7:54 PM