cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with RSPC_API_CHAIN_START Function Module

Former Member
0 Kudos

Hi All,

We have a PC scheduled to run on Sunday every week at 10 AM. On Monday I used

RSPC_API_CHAIN_START Function Module to trigger the process chain on a ADHOC request around 11 AM. The process chain got triggered but it got automatically scheduled on Tuesday 10 AM again and got triggered. Next schedule run also got scheduled for Tuesday 10 AM instead of Sunday. This is strange. Can you please help me in understanding why this has happened. Is this a known issue?

Accepted Solutions (0)

Answers (4)

Answers (4)

rameshcr_sap
Discoverer

Hi Ashish,

Even i have faced this issue in my project with this FM "RSPC_CHAIN_API_START". Sometimes, after executing this FM, multiple scheduling jobs will get created along with the current run. So you need to check the Scheduled jobs in the Start variant, after execution of this FM.

The issue can be avoided by giving the "I_NOPLAN = X" . So while executing this FM , give your PC name and also mention "I_NOPLAN=X". So that no additional jobs will be created.

Thanks,

Ramesh

FCI
Active Contributor
0 Kudos

Yes, it is a known behavior.

Use the parameter NO_PLAN as mentionned by Ramesh.

Regards,

Frederic

Former Member
0 Kudos

Hi Sumeet,

The PC was scheduled to run as a periodic job every Sunday. Period values were maintained as weekly. I was under the impression that the FM is not going to make impact on the next scheduled run which was on next Sunday 18th Dec. But it changed the scheduled job to Tuesday 13th Dec and got triggered.

Is this behavior of FM is known?

Thanks

Ashish

former_member226419
Contributor
0 Kudos

Can you please check your schduling options what you have mentioned?