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

doubt in sap script

Former Member
0 Likes
488

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
469

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.

3 REPLIES 3
Read only

Former Member
0 Likes
470

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.

Read only

Former Member
0 Likes
469

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.

Read only

varma_narayana
Active Contributor
0 Likes
469

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>