# Actions supported
The SAP OData connector supports the following actions:
- Create object
- Update object
- Search object
- Delete object
- Upsert object
- Get object details by ID
- Custom action
- Extract bulk data
SAP OData actions
# Extract bulk data action
Extract bulk data action has the following limitations in comparison to search object action:
Parameters | Search object action | Extract bulk data action |
---|---|---|
Request timeout | Up to 120 seconds | Up to 1 hour |
Response size | Soft response size limit of up to 200MB | Hard response size limit of 100MB |
Connection types | All connection types are possible | Connections that use custom SSL certificates or OPA are not supported |
Job processing | Jobs in the queue will be processed in order | Jobs may not be processed in order |
We recommend that you use the search object action instead of extract bulk data action and paginate the records using Limit and Skip token.
# Configure actions for OData V4 services
To configure the action for an OData V4 API, you need to create a separate connection using the service URL corresponding to V4 and select V4 from the OData version dropdown on the connection page.
For creating an action corresponding to OData v4, navigate to the service group in the dropdown. For example, if the service URL configured in the connection is https://<S4host>/sap/opu/odata4/sap/api_bank/srvd_a2x/sap/bank/0003/
, then the service group is api_bank
.
OData v4 action
SERVICE GROUP NAME
You can confirm the service group name in the API Business Hub documentation. Visit SAP's documentation (opens new window) and locate the Service Group Name in the Attributes tab.
As recommended practice, select the latest API version which can be identified based on the serial number like <service name>_1
, <service name>_2
, etc. Here, API_BANK_3
is the latest and is corresponding to the service URL https://<S4host>/sap/opu/odata4/sap/api_bank/srvd_a2x/sap/bank/0003/
.
If it is not shown in the dropdown due to the limited items we populate in the dropdown, then enter the Service Name manually. For example, if the service URL is https://<S4host>/sap/opu/odata4/sap/api_bank/srvd_a2x/sap/bank/0003/
, then service name would be api_bank/srvd_a2x/sap/bank/0003/
.
Entering service name manually
# Triggers supported
The SAP OData connector supports the following triggers:
- New object
- New/updated object
SAP OData triggers
Last updated: 10/30/2024, 5:43:08 AM