cancel
Showing results for 
Search instead for 
Did you mean: 

Only 60 days for XML File Input Recurrence Schedule Job

0 Kudos

Hi All,

I have a question about the Schedule Job configuration for XML input file in SAP C4C. I have created a custom BO and then setup the XML File Input for that custom BO which is used for data migration from the other system.

When the other system pushes XML files to SAP C4C via WebDAV folder, I configured the XML schedule job as Recurrence to consume the imported XML files for every 15 minutes. However, I have figured out that for Recurrence job type, the day range for schedule job only allow within 60 days.

So, it means that for every two months, I need to go to this schedule job configuration again and expand the date range for this job which might be quite inconvenience for the future maintenance process.

My question is that is there any way for expanding the date range of recurrence job ? or I should ask the SAP technical team to support for expanding the date range of the XML input recurrence job.

Any help or suggestion is highly appreciated.

Thank & have a nice day.

---

Accepted Solutions (0)

Answers (1)

Answers (1)

andy_blankley
Participant

Dear Phu Pham,

Hope you are doing well.

I have reviewed this behaviour for you and recreated the scenario internally.

The message showing is actually a standard message shown as per design and your current tenant landscape.

During the application runtime process when you try to schedule the MDR, there is a check to determine what tenant type the process is running on. In this case, the tenant is a Test tenant.

As the tenant is a Test tenant, the next stage is to determine the End Date entered VS the Start Date of the MDR. The calculation is as follows:

IF (EndDate > StartDate+60){

Raise Error - End date too long

}

The point of this is in fact because of the tenant itself. A test tenant is used for "Testing" and is not meant for productive use. This allows the developer / user to test the behaviour, and after final check upload to the production environment.

You will notice that this is NOT and issue in the production tenant.

Please see related document I have made for this:

> https://launchpad.support.sap.com/#/notes/2799049

Hope this helps! Please mark this question as solved following review! 🙂

Kind regards,

Andy Blankley