cancel
Showing results for 
Search instead for 
Did you mean: 

How to set a breakpoin in sapcript debugger

former_member184551
Contributor
0 Kudos

Hi Guys

How do we work with bpoints in the sapscript debuuger, this dosent seem to work.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Go to SE71->Enter the form name->Utilites-> Activate Debugger..

Thanks,

chaithanya

former_member184551
Contributor
0 Kudos

Hi Chaitanya

Thanx for ur answer

perhaps I didnt pose my q clearly

I know how to get inside the debugger and debug a script, but once u are debugging there is an option for breakpoint on the top left corner, if suppose u want to sert the brkpoint at a particular text element and execute it, it dosent go to that text elemnt or a command line directly, it still goes through the whole code in between.

Thanks

Former Member
0 Kudos

if i got your question straight, u want to set a break point at a perticular line or at a piece of code.

to do this all you have to do is open your report/program in se38,

go to that line, click on the red button that says STOP(you should see it right next to the PATTERN and PRETTY PRINTER). that would set the break point.

now execute the program and it will stop at that line and you can start debugging from the place where you have set the break point.

regards,

Niran

former_member184551
Contributor
0 Kudos

Hi Niran

I am afraid you didnt

I want to do the same thing, but not in abap code, in SAPSCRIPT LINE EDITOR.

Rgds

Sameer

Former Member
0 Kudos

Hi

I think this cannot be done in Script because when you execute the system only processes the current window. Please check.

Regards

Vija