cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling CHECKDB job across multiple SAP systems

Former Member
0 Kudos

I have imported the CHECKDB job from one of our SAP systems and I would like to run this same job across multiple SAP systems in the landscape. However, when I try to run the same job in another system, I get an error with the message:

Failed to create the job in the SAP system

BAPI exception while calling BAPI_XBP_JOB_ADD_ABAP_STEP: E XM 262 Variant &0000000000610 for report RSDBAJOB does not exist

Any idea how I can run this job in multiple SAP systems?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

>>> You can either manually create a variant named &0000000000610 for report RSDBAJOB in the SAP systems where you are seeing this error. Or transport the variant from a SAP system where the variant does exist. Or you could edit the job definition in CPS to run ABAP report RSDBAJOB with a differnet variant that does exist in the system where you are currently getting the error.

Rgds,

David

Former Member
0 Kudos

Hi,

You need to create or transport variant for this job in other SAP system too.

Failed to create the job in the SAP system

BAPI exception while calling BAPI_XBP_JOB_ADD_ABAP_STEP: E XM 262 Variant &0000000000610 for report RSDBAJOB does not exist

Regards,

Ashutosh