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

switch off debug mode

Former Member
0 Likes
8,275

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

19 REPLIES 19
Read only

Former Member
0 Likes
4,336

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,

Read only

Former Member
0 Likes
4,336

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.

Read only

0 Likes
4,336

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

Read only

0 Likes
4,336

Press F7.

Read only

0 Likes
4,336

Press F7 has no effect

Read only

0 Likes
4,336

hi,

try to use /BEND it will stop the transaction.

Regards,

Arjun.

Read only

0 Likes
4,336

Hello,

I am still in the edit mode.

Regards

Philipp

Read only

0 Likes
4,336

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.

Read only

0 Likes
4,336

Hi,

how can I check if there exists a breakpoint.

Can you please tell me the steps?

Regards

Philipp

Read only

0 Likes
4,336

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

Read only

0 Likes
4,336

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.

Read only

0 Likes
4,336

Hi Ram,

there are no break points.

Regards Philipp

Read only

0 Likes
4,336

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.

Read only

0 Likes
4,336

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

Read only

0 Likes
4,336

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.

Read only

0 Likes
4,336

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

Read only

Former Member
0 Likes
4,336

Hi,

Please let us know how did u set the debug???

Did u use /h or set the breakpoint?????

Thanks & Regards

Read only

Former Member
0 Likes
4,336

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

Read only

Former Member
0 Likes
4,336

We have switched off the customizing in prod system. Now it is not possible to edit the table.