mwn
Participant
Member since ‎2016 Mar 10

User Statistics

  • 68 Posts
  • 1 Solutions
  • 7 Kudos given
  • 56 Kudos received

User Activity

In traditional SAPGUI based ABAP reports, we use PARAMETERS to collect input from the user, and WRITE statements to provide some output.With web based front ends, this is no longer possible, which led me to a possible solution.We have two new tables,...
Trying to follow which transaction codes are used by a specific PFCG role is quite easy to find with SUIM, but navigating from derived roles to imparting roles is not as straight forward.I decided to generate some CDS views and a Fiori Elements app t...
While trying to access the Datasphere trial I get this error
Is there a way to set a breakpoint at a non-executable line in a class using ADT?I have a class which inherits from another class. I want to debug my class, so that I can see my class constructor executing the class constructor of the superclass. The...
The contents of the SAP Fiori Launchpad (FLP) are organized by spaces, pages and tiles.The tiles themselves can be static, where the name and description are predefined, or dynamic, where extra details such as a status or a counter can be added at ru...