Page tree
Skip to end of metadata
Go to start of metadata

Purpose

The purpose of this wiki is to provide some background information about these 2 jobs which are scheduled in Solution Manager 7.1.

Overview

These 2 jobs are being scheduled automatically by action “Schedule Standard Jobs” in the basic configuration performed in transaction SOLMAN_SETUP in Solution Manager 7.1. Some customers are reporting that these jobs are being cancelled in their solution managers due to authorization issues.

Use of these jobs

These jobs are related to PI (Process Integration) systems tasks.

For any ABAP based system it is possible to configure a local Integration Engine to make the exchange of data with a PI system easier.

The data to be sent to the PI is converted into PI XML format and stored into local integration engines. As the number of messages exchanged can be very high, a reorganization is always performed regularly and these jobs are related to this process.

These jobs come from the REORGJOBS table, which contains standard jobs that have to run in all ABAP systems. Under the Solution Manager area we do not have control of this table, but we schedule all the jobs listed in it in the basic configuration of the solution manager, action “Schedule Standard Jobs”.

Solution

  • If there is no plan to exchange data between the solution manager and any PI system these jobs can be cancelled.
  • If you want to run these jobs, check the following authorizations:

(1)  OBJECT 'S_BTCH_ADM'
      ID 'BTCADMIN' FIELD 'Y'

 (2)  OBJECT 'S_ADMI_FCD'
      ID 'S_ADMI_FCD' FIELD 'ST0R'

 (3)  OBJECT 'S_XMB_AUTH'
      ID 'SXMBAREA' FIELD 'MESSAGE'
      ID 'ACTVT'    FIELD '65'.

 (4) OBJECT 'S_ARCHIV'
     ID 'ACTVT'    FIELD '01'
     ID 'APPLIC'   FIELD 'BC'
     ID 'ARCH_OBJ' FIELD 'BC_XMB'

Also, please assign the XI role SAP_XI_ADMINISTRATOR_ABAP.

Related Content 

Related Documents

More information and how to schedule these jobs.

Related Notes