abapbydk.hashnode.devObject-Oriented Programming in SAP ABAP: Concepts and PillarsObject Oriented Programming (OOPS) plays a crucial role in modern SAP ABAP development, especially with the introduction of ABAP objects. Unlike procedural programming, OOPS helps developers write cleFeb 20·13 min read
abapbydk.hashnode.devIntroduction to New SAP ABAP SyntaxSince SAP introduced ABAP 7.4, a new and modern ABAP syntax was added. Many developers still use traditional ABAP syntax but the new syntax can increase the efficiency of the code, improve the readability and make code shorter and cleaner. In this bl...Nov 20, 2025·12 min read