Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Commands Allowed in SAPscript

Former Member
0 Likes
321

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
293

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

1 REPLY 1
Read only

Former Member
0 Likes
294

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