cancel
Showing results for 
Search instead for 
Did you mean: 

Background job

Former Member
0 Kudos

Hi All,

I have tried running the background job for invoice monitoring but in the log one job is not being completed even after so many hours. The same thing happened last month also and I manually changed the status to Cancelled. What should I do?

Thanks,

Juhi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

Creating a Background Job Using the Job Wizard

•From the main menu select System>Services>Jobs>Define Job (transaction SM36).

•Press the Job Wizard button and step through the screens as follows:

•1:Continue

•2: Enter a name for your job. Continue.

•3: Continue with ABAP Program Step selected

•4: Enter the ABAP Program Name and variant name.

Press the Print Parameters button, specify the required printer and set the "Time of Print" to "Send to Print Spooler for now".

Press green tick

Continue

•5: If more reports need to be added to the job tick the checkbox, press continue and repeat screens 3 and 4.

•6: Select how the job is to scheduled (eg Date and Time)

•7: Enter the required scheduling information ( eg Date and Time) and if required tick "Periodic Jobs"

•8: If "Periodic Job" was selected select the frequency (eg Monthly)

•9: Check the job details and press Complete

==

Viewing Background Jobs

•From the main menu select System>Services>Jobs>Job Overview (transaction SM37).

•Enter the required selection criteria and press Execute

•To view the job log, tick the required job and press the "Job Log" button.

•To view the output from the job, tick the required job and press the "Spool" button.

===

Scheduling Background Job

http://help.sap.com/bp_lblv1500/LBL_UK/HTML/LBLUK_Solution_Map/5FF7FDF4F7734A2EA38EF7898AB3621D.htm

Background Processing

http://help.sap.com/saphelp_nw04s/helpdata/en/ed/a9bb3f8e236d3fe10000000a114084/frameset.htm

Debugging a Backgroun Job

http://searchsap.techtarget.com/tip/0,289483,sid21_gci933590,00.html

Sample Screen Shots

http://www2.warwick.ac.uk/services/finance/sap/help/howtoguides/backgroundjobs/

==

Reward if USeful

Thanx & Regards.

Naren..

sailaja_vadlamudi
Contributor
0 Kudos

Hi ,

Try to debugg a background job through SM50 .

Sail