perage
Participant
Member since ‎08-24-2014

User Statistics

  • 175 Posts
  • 7 Solutions
  • 65 Kudos given
  • 20 Kudos received

User Activity

Hi, I'm fetching a large number of products from the API_PRODUCT_SRV/A_Product service and have ran into som issues with $skiptoken, $top and the __next url parameter. Before I create a ticket to SAP I'd like to verify that my suspicion is correct....
Hi, I've created CDS views to analyze in SAC.I followed a few blogs but can't get the date hierarchy to work. https://blogs.sap.com/2022/11/03/sap-analytics-clouds-stories-with-s-4hana-live-cds-time-variance/ 1. I've associated cats.workdate to...
Hi, What is the best practice for having a test version of an app connected to QAS environment while a productive version is live? Is there any drawbacks by just having two destinations in BTPms and swap them out in the configuration file of the ...
Hi, Got our operation team to set up principal propagation in SCC and S/4HANA. Is there something need to change in the app config? The onboarding now complains that oath token got rejected. The only change I did was changing the authentication on ...
Hi, I need to query the oData in SAP backend with a lots of keys, e-g salesOrders fetched from another source. How can I construct that query so that it is an array of keys? e.g let selectedOrders = allOrders.map( { $0.isSelected } ) let que...