former_member566586
Active Participant
Member since ‎03-29-2018

User Statistics

  • 77 Posts
  • 2 Solutions
  • 44 Kudos given
  • 282 Kudos received

User Activity

Right after you learn to include helpful messages in your test failures, you will immediately encounter the problem of failure messages which are incredibly long. If only the test runner wasn't so one-dimensional! Luckily, while procrastinating on ...
A new release of the Eclipse IDE came out yesterday. I wanted to make you aware of some important features of this release which are not as prominent in the release notes. Performance There's two important points about performance hidden at the botto...
In order to reduce the use of plastics, I propose from now on we all use rocks rather than ducks as a more sustainable alternative to rubber-duck debugging. For those unaware, In software engineering, rubber duck debugging is a method of debugging co...
Many of the resources we have on ABAP might be old, but they still frequently show up on top positions of search results. I encourage you to correct incorrect information you stumble upon, even many years later. Here is my attempt to thoroughly solv...
Context: I recently encountered a situation where my usage of the type c1 did not compile on someone else's system. I mistakenly thought c1 was a builtin type, but it is actually a data element defined in package APPL->CCMB. Thinking I can't be t...