top of page


Understanding Enhancements in ABAP - A Practical Guide for Developers
Enhancements in ABAP let developers extend standard SAP functionality without modifying original code. This blog covers key enhancement types implicit and explicit enhancements, enhancement points and sections, BADIs, and enhancement spots with simple examples. Learn how to add upgrade-safe custom logic while keeping your system clean and maintainable.

Yasin Serinyel
Jul 295 min read


🔐 User-Specific Authorization in SAP SD Module: Ensuring Secure and Controlled Access
Security and authorization management are critical components across all SAP modules, and the SD (Sales and Distribution) module is no...
Yunus Emre DOĞAN
Jul 282 min read


Delivery GI Posted' Condition in SAP Delivery Outputs: Routine Assignment and Testing
This article demonstrates how to assign and test a condition routine for SAP delivery outputs. By linking the ‘Delivery GI Posted’ condition to an output type, we ensure that the output is only triggered after the Goods Issue is posted—enabling better control and accuracy in document handling within outbound delivery processes.

Oğuzhan VURUŞKAN
May 302 min read


Using SAP Firefighter ID from an ABAP Perspective: Monitoring and Auditing Emergency Access
In SAP systems, Firefighter ID allows controlled, time-limited access to production environments for urgent cases. This blog explores how ABAP developers can monitor and audit Firefighter activity, using log tables like /VIRSA/ZVFATLOG and tools like SM20. It also demonstrates how to generate reports programmatically with ABAP. Ensuring traceability of emergency access is critical for system security and compliance.

Yasin Serinyel
Apr 302 min read


Implementing Secure Authorization in ABAP: Best Practices for Using AUTHORITY-CHECK
Ensuring proper use of AUTHORITY-CHECK in ABAP is key to SAP security, avoiding risks and optimizing performance for efficient authorization

Yasin Serinyel
Mar 224 min read


Data Privacy in SAP: Implementing Data Masking with ABAP
Protect sensitive data in SAP with ABAP data masking. Learn key techniques to prevent unauthorized access and ensure compliance.

Yasin Serinyel
Feb 284 min read


Exception Handling in ABAP: Turning Errors into Opportunities
Effective exception handling is crucial for building stable and user-friendly ABAP applications.

Yasin Serinyel
Jan 293 min read


Finding SPRO IMG Menu Path of Transactions with Known T-CODE
Finding SPRO IMG Menu Path of Transactions with Known T-CODE

Oğuzhan VURUŞKAN
Jan 291 min read
bottom of page