‎2006 Feb 06 2:50 PM
Hi all,
I am giving some condition in the in the windows while i am seeing the print preview i am able to see this if condition also.Can any one tell me how to hide these kind of staements.
Regards,
lisa
Message was edited by: Lisa Roy
Message was edited by: Lisa Roy
‎2006 Feb 06 2:54 PM
‎2006 Feb 06 2:54 PM
‎2006 Feb 06 2:57 PM
Hi Lisa,
You should use "/:"--command line for if statements.
Thanks,
Vamsi.
‎2006 Feb 06 2:57 PM
Hi Lisa,
IF conditions will not display in print preview if you defined them as Comamnds.
Please note that "IF " statements must define as commands
and closed by ENDIF.
Example :
/: If &SY-UNAME& EQ 'LISA'.
/: ENDIF
Lanka