jonash01
Explorer
Member since ‎03-14-2022

User Statistics

  • 32 Posts
  • 0 Solutions
  • 9 Kudos given
  • 0 Kudos received

User Activity

Hey, I am following this blog How to create External API using custom CDS view on S/4 Hana Cloud | SAP Blogs and I am using the trial version of the public cloud SAP S/4HANA, Public-Edition-Testversion. Under the extensibility section I only find...
Hello, i have some problems with this codesnipped: private rfcPools: Map<RfcConnectionParameters, Pool> = new Map();let pool = new Pool({connectionParameters: connectionParams});this.rfcPools.set(connectionParams, pool);client = (await pool.acqui...
Hello,I created a RFC which is used as Odata Service. In Fiori I m calling this OData Service but I cant catch any errors although there are some errors in the browser console. FUNCTION Z_PRODCONF_RFC IMPORTING VALUE(IN_AUFNR) TYPE AUFNR ...
Hello, i want to add a link to an external website that leads to my Fiori app. However I want to get a pre filtered view in the app, so I want to pass some parameters or filter the app by the URL. If you have any idea how I can archieve that, i w...
Hello, I created a simple List Report with some filters. In my CDS View I renamed the fields with @EndUserText.label. But in my filter selection, some fields are named something like "char12". Do you know how I can solve this?In my table the fields...