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

debug sapscript

Former Member
0 Likes
556

hi all,

i had activated debugging for the sapscript form . but how do i deactivate

3 REPLIES 3
Read only

Former Member
0 Likes
533

Hi

To DeActivate the Debugger . Go to Debugger menu -> Exit.

            • Reward Point if helpfull*********

Read only

Former Member
0 Likes
533

Hi,

If you still running the SAPSCRIPT debugger, then close the SE71 and and run the transaction which you want to see the output.

Just come out the SE71, and the transaction code which you want to see the output, then start then you won't get the debugging screen

Regards

Sudheer

Read only

suresh_datti
Active Contributor
0 Likes
533

There is no nee d to explicitly deactivate.. when you come out of the Transaction it is turned off.. When you activate the debugger from SE71, internally the parameter id 'TTD' is set to true.. ie SET PARAMETER ID 'TTD' FIELD 'X'.

~Suresh