Application Development 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: 

Debug

Former Member
0 Kudos

HI gurus,

For my production system i dont have authorization to se38, se80, cmod, se37.

when i save the transaction I want to debug the user exit directly not going through line by line of whole code.

Is there any possiblities to set Break-Point for non-developer authorization.

Regards

Giri

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Yes there is , set soft break points.

If you know the code then you can enter debug mode and specify it.

when in debug mode click on menu breakpoints and highlite breakpoint at,

there is specific statement, function module , subroutine. You gotta know where you want to set it.

Another thing is you could say breakpoint at statement and lets say you know its loop something, you could say breakppoint at loop, it will stop at all the loops, you could hit F8 if the loop is not yours and go to the next one , instead of clicking every line .

Regards

3 REPLIES 3

Former Member
0 Kudos

Yes there is , set soft break points.

If you know the code then you can enter debug mode and specify it.

when in debug mode click on menu breakpoints and highlite breakpoint at,

there is specific statement, function module , subroutine. You gotta know where you want to set it.

Another thing is you could say breakpoint at statement and lets say you know its loop something, you could say breakppoint at loop, it will stop at all the loops, you could hit F8 if the loop is not yours and go to the next one , instead of clicking every line .

Regards

Former Member
0 Kudos

Hi Giri,

I think there is no possiblity other than using /h for debugging in this scenario and then try to use the menu Breakpoint->Breakpoint at->At Keyword/At Event etc.

Hope this helps.

Please reward if useful.

Thanks,

Srinivasa

Former Member
0 Kudos

Hi,

There is a way to set break-points without the authorization of SE38, SE37 & SE80. Enter the transaction code that you want to debug in the command field on the top left corner. Execute the transaction but do not go for SAVE. As soon as the transaction screen opens up, go to System->Status. You will have the program name in the status window. Double Clicking the program name will open the program in Display mode. So, now you can go ahead and set soft break-points.

Reward points if the answer is helpful.

Regards,

Mukul