SAP BTP Cloud Integration
The SAP BTP Cloud Integration component allows you to connect to SAP BTP CPI instances.
Prerequisites
- Version 9.2.9 or higher.
- Connections component (installed automatically).
- Privileges Required for SAP Cloud Integration.
- SAP HCP External Scheduler Integration API.
Installation
The Redwood SAP Cloud Integration is available in the Catalog.
- Navigate to Custom > Connections and choose .
- Choose SAP Cloud Integration under Select a Connection Type.
- Choose Next or Basic Properties, you create a queue and process server for your SAP Cloud Integration connection, all required settings will be set automatically.
- Choose Next or Security, this is a screen for all components, choose to specify which roles can access the connection information. It is recommended to grant the role at least the following additional privileges: View on the SAP Cloud Integration process server, View Processes on the SAP Cloud Integration queue, View on library Redwood_SAPCloudIntegration, and Submit on Redwood_SAP_CloudIntegrationMonitor and Redwood_SAP_CloudIntegrationFlowJob process definitions.
- Choose Next or SAP Cloud Integration Connection Properties. This is specific for the Cloud Integration component, you specify URL, Username, and Password for your connection.
- Navigate to Environment > Process Server, locate your Cloud Integration process server and start it, ensure it reaches status Running.
Contents of the Component
Object Type | Name | Description |
---|---|---|
Application | GLOBAL.Redwood.GLOBAL.SAP.REDWOOD.CloudIntegration.$2 | Integration connector with SAP Cloud Integration (1.0.0.1). |
Constraint Definition | REDWOOD.Redwood_JobAndChainDefinitionsConstraint | Constraint for fields that support both Job Definitions and Job Chain Definitions. |
Constraint Definition | REDWOOD.Redwood_SAPCloudIntegrationConnectionConstraint | Constraint for SAP Cloud Integration Connection fields. |
Extension Point | REDWOOD.Redwood_SAPCloudIntegration | Integration connector with SAP Cloud Integration. |
Job Definition | REDWOOD.Redwood_SAP_CloudIntegrationMonitor | Monitors iFlows in Cloud Integration and generates jobs with their final statuses. |
Job Definition | REDWOOD.Redwood_SAP_CloudIntegrationFlowJob | A default definition to be submitted by the Cloud Integration Monitor when an iFlow completes. |
Library | REDWOOD.Redwood_SAPCloudIntegration | Library for SAP Cloud Integration connector. |
Redwood_SAP_CloudIntegrationMonitor
Name | Description | Documentation | Default Expression | Values |
---|---|---|---|---|
CONNECTION | SAP Cloud Integration Connection | The SAP Cloud Integration Connection object that contains the authentication information for the desired Cloud Integration instance. | ||
STATES | Monitored States | The state(s) to monitor for | FAILED,ERROR,COMPLETED | |
POLLING_INTERVAL | Monitor Polling Interval | Polling interval in minutes | 5 | |
FLOWNAME | Flow Name | Monitor for flows with a specific name. If this parameter is left blank, any flow that completes in a state that matches the State filter will trigger the selected process. | ||
DEFINITION_KEY | Definition to Run | The business key of an existing process or chain definition to submit when the monitor finds an iFlow that matches the specified filters. If this is left blank, the Redwood_SAP_CloudIntegrationFlowJob definition will be submitted. | ||
LAST_CHECK_TIME | Last Check Time |
Redwood_SAP_CloudIntegrationFlowJob
Name | Description | Documentation | Default Expression | Values |
---|---|---|---|---|
CONNECTION | SAP Cloud Integration Connection | The SAP Cloud Integration Connection object that contains the authentication information for the desired Cloud Integration instance. | ||
MESSAGEID | Message ID | The ID of the Log Processing Message that reported the final status of the iFlow. | ||
FLOWNAME | Flow Name | The name of the iFlow. | ||
STATUS | iFlow Status | The final status of the iFlow run. | ||
MONITORJOBID | Monitor Job ID | Job ID of the Cloud Integration Monitor job that submitted this definition. |