cancel
Showing results for 
Search instead for 
Did you mean: 

debug

Former Member
0 Kudos

Dear Guru,

Could you pls advise how to debug an abap class?

Thanks.

Suzie

Accepted Solutions (1)

Accepted Solutions (1)

edwin_harpino
Active Contributor
0 Kudos

hi Suzie,

what abap class are you going to debug ?

table interface ? you can try to set break point

se24, type in your abap class, in next screen,

tab 'method' and choose the method you want to debug,

put cursor on line code, and menu 'utilities'->breakpoints->set/delete.

if it's your own class, you can put a line code

'break-point'.

when the method executed, you can go to sm50,

and menu program->debug program.

hope this helps.

Former Member
0 Kudos

we need to set break point in the Corresponding method.

you need to do it in SE24. Place the cursor. click on Stop button on the application tool bar or you can write Break-point statement. it's better to use stop button.

it's normal way how you are debugging the ABAP Program.

All the best,

Regards,

Nagesh Ganisetti.

Former Member
0 Kudos

Dear A.H.P and Nagesh,

Yes, I am debugging a class for web item. I guess that is what you referring to - Table interface?

Will try again.

Thanks,

Suzie

Answers (0)