Questions tagged [sap-cap]

Use this tag for questions about the framework "SAP Cloud Application Programming Model" (SAP CAP) together with either [node.js] or [java] if applicable.

SAP Cloud Application Programming Model (SAP CAP) is a framework which consists of languages, tools, and libraries for building design-agnostic backend services (mostly services) according to the latest best-practices.

For more information, see https://cap.cloud.sap/docs/about/.

38 questions
0
votes
1 answer

Facing SQlite3 module not found - SAP CAP sample

I am getting error when running CDS WATCH from SAP trail business app studio for one of the samples. I tried npm i sqlite3 -d and different options, but none gave me a luck ... Below is console stack error log. any helps are…
Rajesh Kelam
  • 13
  • 1
  • 7
0
votes
1 answer

Does Select Query Support execBatch() in HANA?

I am doing local development for SAP CAP with Nodejs project in VSCODE. I am connected to XSA Server. I am trying to create hana database user in XSA environment. I want to first check if the list of users that my app will create is already existing…
0
votes
1 answer

How to cast a property of type Edm.String to numeric in Odata V2

I am querying a Odata V2 service. The entity Foo has a property Bar of type Edm.String . Bar is a time in milliseconds that, sadly, was defined as a string. E.g. "1597091642312". How can I query Foo for results where Bar is only after a specific…
Kjeld
  • 444
  • 4
  • 14
0
votes
1 answer

SAP Cloud Application Programming Model Integration

I try to integrate already implemented SAPUI5 application with CAP in order to use SQLite database. In my models I have a property called Order and as you may know, Order is a reserved keyword in SQLite. entity MyEntity{ key ID : Integer; Name:…
0
votes
1 answer

How to overwrite generic ODATA expand handling functionality

We are currently working on performance issues with our provided OData interface, since the UI5 issues a read request with multiple expand paths attached. Due to the generic handling of the request by the framework this leads to an additional…
Tim L.
  • 224
  • 2
  • 11
0
votes
1 answer

CAP - Gateway Timeout - How to increase the time out of incoming request

I trigger a Post Function Import (Action in CDS), this would typically take about 2 minutes for processing. The POST operation was successfully completed in JAVA, however I get a Gateway Timeout. How to increase the timeout of incoming requests? I…
0
votes
2 answers

Can I deploy a react-app to the SAP Cloud Platform?

Is it possible to deploy a react-redux application to the cloud foundry environment of the SAP Cloud Platform and is it a supported way of the new SAP Cloud Application Programming Model ? I cannot find any official resources on that so far.
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…
1 2
3