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

Problem debugging SE16n

Former Member
0 Likes
734

Hi,

I was trying to find out somethings for one project I am doing and I found something weird, maybe it also happened to you.

I place a break point in fm SE16n_STAR but the program never stopped there. I have try with all kind of breakpoints, even using /h it passed that part an it is not possible to debug.

In the Stack I have this:

FORM DISPLAY_STANDARD SAPLSE16N

FUNCTION SE16N_INTERFACE SAPLSE16N

FORM EXECUTE SAPLSE16N

MODULE (PAI) FCODE_0100 SAPLSE16N

FUNCTION SE16N_START SAPLSE16N

EVENT START-OF-SELECTION RK_SE16N

This part is always coming and I can not stop it before. In debugging I see that this was passed but it didn't stop. Whenever I go to this functions or forms I see the breakpoint there, so I can not understand why it didn't stop.

Thanks

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
631

try with &sap_edit

Read only

0 Likes
631

What I did was to use &sap_edit to edit a table that it has a dependancy with another table in order to debug where de error is coming. So, I created a new entry and then after event double click, I wanted to know where the the check with the tables related is done, but from I could see it was done in FM SE16N_STAR but I can not debug that function module after the enter event.

That is my problem, that I would like to stop in that point but it is not possible because when I start the debugging mode the point is already passed

Read only

vinod_vemuru2
Active Contributor
0 Likes
631

Hi,

You can directly execute SE16N_START FM by inputting the table name which is equivalent to SE16N without authority check:-).

Thanks,

Vinod.