Skip to Content
0
Former Member
May 10, 2010 at 12:50 PM

Standard Boolean Node Functions

40 Views

Hi all,

The Boolean standard functions in SAP like "AND","OR" etc..

Do the input parameters for these functions need to have the same number of values and context.

Why Iam asking this is because,I used the "AND" with 2 input parameters the same number of contexts but with different amount of vaues as follows:

Input queues for "AND"

SUPPRESS

true

CC

TRUE

FinalContext

SUPRESS

false

true

false

true

CC

false

false

true

FinalContext

Output queue for "AND" looked as follows:

SUPRESS

false

true

true

CC

false

false

true

FinalContext

What about other Boolean Functions.Is there any rule regarding the context and number of values for the input or output parameters for these functions.

Regards

Koh