cancel
Showing results for 
Search instead for 
Did you mean: 

conditional RD

former_member474221
Participant
0 Kudos

Hi

In a conditional receiver determination ...if we have specified 2 different conditions for e,g

if F1 = 'xyz'   receiver BS_QQ

if F4 = 'pqr' receiver BS_ZZ

1. if both the conditions are satisfied then will the same file go to both the receviers

2. Also what will happen if there are multiple occurences of F1 and F4 in the input message.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi Hema,

>>> 1. if both the conditions are satisfied then will the same file go to both the receviers

Yes. The conditions are not exclusive. Each receiver whose condition is met, will be processed further.

>>> 2. Also what will happen if there are multiple occurences of F1 and F4 in the input message.

The message will be processed for a given receiver, if the condition is met for at least one of the nodes.

Regards,

Greg

Answers (1)

Answers (1)

baskaran_k2
Participant
0 Kudos

HI Hema,

1. yes, same file ll goes to both receiver

2. All the occurrences of F1 and F4 is evaluated. You can check the same in Trace of Message in SXMB_MONI.

Regards

Baskaran K