OliM
OliM

Reputation: 1

s4sdk, Neo or Cloud Foundry

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):

Please give us some advice on

Upvotes: 0

Views: 1057

Answers (2)

Georg
Georg

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:

Check 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:

  • Provision of an oData service: Supported on Cloud Foundry with OData provisioning with SAP Cloud Platform SDK for service development
  • Connecting S/4 (reading / writing): SAP S/4HANA Cloud SDK with virtual data model: new DefaultBusinessPartnerService().getAllCustomer()
  • Persistence in SCP Hana DB: Supported on Neo and Cloud Foundry
  • SCP workflow integration: Currently still limited to Neo
  • SCP document service Integration: Currently still limited to Neo
  • Multitenancy capable: Neo and Cloud Foundry

Upvotes: 4

khd
khd

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

Related Questions