Introduction
In this blog, we will look at how to implement functions in Cloud Application Programming Model and invoke the functions in local host.
Custom Functions
Within service definitions, you can additionally specify actions and function...
EP3: Event Handlers in SAP CAPM
Node.js APIs is both for design-time as well as runtime usage. All APIs can be accessed through the singleton CDS facade object.
const cds = require('@sap/cds')
These APIs are the center of all cds operations, for exam...
SAP Cloud Application Programming Model
Welcome to the SAP Cloud Application Programming Model (aka ‘CAP’ with silent ‘M’). This blog introduces the key concepts and design principles of CAP, complemented with best practices and a features overview.
...
What is SAP Business Application Studio?
SAP Business Application Studio is a new SAP Cloud Platform service in SAP Cloud Foundry which offers a modular development environment tailored for efficient development of business applications for the SAP I...
SAP Conversational AI
SAP Conversational AI can help you improve employee productivity, customer retention, and revenue by providing an end-to-end enterprise bot-building platform and a powerful digital assistant.
The bot builder gives you access...
Hi Uli,
Hope you are doing good!
This blog is focused on setup the git in Business Application Studio.
You can access the CLI on Business Application Studio Which is IDE available on SAP BTP.
Thanks
Nikhil Puri
Hi Vinoth,
Have you created the bearer token as defined below.
var header_token = "Bearer" + " " + acc_token;
Make sure in the second call, the destination should be created as no authentication
Second Destination with authorization NoAuthenticat...