‎2007 Feb 08 10:42 AM
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
‎2007 Feb 08 10:47 AM
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
‎2007 Feb 08 10:47 AM
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
‎2007 Feb 08 11:11 AM
was able to bypass the code executing by using GOTO statement in the driver program...
‎2007 Feb 08 5:46 PM
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