cancel
Showing results for 
Search instead for 
Did you mean: 

Property File condition

Former Member
0 Kudos

Hi

I did one file to file scenario by using a property file.. that is.. my property file contain simple 2 lines of code.. that is...

ABAP = FIRST RECEIVER

BW = SECOND RECEIVER

It's working fine.. based onthat employee department wise it was sending the details to particular recever.. if the Employee Department is ABAP then his details was going to First Receiver..

if the Employee Department is BW then his details was going to Second Receiver..

It was working fine...

<b>but now i want to specify one more condition.. that is... other that these two department emplyee details all i want to send one more receiver (Third Receiver)</b>for this.. what can i do.. where can we write the condition.. and message mapping what can do..

plz suggest me..

thansk

Babu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI BABU,

Just open it there will be + symboll for AND condition,

&

[ ] symbol for OR condition, here we can add as many as VALUE for checking condition.

GO to xpath condition TAB.

Click on ICON or F4 help button you will get popup window thier u can use the conditions

IF u think it's best answer reward it

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi BABU,

In Receiver determination use X-Path and give your condition to process the receiver.

Regards,

Sarvesh

former_member267355
Active Participant
0 Kudos

Hi,

In receiver determination you can specify the condition if you need to send to particular receiver or you can just add your receiver service without condition.

It will process that message to receiver.

Regards,

Sakthi

former_member614185
Contributor
0 Kudos

Hi babu,

You can use receiver determination, if no receivers found optiion is there.

you can specify the third receiver, using the third option " Continue message processing with the following receiver"

nisarkhan_n
Active Contributor
0 Kudos

yes you can use that option to specify continue message processing with the following receiver.....