cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to create a CRUD SAP Fiori Elements app only using S/4 Public API?

iashishsingh
Participant
187

Hello,

I am exploring SAP Fiori Elements and its capabilities. I am trying to create a CRUD Fiori Elements app for S/4 HANA Public Cloud Product API. I have set up a destination for the public cloud and used Fiori generator to use a List Report template. This spins out a display only Fiori elements app which is great. However, is it possible to enable Create and Delete actions just using the annotations or in any other way without making use of CAP to extend the Product API?

Many thanks!

SAP Fiori Elements SAP BTP, Cloud Foundry runtime and environment SAP Cloud Application Programming Model 

View Entire Topic
martinstenzig
Contributor
0 Kudos

You will need a small implementation of the handler to redirect the call to the SAP Public Cloud (destination), but other than that it should be all annotations. 

iashishsingh
Participant
0 Kudos
Thanks @martinstenzig! When you say handler, did you mean UI controllers or something else? Additionally, have you come across a sample that is similar to my ask? Man thanks!
martinstenzig
Contributor
0 Kudos
I am talking about a backend handler. Here is a step-by-step we put together a couple of years ago: https://github.com/RizInno/cds-customer-stepbystep/