cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Background Job

0 Kudos

Hello Experts,

I want to debug standard T- Code 'F110' (Automatic Payment Run).

Basically wat it does is just submit one program SAPF110S

but as a background job

i.e


SUBMIT SAPF110S AND RETURN
                      USER SY-UNAME
                      VIA  JOB JOBNAME NUMBER JOBCOUNT
                      WITH PARLAUFD = F110V-LAUFD
                      WITH PARLAUFI = F110V-LAUFI
                      WITH PARXVORL = XVORL.

and thats why i m not able to debug it

so how is it possible

Pls help me on this

Regards

Ravi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

U can not debug back ground job directly

1)when the job is scheduled in back ground, once it is scheduled means, goto SM37 enter the parameters for job name, go to the second screen, there u can find the status of the job. Select that job and wait until its get activated.

Now go to job menu there u can find an option like capture active job. now it goes automatically in to the debug mode.

Regards,

Ravi Duggirala

Former Member
0 Kudos

Hi there,

1st give the T-code. Enter the required details & press /h in the command bar. Then press F8. This will start debugging.

Alternatively pull out the prog from the T-code. You can get it from the icon on the bottom right corner. Give the prog in SE38 & select Debugging in the menu bar.

Regards,

Sivanand

former_member70391
Contributor
0 Kudos

Hi,

Go to SE38

Enter the program Name : SAPF110S

Go to Menu Program-> Execute -> Debugging.

It will work.

Thanks & Regards,

Nagaraj Kalbavi

0 Kudos

Hi Nagraj,

I know the standard method of debugging a program, but I am submitting a report program which is executed in Background.

I tried debugging with /h in the command field, but I am unable to debug.

I hope u have understood the question properly.

Regards,

Ravi