kammaje_cis
Active Contributor
Member since ‎03-01-2007

User Statistics

  • 2,691 Posts
  • 437 Solutions
  • 312 Kudos given
  • 627 Kudos received

User Activity

I am using 'ABAP Programming Model for Fiori" (such a long name) for building my new custom Fiori application. I am on S/4HANA 1909 and that is why I am not using RAP yet. I have created MDEs and added sections and subsections for the object page....
I am locally running the approuter in VSCode. locahost:5000 is where approuter is running. Within xs-app.json I have specified "welcomeFile": "/process-designer.html" So when I call http://localhost:5000, it gets redirected to http://localhost...
I am building a nodeJS application (not CAP), and I need to fetch a list of destinations configured in the BTP cockpit. I am aware of Destination REST APIs but want to make use of SAP Cloud SDK to make the interaction simple. I see that in SAP Cl...
I want to use the Event Mesh to create a extension scenario. I see in Discovery Center that Event Mesh has its own pricing model. Do I need to subscribe to 'Integration Suite' (expensive !) as a prerequisite for subscribing to 'Event Mesh'?
I have named my scopes and roles differently. Say my scope is named as 'manager_scope' and the role containing it is named as 'manager'. So whenever I use @requires annotation in cds definitions, or use the API 'req.user.is', I see that I have to u...