cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Logic Required (Graphical Mapping)

Former Member
0 Kudos

Hi all,

I need to do message mapping on the below conditon.

If ZZSDN_ORDERS05-E1EDP01-ZZSDN_E1EDP02-ELIKZ is populated, map 0 to OPNQTY.ZZSDN_ORDERS05-E1EDP01-ZZSDN_E1EDP02-ELIKZ should be populated only when EKPO-ELIKZ=Yes.

Waiting for Solution.

Thanks in advance.

Regards,

Sai

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If ZZSDN_ORDERS05-E1EDP01-ZZSDN_E1EDP02-ELIKZ is populated, map 0 to 
OPNQTY.ZZSDN_ORDERS05-E1EDP01-ZZSDN_E1EDP02-ELIKZ should be populated
 only when EKPO-ELIKZ=Yes.

E1EDP01 exists--->
  --------> equals (boolean) -----> IFWithout else then Map 0 to E1EDP01 and ELIKZ 
ELIKZ exists --------->

regards

Ramesh

Former Member
0 Kudos

Hi Sai,

Does you question is really is "how can I do a IF condition ?"...

Use function "if", or "ifWithoutElse" with the equalsS (of Text, and not this one of Node) like that:

source --> | equalsS (of Text) --> Target

Constant 'Yes' --> |

Mickael

Former Member
0 Kudos

HI,

Thnanks, I will try and let you know.

Regards,

Sai