IntroductionMigrating SAP Fiori applications to the BTP Cloud Foundry environment can be a complex but necessary task, especially given the impending sunset of the SAP NEO environment on December 31, 2028. This blog aims to share my personal tips for...
Dear Community,In the scenario of creating an SAP Fiori Elements application with RAP and OData V4 on S/4HANA Public Cloud, I'm using a standard CDS for value help consumption (e.g. I_ProductStdVH), using the well kown and documented @Consumption.va...
Hello Community,
in a ABAP CDS view,
I want to use the ASPECT pfcg_auth to check authorizations not for the current user but for a specific user, just as I can already do in ABAP using the 'FOR USER' statement when performing an AUTHORITY-CHECK....
Hello Community,
I'm writing this blog to talk about consuming Cloud Foundry APIs (like CAP services or Build Process Automation APIs) from ABAP Cloud. Let me share a bit about why I'm writing this: recently, I had to figure out how to use Build Pro...
Hi community,
I would like to download the SAML 2.0 Metadata from my BTP Abap Environment (Free Tier),
I select the "Own System" in "Communication Systems" but when I try to download the XML I receive this error,
is there something I'm missing...
I had to implement something very similar recently, and I encountered issues when trying to call a static action RAP using editFlow.invokeAction from an enhanced Fiori Elements List Report App.I was only able to resolve it by following this post that...
Thanks to your code, I was also able to successfully invoke a static action RAP, and I'm using version 1.120 as well.I don't understand how it's possible that this isn't documented—I thought I might have been doing something wrong, but it seems like ...
Hi Carlos,I found your blogs on this topic very interesting. I can't understand if it is possible, in a SAP Fiori application that defines a foreign-scope from a backend/cap app, to avoid defining an additional role-templates and frontendscope, but u...