SAP Cloud Application Programming Model: Stored Procedure as Action

Опубликовано: 01 Октябрь 2024
на канале: SAP Developers
3,640
29

We were asked a recent question about how to create an Action within SAP Cloud Application Programming Model and using an SAP HANA Stored Procedure as the implementation of the action. This video was created in response and builds a small example application that does exactly that.

0:00 Introduction
1:02 Create new project
2:19 Add Entity
3:49 Create HDI service instance
4:56 Create default-env.json for building/testing locally
5:59 Adjust/expand package.json
7:31 CDS build and then deploy to HANA
9:27 Create HANA Stored Procedure
11:48 Create service with action
13:09 Create REST Client test
14:38 Create service handler for the action
17:08 Successfully test end to end
19:24 Closing