cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging the job

Former Member
0 Kudos

Hi,

Can any one pls tell me how to debugg the completed job.

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Go to SM37 transaction.

Select your background job (which you want to debug)

Go to the command box and type JDBG

The job will go into debug mode.

Cheers,

Aditya

mahaboob_pathan
Contributor
0 Kudos

hi,

if want to seee it ... then after selecting the session in SM35 .... ...selecting the PROCESS in the POP AS backgrond ... there is screen debugging program .. which you have to create one note pad file in you destop ....

after seleting the process as background drag & drop that text fiel from the desktop to this screen .... your process will be strated debugging mode ... then press proocess ok ...

it will take you in debug mode ....

the below code should be in the txt file inyour desktop ....... remember drag & drop this file don't open ... it will take you in debugg mode ....

codeFUNCTION

Command=/H

Title=Debugger

Type=SystemCommand

[/code]

or

if job is alreddy processed

goto sm35

goto debugmode by giving /h

and select the job which u want to debug and double click on it

then it will enter into debugmode.

Edited by: Mahaboob Pathan on Feb 12, 2008 12:02 PM