Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Jobs not getting Scheduled when it is called from RFC

Former Member
0 Kudos

Hi Everyone,

I have Functional module in system1 which in turn creates a background Job, but when i call this Function module from System2 using RFC then the background job is not created. THought i debugged and the Function module on system1 is called successfully with right input parameters. M i missing anything ? Please advice

Regards,

Nikesh Kumar

2 REPLIES 2

Former Member
0 Kudos

Hi Nikesh,

How are you creating the background job, in your RFC is it via SUBMIT...VIA JOB, or you have created a background job already and you are just triggering it via an event etc?

Regards,

Chen

0 Kudos

Hi Chen,

Thanks for the reply. Actually the main problem is not with how the Background job is getting executed. Actually my function module schedules are job in system1 , but if the same func module is called via RFC from other system, it gets called successfully with same inputs (checked in debugging), but the background job does not get created.

Regards,

Nikesh Kumar