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

Scripts - How can I bypass code in SAP scripts

Former Member
0 Likes
923

Hi All,

I want to bypass printing of some of code in SAP scripts. Is there any way to do that.

Like we have GO TO statement in reports to skip the execution of few code lines. Similary is there in anything in SAP scripts which can allow me to skip execution of some code lines in the debug mode.

Urgent reply would be really helpful.

Regards,

Shahu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
747

Hi

Please IF.. ELSE.. ENDIF conditions to achieve the same inside the SAPScript TEXT Editor (available for Each window, by Pressing F9 Key) in SE71 transaction.

Hope this will help.

Please reward suitable points.

Regards

- Atul

3 REPLIES 3
Read only

Former Member
0 Likes
748

Hi

Please IF.. ELSE.. ENDIF conditions to achieve the same inside the SAPScript TEXT Editor (available for Each window, by Pressing F9 Key) in SE71 transaction.

Hope this will help.

Please reward suitable points.

Regards

- Atul

Read only

Former Member
0 Likes
747

was able to bypass the code executing by using GOTO statement in the driver program...

Read only

0 Likes
747

Hi,

Unfortunatly there is no keyword with GOTO in ABAP.

If you want to bypass few lines of code then use IF..ELSE.....ENDIF.

Thanks,

Leo