‎2007 Sep 27 4:35 AM
hi frnds,
i want to know how to give the break point in SAP SCRIPT. can i type break point in change editor location.
Regards,
Gowri
‎2007 Sep 27 4:38 AM
In the initial screen of the SE71 transaction, u can have a debugging option.
<b>Utililisties -
> Active debugger</b>
U can make use of that.
Or u can type break-point in Print program and debug it.
Pls reward if helpful.
‎2007 Sep 27 4:38 AM
In the initial screen of the SE71 transaction, u can have a debugging option.
<b>Utililisties -
> Active debugger</b>
U can make use of that.
Or u can type break-point in Print program and debug it.
Pls reward if helpful.
‎2007 Sep 27 5:07 AM
If u want to see the code going on behind the working of Change editor..better do a '/h' command and then press change editor button. This way u can debug the change editor machanism.
Reward if it helps.
Thanks.
‎2007 Sep 27 5:12 AM
Hi..
We cannot give any break points in the Text elements the way we can do in ABAP programs.
But when you Activate the Debugger and Run the Script the System will give you the Options where you want to Debug .
<b>Reward if Helpful.</b>