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: 

SE16 Breakpoint

d4xtian
Participant
0 Kudos

Hi i would to check the value of AUTHORITY-CHECK, only on debugger Mode

The request i have is the following:
"Set the breakpoint in a way to find out the authorization objects called when executing transaction SE16."
"breakpoint must be set before you go to display selection options of any database table."

I went to the transaction SE16 i didn't enter any table and then i switched the debugging on with "/h"

capture-decran-2022-09-30-121944.png

After this went to debugging session, i create a breakpoint with AUTHORITY-CHECK statement, but when i click F8, i didn't find the statement ?

Can someone give an help

thanks

4 REPLIES 4

FredericGirod
Active Contributor
0 Kudos

did you try /hs ?

Sandra_Rossi
Active Contributor
0 Kudos

Better embed the screenshots in your question, instead of using hyperlinks, so that we can understand the question without the need of clicking to see all of them.

Sandra_Rossi
Active Contributor
0 Kudos

I did it with /H, it stops at authority-check as expected. You probably did something wrong. Did you type a valid table name before pressing Enter?

thkolz
Contributor
0 Kudos

/h -> in debugger Shift+F5 -> In Tab ABAP Cmnds put 'AUTHORITY-CHECK' -> F8