cancel
Showing results for 
Search instead for 
Did you mean: 

Kicking off Background Job from Another SAP system

0 Kudos

Hi,

Does anybody know how to kick off a background job from a separate SAP system??

i.e I have a job on our CRM system that is dependant on a Job finishing from our ECC6 system first.

Does anyone know how to do this? I know I might be able to use events, is there anything else I should be making use of??

Many Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Daniel,

Cannot think of anything other than events in this case.

I mean one Job A is finished trigger an event in System A which in turn would trigger another event in System B through RFC call and then this second event would trigger the second job. Guess that is pretty much it.

Regards.

Ruchit.

Former Member
0 Kudos

Hi Daniel,

Guess there is one more solution. In system A write a report (let us name it X) that would trigger a job in system B through an RFC call.

Now in System A create a job with 2 steps. First step would be normal one, the second one for report X. Only when step 1 is over would step 2 start. So indirectly end of the existing Job A would trigger the required Job B.

Regards.

Ruchit.