cancel
Showing results for 
Search instead for 
Did you mean: 

boolean function

Former Member
0 Kudos

Hi

I am using standard Boolean function ' if '. I want to set the confition in that. How can I do that ?? Either right click or double click is not leading to any screen where I can put my condition. If length comes to 15 I want to route to one channel and when it comes to 20, I want to route to channel two. How to set this condition in "if" node function ?? Basically I want navigation to use this funcation.

Thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You have to map this out.

You would have:

If this length = 15, then this action, else this action.

You would a use constant, and equalS into the If.

Former Member
0 Kudos

I have taken the "if" node function into mapping tool, and after that how to enter my logic into node function. either right click or double click is not working on this node function. Could you plz tell me the navigation ??

Former Member
0 Kudos

Add the field you wish to check

add the length (text) function.

Add the equalS function and build this up....

Look at Page 23 here for an example... https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/be05e290-0201-0010-e997-b6e...

Former Member
0 Kudos

Hey

u dont add your logic by clicking "if"function,you need to add the logic as said by Barry.there is a link here on SDN where Raj has given the screenshots for lots of standard and UDF's

please search that (it opens in flickr)

Thanx

Aamir

Answers (0)