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

What T-CODE can be used for debugging switched off ?

Former Member
0 Likes
5,364

Hi ,all

What T-CODE can be used for debugging switched off ? As we know /h can be used by debugging switched on.

Thx!

Edited by: xuehui li on Aug 12, 2008 4:04 AM

Edited by: xuehui li on Aug 12, 2008 4:05 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,721

Hi,

Theres no T-code for that. But if you are in debugging mode you can do "debugging off" by selecting it from debugging menu in top-left corner.

Hope this solves it.

Thanks,

Hitesh

Hi ,all

What T-CODE can be used for debugging switched off ? As we know /h can be used by debugging switched on.

Thx!

Edited by: xuehui li on Aug 12, 2008 4:04 AM

Edited by: xuehui li on Aug 12, 2008 4:05 AM

9 REPLIES 9
Read only

Former Member
0 Likes
2,722

Hi,

Theres no T-code for that. But if you are in debugging mode you can do "debugging off" by selecting it from debugging menu in top-left corner.

Hope this solves it.

Thanks,

Hitesh

Read only

0 Likes
2,721

Thank you for your reply.

to Hitesh K :

But I never find "debugging off" under the debuffing menu.

I do not know why.

to Madan:

Do u mean delete the debugging authorization for my user profile? I will try this

Thx!

Edited by: xuehui li on Aug 12, 2008 5:09 AM

Read only

madan_ullasa
Contributor
0 Likes
2,721

hi,

check out with your basis to disable '/h' option... this should be possible.. its more like having authorization to debug.. its in the authorization object... talk to ur basis... they will help u...

Read only

Former Member
0 Likes
2,721

Hi,

Debugging--> top left corner of debugging mode after database Debugging off.

If you arenot able to do so ask the Basis team member will provide you the debugging rights or also you can try with SU3 >Parameter>One of the parameter ID will be blank if it is make it 'X' with consent of your Basis team member. That will provide you the debugging rights.

Go through this link.

http://help.sap.com/saphelp_nw70/helpdata/en/c6/617cb5e68c11d2b2ab080009b43351/content.htm

Mohinder

Edited by: Mohinder Singh Chauhan on Aug 12, 2008 5:33 AM

Edited by: Mohinder Singh Chauhan on Aug 12, 2008 5:47 AM

Read only

Former Member
0 Likes
2,721

Hi ,

There is no transaction on which you can switch off the Debugging. The only thing is there is an option (Debugging Off) . you click on that option and debugging will off.

Thanks,

Chidanand

Read only

vinod_vemuru2
Active Contributor
0 Likes
2,721

Hi,

There is no such t code. But when u r in debugging mode if u want to exit from the debugger then type GG in command prompt and press enter. Control will come out of debug mode.

This GG is not T code but OK code.

Thanks,

Vinod.

Read only

Former Member
0 Likes
2,721

Hi,

There is no specific Tcode to enter into debugging mode directly.

you can use

/h, stop icon, break-point,.....

once u r in debugging mode..then if you want to come out of that screen. you can directly enter GG in the command field.

or you can click on 'debugging switched off' in the file menu.

Regards,

Raj

Read only

former_member206439
Contributor
0 Likes
2,721

Hi

You can have the following different situations:

The Debugger is ready for input and the application is waiting for input. In this case, you must choose Debugger -> Exit Debugger. This way, the Debugger is closed and the application continues to run. If the Debugger and the application are to be exited at the same time, you must choose the menu path Debugger -> Exit Application and Debugger.

The application is ready for input and the Debugger is waiting for input. In this case, the Debugger attached to this mode is closed using the function code /hx.

Read only

Former Member
0 Likes
2,721

My question has been answered.

method.

step1. change to debugging mode to classical mode under the debugging menu.

step2. click 'debugging off' under the debugging menu.

Tips. if u never change the debugging mode to classical, the "debugging off" item will never happend.

then, it is works.

Thank you all.

Edited by: xuehui li on Aug 12, 2008 7:00 AM