I’m implementing an integration using the SAP Ariba Spoke in ServiceNow, and our client has specifically requested that we use the OOTB SAP Ariba Spoke instead of direct REST API calls. I have successfully:

1.  Installed the SAP Ariba Spoke

2. Configured the Connection & Credential Alias

3. Verified that the Create Job action is available under Async Reporting Job Management.

However, I’m blocked on the Create Job action.

The action requires a mandatory Schema object containing fields such as:

  • Request ID 
  • View Template Name
  • Filters
  • etc.  In  Flow Designer, the Schema field only accepts an Object data pill. It doesn’t allow manual entry, and I cannot find any OOTB action or subflow that generates this object. My questions are: 1. How is the Schema object supposed to be created? 2. Is there an OOTB action or Data Stream that builds this object? 3. Do we need to construct the object manually using Script Steps? 4. If anyone has a working example of the Create Job flow for Operational Reporting, could you please share the design or screenshots? I’m specifically looking for the recommended OOTB approach using the SAP Ariba Spoke. Any guidance would be greatly appreciated.