Skip to Content
0
Former Member
Feb 22, 2006 at 05:01 AM

Boolean Conditions- If Else statements

33 Views

Hi BW Guys,

I have an extractor brining in the following fields and need to do some condition checks:

ZZEINDT- Item delivery date

ZBLDAT- Document date in document

ZZOUT- Quantity recieved but some outstanding

I need to set up the following boolean in BEx but not sure how I can do this:

If ZZEINDT >= ZBLDAT and ZZOUT <= 0.

FieldA = 1.

Else.

FieldB = 0.

Endif.

How do I tell BEx that I need to assign a value of 1 or 0 depending if the condition is met or not.

Can anyone explain how this will be done in BEx.

Thanks

Depesh