This provides a simle OData endpoint of the SAP SalesOrders API with support for simple operations to add and retrieve SalesOrders. This is for purely testing purposes in integration projects.
To deploy either clone and build the docker image yourself, or just click this button to deploy directly to Google Cloud Run.
To test your deployment simply run this command to do a GET and return 5 test data records with the endpoint returned by the deployment above.
curl [YOUR_CLOUDRUN_ENDPOINT]/sap/opu/odata/sap/API_SALES_ORDER_SRV/A_SalesOrder
You should get a lot of SalesOrders returned. You can also POST new records to the endpoint, which will be persisted in memory until the Cloud Run instance is scaled down.