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

debugging

Former Member
0 Likes
949

hi to all,

i h've a report , in that i've used four select statements.now i want to set a break point.

but once i need to declare , so that in each and every select statement it should work.how can i do this...pls help me out.

thanx

lokanadhan.k

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
929

? What? Put a breakpoint at each of your SELECT statements if you want the debugger to stop at each. You must do the breakpoints manually.

Regards,

Rich Heilman

7 REPLIES 7
Read only

Former Member
0 Likes
929

where u wanna set break point?

what u wanna declare

plz b clear in giving details of ur doubt.

kiran

Read only

0 Likes
929

yah ,

i want to set break point once in my program.but it should work for all the select statements .

thanx

lokanadhan.k

Read only

0 Likes
929

Hello,

1. Execute ur report .

2. Enter /h in command prompt.

3. Go to Breakpoints menu option

4. Choose Breakpoint at --> Statement

5. Enter SELECT

and press enter ans save it.

Regards,

Deepu.K

Read only

0 Likes
929

Before Executing the Program /h

Execute

In the Debugging Mode.

Goto Breakpoints > Create BreakpointsABAP Command-- write " Select "

This will stop at all the Select statements in the Program .

Hope i answered ur Question.

Award point if Helpful.

Regards,

Mithun

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
930

? What? Put a breakpoint at each of your SELECT statements if you want the debugger to stop at each. You must do the breakpoints manually.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
929

Hi,

Goto each select statement & perss ctrl + Shift + f12 on each

on the activated code obviously.

or put the breakpoint on the first & use f5 to reach the others.

Regards,

Gaurav

Read only

Former Member
0 Likes
929

Hi,

U can also use breakpoint at statement & put the statement as SELECT

it shud work

Points if helpful

Regards,

Gaurav