cancel
Showing results for 
Search instead for 
Did you mean: 

PI BackGround Jobs

0 Kudos

Hello Gurus,

Wat are BackGround Jobs available in PI, how to create these jobs.

Please Help me with your Inputs

Regards,

Praneeth Rao

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Praneeth

For scheduling the jobs...you need to run SM36 choose Standard Jobs and

Default scheduling button.

This option schedules all standard jobs that are defined in

table REORGJOBS along with their specified variants and intervals.

You can see more documentation about it in the link below:

http://help.sap.com/saphelp_nw70/helpdata/en/24/b884388b81ea55e10000009b38f842/frameset.htm

Periodical Tasks

http://help.sap.com/saphelp_nwpi71/helpdata/en/45/dc863f455f3417e10000000a114084/frameset.htm

Note 16083

Regards

Monika

Answers (2)

Answers (2)

Former Member
0 Kudos

you have to define BackGround Jobs by using t.c SM36 and  some imp steps:

  • From Transaction SM36 (Define Background Job)
  • With the "start program in the background" option of either Transaction SA38 (ABAP: Execute Program) or Transaction SE38 (the ABAP editor)
  • Through the background processing system’s own programming interface. (Many SAP applications use the internal programming interface to schedule long-running reports for background processing.)
  • Through an external interface

and  refer below link:

http://help.sap.com/saphelp_nw70/helpdata/en/ef/2c513897110872e10000009b38f889/frameset.htm

former_member184681
Active Contributor
0 Kudos

Hi,

Background jobs are ABAP reports, scheduled for regular automatic execution in transaction sm36. You can schedule any ABAP report to be executed that way. You can also see the list of jobs that are already defined in t-code sm37. Use the search function if you need further details.

Regards,

Greg