‎2006 Nov 13 12:30 PM
Good Morning,
I know i can use Command IF...ENDIF in SAPscript. As far as i know SELECT...ENDSELECT and LOOP...ENDLOOP aren't allowed.
Is this correct?
Best Regards,
Pedro Gaspar
‎2006 Nov 13 12:36 PM
Hi Pedro Gaspar,
Yes, you are correct.
We can use IF ELSEIF ENDIF. we we want to use the selects and loops, then
we need to write a External perform with a program, in that Program we can write
these ones(It is same as normal program)
Regards
Sudheer
‎2006 Nov 13 12:36 PM
Hi Pedro Gaspar,
Yes, you are correct.
We can use IF ELSEIF ENDIF. we we want to use the selects and loops, then
we need to write a External perform with a program, in that Program we can write
these ones(It is same as normal program)
Regards
Sudheer