Create a class type for Z-objects in SAP
For a recent project, we were required to link the classification system to entries in a custom Z-table. To make it easier to understand, I’ve simplified the table structure and excluded non-essent...
For a recent project, we were required to link the classification system to entries in a custom Z-table. To make it easier to understand, I’ve simplified the table structure and excluded non-essent...
At my company, we often faced challenges when translating ABAP reports and dictionary objects. These issues were primarily caused by two factors: Dynpro (and ALV) texts can originate from diffe...
As a developer, I’m quite familiar with Git and its many benefits for version control. When I encountered the need to back up configuration files for several Linux servers I’m administrating, I dec...
Automatic suspend to RAM, also known as sleep mode or energy saving, has always been problematic on my wife’s iMac. It either didn’t enter sleep mode when idle, or it would wake up accidentally and...
I recently upgraded to a new MacBook Air 2014, replacing my aging 2012 MacBook Pro. After discovering how well Ubuntu runs on a MacBook (great OS running on excellent hardware!), I decided to insta...
Regular expressions (regex) are a powerful tool used to search, match, and manipulate strings in programming. They are widely used for tasks like validation, parsing, and transformation of text dat...