2007 Jul 25 7:40 AM
Hi,
can we use "if" in sapscript?
2007 Jul 25 7:46 AM
Hi,
Yes you can use the IF statment in the Scripts.
/: IF &Field1& EQ '1'.
/: ELSEIF ...
/: ELSEIF ....
/: ENDIF.
Regards
Sudheer
2007 Jul 25 7:47 AM
2007 Jul 25 12:09 PM
Hi,
We can use if condition in scripts but we need to follow the below syntax.
Syn1:- IF &Fieldname& EQ <condition>.
Syn2:- IF &Fieldname& <> <condition>.
Ex:- /: IF &Field1& EQ '1'.
/: ELSEIF...
/: ELSEIF....
/: ENDIF.
Reward points if useful.
Thanks & Regards,
Vasudeva Rao
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |