python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error while binding service instance in SAP CAP using external service
In SAP CAP, I am following this Blog example link for creating CAP project consuming an external service. However, during deployment to Clound Foundry, I encountered an error below:
Error encountered ...
Takao Baltazar
Votes: 0
Answers: 0
SAP CAP switch off annotations of specific service
i woul'd like to use a sap cap service in an c# application (odata feed service/odata client). This odata client doesn't work with annoations in the $metadata file.
How can i switch off all annotation...
Maxi Dietz
Votes: 0
Answers: 2
SAP CAP using cds.User attributes
I authenticate on the server by feeding req.user with an instance of cds.User, and I add some attributes:
User {
id: '110226363079182595683',
attr: { name: 'depth1', email: 'depth1@protonmail.com'...
depth1
Votes: 0
Answers: 1