ceedee666
Active Contributor
Member since ‎07-02-2008

User Statistics

  • 807 Posts
  • 84 Solutions
  • 199 Kudos given
  • 626 Kudos received

User Activity

Between April and June 2022 my colleague Stephan and I taught a Python MOOC on the openSAP platform. The course was named Python for Beginners. It was very popular with over 40.000 participants and very well received. Many participants asked the foll...
Hi all, I was playing around with CAP a little bit and tried to model a 1:n relation in my data model. For example consider an order and order items. What I try to express in the data model is that there needs to be at least on item for each order....
Hi all, I'm currently facing the following problem. I can't connect to the ABAP Cloud Trial using the latest ADT (running on MacOS in eclipse 2020-03). When I try to connect using the service key I get the following error message (see attached scre...
Hi all, I have the following problem. I create a CDS view and on this basis an OData service using the Reference Data Source approach. This is an excerpt of the CDS view: /* Definition of the VDM view type */ @VDM.viewType: #CONSUMPTION /* BOPF ...
Introduction Recently I was reading about software metrics for a customer project. In particular I looked at the cyclomatic complexity (aka McCabe complexity) and the Halstead complexity. There are known issues with different complexity measures as w...