cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping issue

Former Member
0 Kudos

Hi Experts,

I got the requirement like 'IF POSNR from E1EDL24 = POSNR from E1EDL44' map XYZ source field to target ABC . Colud any body tell me how to compare this two POSNRs.

Thanks in advance,

Manoj...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Manoj,

Use The following standard functions:

use "equalsS" (text functions) to compare POSNR from E1EDL24 and POSNR from E1EDL44.Now send this as input to "Ifwithout else "(Booloean Functions).{ Check the "properties" and set "True" }

And then set the other input as the desired XYZ source field.

Reward points if useful.

Regards,

Yashaswee.

Former Member
0 Kudos

If all fields are in the same structure, then within the graphical mapping interface you can use XI's standard functions, eg the Boolean IF

FYI - An alternative is to use a User Defined Function where there is more scope for manipulation