‎2008 Jan 02 3:49 AM
Hi all
I am putting a IF condition in script, but its not going in accordingly.
my condition is if &len& GT 45.
else if &len& GT 35.
else.
endif.
But the control is performing only else statements.
Please help me in this.
Regards
Praveen
‎2008 Jan 02 4:07 AM
Hi Praveen,
You please check that condition in Debugging and find out if any status message comming at that condition,and make sure that the variable "len" is exists ,if that variable doesn't exists than you willl get the status message in debugging at that point,and it will execute the else block.
Thanks Rk.
‎2008 Jan 02 7:46 AM
u can also debug scripts first u go to se71 then go to utilities and presss debug so debug is on now go in your program and press f8 so progra, debug the script and aks which element u want to debug so through debug u can solve your problem
‎2008 Jan 02 8:10 AM