Skip to Content
0
Former Member
Dec 01, 2006 at 07:25 AM

Range processing on multiple condition

136 Views

Hi - Here is the deal :

Want to use multiple condition step on the following:

a) If EBAN-BSART between ZI10 & ZI20 ...do the xyz...

b) If EBAN-BSART between ZS10 & ZS80 ...do the abc...

c) If Others... do nothing...

What is the best way to define the "range" part of a) & b)?

I was thinking of defining a ranges(say X_Range) element in an earlier custom BOR/Method..use "I, BT, Low & High"...pass to Workflow template and then in multiple condition step, expression use something like BSART <b>"in"</b> "X_Range". Not sure if this is the best option.

Any ideas on best way to handle this?