Questions tagged [sap-cloud-sdk]

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.

304 questions
1
vote
1 answer

Cant Schedule Job ErpConfigContext

i'm trying Schedule a job with Quartz and Cant Schedule ErpConfigContext , when i do a request, works fine. But in scheduled job, this return a error. //Request working protected void doGet(HttpServletRequest request, HttpServletResponse response) …
Diógenes
  • 11
  • 1
  • 4
1
vote
1 answer

xs-app.json/routes/0: Format validation failed (Route references unknown destination "service-destination")

trying to install the approuter currently, following this tutorial: https://blogs.sap.com/2017/07/18/step-7-with-sap-s4hana-cloud-sdk-secure-your-application-on-sap-cloud-platform-cloudfoundry/ When pushing the approuter to CF, I get an destination…
RNLS0176
  • 115
  • 4
  • 13
1
vote
2 answers

How to get the eTag(MetaData) from a DocumentInfoRecord get() call in SAP Cloud SDK for javascript?

I use the SAP Cloud SDK for javascript to handle DocumentInfoRecords. An update of a DIR caused the error 428. So I need the etag of the request like in the SAP Cloud API. How can I get the etag from the GET request or generally header response…
HSSE
  • 33
  • 6
1
vote
1 answer

Unable to doPost because app allways send me the header "x-csrf-token: require" HTTP 403

i've got a doGet working but when i follow try to do de doPost, i get a 403, I think it's because the server allways send me the header "x-csrf-token: require", but the strange here is that I desactivated before these lines: