Add an OData service manually in Zero Copy Connector for ERP
When adding an entity to a model using OData, if the service you need isn't listed, add the service manually.
Before you begin
Role required: admin
As of the Zurich Patch 4 release, you can connect to an ERP system based on a metadata URL or an uploaded metadata file (xml). The file option enables you to, for example, access data from SuccessFactors. For more information, see Obtain data from SAP SuccessFactors using OData v2 APIs.
Before you can add a service manually, you must do the following:
- Confirm that you have an SAP system that has been enabled to make an OData connection.
- Enable the sn_erp_integration.enableModelModification property. For more information, see Install Zero Copy Connector for ERP.
- Create a connection and credential alias, specifying HTTP as the Connection type. For more information, see Create a Connection & Credential alias.
-
Create an HTTP connection for the service. Add the connection alias that you created, the connection URL, and the odata_ping_url.
For more information, see Create an HTTP(s) connection.
- Create a system that uses the HTTP connection. For more information, see Create an ERP system in Zero Copy Connector for ERP. On the system record, confirm that the heartbeats are successful and the retrieval status is complete. If any have failed, select Restart data retrieval.
- If you're going to connect using a URL, copy the metadata URL from the ERP system to which you're linking. Use the relative URL containing only the path following the domain, for example, v2/northwind/northwind.svc/$metadata.