johannes_gerbershagen11
Explorer
Member since ‎2019 Apr 28

User Statistics

  • 36 Posts
  • 0 Solutions
  • 0 Kudos given
  • 118 Kudos received

User Activity

In this blog-post i want to mention some caveats when implementing SAP for new countries or regions. Primary focus is the ABAP developer perspective, the translation and not the customizing topics.Regional DifferencesDue to business and legal require...
In this blog post i want to show how to connect Microsoft Power BI to SAP data using OData services. Mircosoft Power BI In the Microsoft Power BI desktop app an OData-Feed must be added as a datasource. The app will ask for the URL. The URL should i...
Often in development variables doesn't contain exactly what they supposed in particular when we put constraints to these variables. An typescript example: In this project a image gallery should display images in a slider on a webpage. The first image...
In this blog post i wanted to show some ideas how to work with aggregation expressions in CDS-View-Clusters. CDS-View-Clusters are my term for a bundle of Basic-, Composite- and Consumption-Views, which are chained together as a virtual data model. A...
As i mention in my last blog-post randomize tests help discoving issues, which aren't found by static tests. A big challenge for randomized test is the result verification part. We need some kind of reference model for verification. In this blog-pos...