Skip to Content
0
Former Member
Sep 13, 2010 at 10:44 AM

Problem in SAP-Script Conditional Block

436 Views

Hi All,

I am creating one report form using SAP Script, which uses standard driver program. There is a control statement like,

{ Consider W=1, X=0 , Y=0 & Z=0 }

/: IF ((X==0 AND Y==0) OR (Z==0 OR W==0) OR ...) { lot of OR & AND stament used in this conditional statment }

  • ....

/: ELSE

  • ....

/: ENDIF

Here is a mistery, it executes both if and else statement. Please give me some idea on this, and why such a weird output is displaying?

<<removed by moderator>>

Edited by: kishan P on Sep 13, 2010 4:17 PM