cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping - compare fields in diff segments

Former Member
0 Kudos

I need help with the following mapping.

Source Structure:

Persons 1..1

person 0..unbounded

person_name 1..1

p_city_name 1..1

country 0..unbounded

c_city_name 1..1

country_name 1..1

Target structure

Citizens 1..1

citizen 0..unbounded

person_name 1..1

country_name 1..1

My task is to link each person with corresponding country, where p_city_name = c_city_name.

Please explain how the graphical mapping or UDF should be implemented.

Thnx, Janos

Accepted Solutions (1)

Accepted Solutions (1)

henrique_pinto
Active Contributor
0 Kudos

Your request is similar to the sample below:

http://help.sap.com/saphelp_nw70/helpdata/en/59/f6ae42e0fac911e10000000a1550b0/frameset.htm

But yours is simpler because you only have one country for each person (and not multiple telephones, like in the sample). Of course, for your case, the relational field will be the city name.

Best regards,

Henrique.

Answers (0)