‎2008 Dec 19 10:23 AM
Hello,
I was in transcation SE16 and switched the debug mode on for deleting a table entry. Now I have finished and want to deactivate the debug mode that no fuirhter editing of table entries is possible. What I have to do?
Regards
Philipp
‎2008 Dec 19 10:26 AM
Once you get out of the transaction, u get out of the debug method.
or in the debug mode, u can select debugging off from the menu bar.
Regards,
MAnsi,
‎2008 Dec 19 10:26 AM
Hi Philip,
How did u activate the debug mode?
If it is through /H in the command, then you need not worry. It is active for only once. next time when you run, you need to put /H again in the command.
If you had set a break-point some where, then you need to manually remove the break-point.
Best Regards,
Ram.
‎2008 Dec 19 10:32 AM
Hello,
I have typed in /h for setting the debug mode on.
Now I closed the transaction and logged off. After a login I called transaction se16 again and there is still the pencil where I can edit entries.
Regards
Philipp
‎2008 Dec 19 10:36 AM
‎2008 Dec 19 10:46 AM
‎2008 Dec 19 10:55 AM
hi,
try to use /BEND it will stop the transaction.
Regards,
Arjun.
‎2008 Dec 19 11:00 AM
‎2008 Dec 19 11:02 AM
hi,
I think break-point is there in that particular table.
try to check it.
otherwise once if you come back from debugger mode it will not work after.
Regards,
Arjun.
‎2008 Dec 19 11:04 AM
Hi,
how can I check if there exists a breakpoint.
Can you please tell me the steps?
Regards
Philipp
‎2008 Dec 19 11:07 AM
Hi Philip,
As you are telling it is SE16, only way would be System --> Status --> Double click on Program Name. (SAPLSETB).
Once the program is displayed, you can goto Utilities --> BreakPoints --> Display all.
Also, once the display of break points appear, click on the option that would show All the Break-Points of the program.
As you have told that you have even tried logging off and log back in, and as you had set the break-point using /H, i dont think you would be able to debug the transaction again without /H, philip, Kindly check is you are able to debug (I mean does the transaction SE16, goes in to DEBUG mode, when you excute it?).
Best Regards,
Ram.
Edited by: ram Kumar on Dec 19, 2008 12:08 PM
‎2008 Dec 19 11:07 AM
hi,
Plz explain your problem correctly.
If you are going to debugging mode directly then in menu
use debugging off or press f7 or f8.
whenever you are in debugging mode you will have that option
to change the values with edit.
You can expect better replies if you post your problem clearly.
‎2008 Dec 19 11:11 AM
‎2008 Dec 19 11:13 AM
hi,
when ever you run the transactions where its stoping you there it was an break-point,
is it stoping very first or in between the t process.
‎2008 Dec 19 11:14 AM
Hi Gatham,
I work on CRM and called transaction SE16. Now I opened the table CRMM_BUT_LNK0011. The next step was to type in /h for starting debug mode. Now I could see a pencil and it is possible to edit table entries. I deleted one entry and closed my SAPGUI. Then I started the CRM again and called transaction SE16 again. When I opened the same table again I can still see the possibility to edit entries.
Regards
Philipp
‎2008 Dec 19 11:19 AM
Hi Philip,
Try the below given steps. It might work.
1. Once you open SE16, you would see the icon for User Parameters (Shortcut - F6). click on that or press F6.
2. Go to ABAP Editor Tab.
3. In this goto Debugging tab.
4, Here, we see the check box for Extrernal Debugging. If it is checked, please Uncheck this.
Now come out of all the transactions and try SE16.
Best Regards,
Ram.
‎2008 Dec 19 12:49 PM
hi Philipp,
what you described is the normal functionality of SE16, it has nothing to do with debugging (you cannot turn it off). You can always maintain entries in a table in SE16 if the following two conditions apply:
-the maintenance is allowed for the table in SE11
-maintenance view was NOT generated for the table
hope this helps
ec
‎2008 Dec 19 10:30 AM
Hi,
Please let us know how did u set the debug???
Did u use /h or set the breakpoint?????
Thanks & Regards
‎2008 Dec 19 11:12 AM
Hi Philip,
Come out of SE16 t-code. If not log off and login and try again entering into SE16 and try out.
BR,
Raj
‎2011 Jan 07 10:27 AM
We have switched off the customizing in prod system. Now it is not possible to edit the table.