Hi all,
In mapping if source element has one element and if there are 3 occurrences for target element, what can be done?
a) At Sender set minoccurs = 3. (True / False)
b) At sender set maxoccurs = 3. (True / False)
c) Receiver set minoccurs = 3. (True / False)
d) Receiver set maxoccurs = 3. (True / False)
Regards,
Tarang
Hi,
If the source is going to send only one. and receiver need to be made 3. then
a) At Sender set minoccurs = 3. ( False)
b) At sender set maxoccurs = 3. ( False)
c) Receiver set minoccurs = 3. (True )
d) Receiver set maxoccurs = 3. (True )
Regards
Agasthuri Doss
two options;
1. Map the source field to each target field of multiple occurances (right click the target element say duplicate to get multiple elements and then do the mapping)
2. or use copyvalue if required (http://help.sap.com/saphelp_nw04/helpdata/en/26/d22366565be0449d7b3cc26b1bab10/content.htm)
Add a comment