Use this tag for questions related to SAP Cloud SDK. SAP Cloud SDK provides language-specific out-of-the-box capabilities, such as an abstraction of the underlying cloud platform implementation, fault-tolerance, cache management, etc. It also provides a continuous delivery toolkit with ready-made Jenkins pipelines. Programming languages related to this tag are Java, JavaScript, and TypeScript.
Questions tagged [sap-cloud-sdk]
304 questions
0
votes
1 answer
How to process ODATA Function Import not returning a wrapper element
In our solution we are calling a custom CDS-based ODATA API on S/4HANA side which includes a function import. For this we generated the Java service for the ODATA interface via the maven-plugin. The called function import is based on BOPF and the…

Tim L.
- 224
- 2
- 11
0
votes
1 answer
How to configure Application Logging Service for SCP application
I have created the hello world application from the SAP Cloud SDK archetypes and pushed this to the cloud foundry environment, binding it to an application logging service instance. My understanding is that this should already provide me with the…

Tim L.
- 224
- 2
- 11
0
votes
1 answer
Maven dependency errors
After importing the project from GitHub, getting the maven dependency error
Following the S4HANA Cloud SDK SAP Press book exercises. After importing the project into intellij IDE, it thorows maven dependency errors. Here are the steps-
1. Download…

Rohit
- 21
- 1
0
votes
1 answer
How to setup destination in Neo SCP to Cloud Foundry service using OAuth2SAMLBearerAssertion?
I want to consume a CF service in my Neo SCP, using a destination with OAuthSAMLBearerAssertion.
But every time I check for the service in WebIDE, I get error 500.
Here is my destination:
#clientKey= Client-ID of your OAuth client
--> you will get…

RNLS0176
- 115
- 4
- 13
0
votes
1 answer
Cannot create Virtual Data Model classes using Cloud SDK
I am trying to create VDMs using EDMX from SFSF, using this blog
I create a SCP Business Application template and then from in the srv module I try to add new data model from external source - in this case API Business Hub.
I try to use…

Inkers
- 219
- 7
- 27
0
votes
1 answer
Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: DUMMY / Invalid schema SYS
(Re-posting form SAP Blog)
Was trying to integrate an HANA schema and HDI container service in cloud foundry trial version with a JAVA application on cloud foundry, and encountered an error as below:
Caused by: org.hsqldb.HsqlException: user lacks…

Girish BN
- 91
- 2
- 13
0
votes
2 answers
Failed to get destinations of subscriber sub account SAP Cloud platform -CF
Getting Error Connecting to Subscriber Sub account destination connected to on-prem. system in cloud foundry from multitenant application from provider account via connectivity service and S4 SDK api .
Same arrangement is working fine with the…

SCD
- 89
- 2
- 10
0
votes
1 answer
Is the SAP Cloud SDK also able to simplify connecting to non S/4 systems?
The virtual data model (VDM) of the SAP Cloud SDK is designed to make connecting to SAP S/4HANA systems on SAP Cloud Platform easier. Is it possible to also use the virtual data model for other downstream services?

Sander Wozniak
- 650
- 8
- 27
0
votes
2 answers
Unable to host simple HelloWorld application in CF or access via local host
I am following the course "S/4HANA Cloud SDK :Create and Deliver Cloud-Native SAP S/4HANA Extensions"
Build and install of project worked as expected.
But while trying to do mvn tomee:run application doesn't open in localhost.
Neither able to host…
0
votes
1 answer
How do I assign roles to my user with SAP S4SDK/CAPM?
I'm using the SAP S/4HANA Cloud SDK (S4SDK) in conjunction with the Cloud Application Programming Model (CAPM). I have workflow and Fiori artifacts in Neo that consume the S4SDK service running in Cloud Foundry (CF). The S4SDK service is then…

Mike Doyle
- 1
- 2
0
votes
1 answer
s4sdk openSAP develop extension Course - Address not created - no put operation in mock server log
I have created mock server and it shows GET operation selecting all partners and will get a partner by id.
If I click on the Add address button there is no put or post operation in the log file.
Mock server log:
Request:…

Chris Hunter-Johnson
- 414
- 5
- 19
0
votes
1 answer
Problem deploying S4SDK application in Cloud Foundry
The project is generated using: mvn archetype:generate -DarchetypeGroupId=com.sap.cloud.s4hana.archetypes -DarchetypeArtifactId=scp-cf-spring -DarchetypeVersion=2.3.1, The project runs fine on local. Added jars for spring security, defined env with…

Rahul Pandey
- 141
- 1
- 11
0
votes
1 answer
Encode/Decode Array of SAPOData.EntityValue to CompositeStorage
I'm working with SAP Cloud Platform SDK for iOS, trying to figure out how to put an array of EntityValues into a CompositeStorage, and get them out. I'm getting error:
typeMismatch(Swift.Dictionary, Swift.DecodingError.Context(codingPath:…

Stan
- 434
- 1
- 4
- 14
0
votes
2 answers
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:
Provision of an oData service
Connecting S/4 (reading / writing)
Persistence in…

OliM
- 1
- 1
0
votes
2 answers
Can I use com.sap.cloud.servicesdk in local or NEO environment?
I would like to use the SAP Cloud Platform SDK for Service Development in order to create odata-services the fancy and simple way :-)
@Query(serviceName = "EPMSampleService", entity = "Products")
public QueryResponse getAllProducts(QueryRequest…

OliM
- 1
- 1