cancel
Showing results for 
Search instead for 
Did you mean: 

Reciver determination Condition Editor issue

0 Kudos

Hi Gurus,

I have a situation where in the receiver determination i have to check for some node if it exists then i have to map to

one receiverA if that node doen't exist then i have to map to receiverB.

In the condition editor I can see EX function which checks for existence but how can I use the doesn't exist function .

I tried to use the XML count function in the condition editior and tried various ways but failed . Please guide me.

Thankyou,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You have to use "Not " operator.

I am not sure what is your source. In my case it was IDOC and i had specified below condition. It works.

(/DEBMDM06[not(IDOC/E1KNA1M/E1ADRMAS/E1BPAD1VL_International/NAME)] EX )

Try doing same. If still not working post source structure.

-Gouri

Former Member
0 Kudos

Hi,

Check the below thread...also search in SDN for the same there are lot of threads discussed the same

HTH

Rajesh

Former Member
0 Kudos

Just use an OR clause in your Reciver Determination instead of AND.

Thanks

Jai