Application Development 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: 

How can I debug a Tr. Code which is running in background

Former Member
0 Kudos

I want to debug a Sapscript. Tr. code is 'F110'. In this tr code, two sapscript is running for cheque printing. This Tr Code is running in backgruond mode. I want to debug the Sapscript. How can I do that?

Regards,

Subhasish

1 ACCEPTED SOLUTION

aaron_morden2
Contributor
0 Kudos

To debug the printing of F110, see the following thread:

[|]

5 REPLIES 5

Former Member
0 Kudos

hi,

For a batch job or long running program (SM50):

Select the program to be debugged

Menu: Program/Session -> Program -> Debugging

In the job overview(SM37) you can debug each job with the ok-code JDBG.

Warning : This is like a restart of the job.

-> All possible updates will be executed !

Refer to this link...

Edited by: avinash kodarapu on Dec 22, 2008 4:10 PM

Former Member
0 Kudos

HI,

we can keep the External session break point which is running the back ground. We have aoption to keep in the Deburgger. But this is only possible in the 7.10 Gui Only.

Regards,

Naresh

Former Member
0 Kudos

Dear,

FInd out the driver program from transaction FBZP.

U need to run that driver program separately from se38 with rundate and identification.

Regards

Former Member
0 Kudos

Hi

Debugging in background mode is not possible.

Thanks&Regards

Nagamani Challa

aaron_morden2
Contributor
0 Kudos

To debug the printing of F110, see the following thread:

[|]