Hello Experts,
Below given is the mapping problem. Here is my source and Target structure
I want to map 1 with 5 , 2 with 6 ,3 with 7 ,4 with 8 ,
for that i have mapped scr2 with target2 and scr1 with target. But it is giving error in mapping.
I guess some context change must be required. Please suggest.
Target2 , 5 and 6 are in same context
Source:
SRC1
-
1
-
2
SCR2
-
3
-
4
Target:
Target1
-
5
-
6
target2
-
7
-
8
Edited by: vishal gadkari on Dec 5, 2009 4:14 PM