cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple values are not updating in target system

Former Member
0 Kudos

Hi Friends,

I am working on File to SOAP scenario,In this scenario I have 10 fields each field is having multiple values From ECC, XI picking all values but posting to target system is only one value.

In target system only one value is updating but my requirement is to update all the values.

Please tell me where I need to change for updating mulitple values in target system.

Thanks & Regards,

Shalini Shah

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have checked your message mapping if you are able to generate multiple values in target fields. May be occurrence of target node is just 0:1 and because of this it is generating only single field for each node.

Take the same source payload and test it under Test Tab of your message mapping.

Regards,

Sarvesh

Former Member
0 Kudos

Hi Parvesh,

Thanks for the repsonse.

I have checked with webservcie people they are saying we will provide the occurrence 1 to 1 only , you have to call the webservice multiple times in XI.

How we will call the webservice multiple times.

Thanks & Regards,

Shalini Shah.

former_member200962
Active Contributor
0 Kudos

Change the occurence in Signature tab of message (and Interface mapping) for the target message (SOAP mesage).....the max occurence should be unbounded.

Then implement the concept of Multimapping....so that for each set of values you will have a different message....and since SOAP supports multimapping the above design approach could be feasible:

http://help.sap.com/saphelp_nw70/helpdata/en/42/f3b31d48fb1bc8e10000000a11466f/content.htm

Regards,

Abhishek.

Answers (1)

Answers (1)

0 Kudos

Since the target is a webservice, check in the webservice signature whether it supports multiple occurrences for a field.