Hi experts,
Could please let me know how to perform mapping for the below explained scenario:
source structute:
B 0..unbounded
field 0..1
Target structure:
Dest 0..1
field1
field2
field3
The B structure has 3 lines ,from each line the field has to be mapped to field1,field2 & field3 respectively
i.e basically we have to loop the struture B and map to Dest.
Please let me know how to do.
Regards,
RDS