I have a mapping scenario where I have to combine address.
ADRNR[1,12] + ' ' + ORTO[1,10] + ' ' + REGIO + ' ' + LAND1
ADRNR is in the source and it has to be mapped to ADDRESS and it is the condition for mapping. How do I do this ?
Right under ADRNR, I have the fields ORTO, REGIO AND LAAND1 whiucih has to be mapped to CITY, STATE, ZIP CODE and Country.
So can I use Field ORTO in source to map with ADDRESS and also CITY again ? I mean can one field be used for two mappings
structure is like this
ADRNR mapping rules ADDRESS
ORTO CITY
REGIO STATE
LAAND1 COUNTRY
The last three are just field to field mapping
Regards