Set a baseline for your ATC
Did you know that you can set a starting point for ATC and, thanks to that, be able to run ATC in legacy code?
Did you know that you can set a starting point for ATC and, thanks to that, be able to run ATC in legacy code?
When a porcelain object breaks in Japan, sometimes instead of throwing it away, they mend it. But they don’t mend it just any old way; they mend it with gold. This technique is called Kintsugi.
It is a common practice in ABAP to use MODIFY instead of INSERT and UPDATE. Do you do it too? Tell me why. Is it laziness? Is it fear? Is it just a matter of “whatever”? Or is it more like “screw it”?
The broken window theory says that if a window in a building is broken and not repaired quickly, people will be tempted to throw stones and break the other windows.
In the ABAP world, the rule is to do it once and never touch it again. Once done, forever frozen. What nonsense.
You’ve been asked to create a new feature. You’re ready to build it. But hold your horses. Before you start, I suggest you find answers to a few questions. Finding a good answer to each of them is fundamental to ensuring that what you build is solid and elegant.
Every time you switch contexts, you lose the thread slightly. It’s human nature. So the less you do, the better.
I read somewhere that Eastern mathematicians tend to solve a different kind of mathematical problem than Western mathematicians do.
You Ain’t Gonna Need It means Do what you want, but don’t say I didn’t warn you. Just kidding. Not really.
It’s very easy to mess up with object names in SAP. I recently found a way to minimize that problem: set rules to fix per-package prefixes for certain object types.
Did you know that you can finally make radical changes to a development without fear because there is a simple way to undo all those changes?
OO exceptions always need a parent. They always have to inherit from somebody. And ABAP gives them 3 alternatives.
In SE24 the class code is partially hidden from the programmer behind a GUI. This is apparently convenient but ultimately limitative.