cancel
Showing results for 
Search instead for 
Did you mean: 

How to populate the boolean values for two unequal number of context values in SAP PO Mapping

krishna_mv
Member
0 Kudos

Hello folks,

I have below SAP PO Mapping requirement. the 1st input argument needs to check with 2nd input argument and the output return should be Boolean values - "true/false". based on the true value I need to create the target element. please let me know how to I can achieve this?

Accepted Solutions (0)

Answers (1)

Answers (1)

ashish_goel4
Active Participant
0 Kudos

Hi Raju,

You can use 'equalsS' text function to check values. Use createif to create target node/element.

As there is no input value for 2nd input , you cannot compare. Both queue should have equal number of values. First make them equal.

Hope it will help.

Thanks,

Ashish