‎2010 Feb 11 12:23 PM
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
‎2010 Feb 11 12:31 PM
‎2010 Feb 11 12:37 PM
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
‎2010 Feb 11 12:52 PM
Hi,
You can directly execute SE16N_START FM by inputting the table name which is equivalent to SE16N without authority check:-).
Thanks,
Vinod.