IntroductionIt is common to need one line for a specific table on SAP. For example, most part of the companies that I worked you can get the Purchase Order plant from EKPO, because it is always the same.Unfortunately, CDS does not provide a way to do...
IntroductionThe Fiori UI5 demo kit works perfectly for most part of the examples. For this one particularly, my complain is that it does not import the file on the frontend, but the File Uploader calls the backend instead (or maybe I missed something...
When I started to read about S/4HANA, my first Google was "How to develop on S/4HANA". I could not find any easy guide on how to develop it on the "new world", should I use ABAP, or should I use CDS View? Why should I use BTP if I can develop a syste...
I was configuring a job on SAP BTP and I noticed the Alert Notification On and Off option. As I could not find any blog about it, but only an unanswered question, I decided to create this blog.
Setting the SAP Alert Notification Event
When we configu...
I've been following the SAP HANA Basics For Developers on Thomas Jung Youtube channel since the part 1 and now I am facing a problem to expose my CDS as OData V4, as shown as attachment
I created this project using the SAP Web IDE, so the folder wa...
Hi @Marian_Zeis The first post that you shared does not work, you can check the comments. The second one is great, but I could not find it, maybe because of its title1. I personally disagree. There is no example with the change event, which makes it ...
Hi @mark_fryu Please, check the link belowhttps://community.sap.com/t5/technology-q-a/how-to-call-a-odata-servie-of-btp-from-abap-report/qaq-p/13921570
Hi @AliCakir Check on your srv > fileName.cds if set a path. If so, it cannot start with '/', otherwise it will not generate the v2 URLFor exampleWRONG:@path: '/service/MyServiceName'service MyServiceName {CORRECT@path: 'service/MyServiceName'service...
Hi @MioYasutake I found your article and replicated your steps, but the total did not work too. I could make the totals work for the analytical table, so you can update your postOn the app annotations.cds, this is how I configured it. using CatalogSe...