Reputation: 1
We are currently evaluating the SCP, the available SDKs and trying to find the right environment (Neo or CF) and the right setup for the following project requirements:
We find it hard to decide about the right setup (environment and SDK's):
The "document" and "workflow" services are available in Neo. Is our assumption correct that our service-application must therefore run in Neo as well?
The "SAP Cloud Platform SDK for Service Development" seems to us the right approach to implement OData services. However, the SDK is available for cloud foundry environment only.
Please give us some advice on
Upvotes: 0
Views: 1057
Reputation: 1007
(Disclaimer: I work in the team building the SAP S/4HANA Cloud SDK)
Khalid is right in that the document service and workflow are at the moment still only available in NEO, and that OData provisioning with SAP Cloud Platform SDK for service development is only supported on Cloud Foundry.
We encourage our customers and partners to reach out to their SAP contact to find a solution: To increase visible demand for a solution not yet available or to find a workaround. Please reach out to your SAP contact!
Neo is still supported but we are planning to switch all apps to Cloud Foundry - meaning we build so that switching is easy. The main factor for this are the platform abstractions provided by the SAP S/4HANA Cloud SDK. It is built on top of the SAP Cloud Platform SDK and you get these features on top:
new DefaultBusinessPartnerService().getAllCustomer()
and it transparently accesses the tenant-specific S/4HANA-backendCheck out the 20+ tutorials and deep dives for the SAP S/4HANA Cloud SDK.
The situation of the items in your list on Apr 10th, 2018 - let's keep this updated:
new DefaultBusinessPartnerService().getAllCustomer()
Upvotes: 4
Reputation: 1666
The "Document service" and "Workflow" only available in NEO environment on SAP Cloud Platform.
But Hana DB, OData service can use on both neo and cloud foundry environment.
So, for your requirement, Neo would be a better choice.
Upvotes: 2