Performance analysis has always been a challenge. Analysing the Performance trace result is even a bigger challenge. ABAP Profiler is the recommended tool going forward. Check the screenshot from the SAP itself. ABAP Profiler is a powerful tool for analysing the runtime performance or to understand the flow of the code. But it can get […]
ABAP Testing and Analysis
Here is why Azure DevOps is a must-have tool for Agile (SAPUI5) projects
We were using SAP BPC 10.1 for our planning scenarios but at some point of project implementation and utilisation, we noticed BPC was not answering the requirements coming from the business users. System was full of workarounds which was far away from a stable and flexible architecture. We were creating a monster in the system. […]
Batch Job scheduling and Optimize Job Processing time
Introduction: In this Blog, we will see how to execute a Program via a Batch Job and optimize the Batch Job execution time by splitting the number of records into different sets and executed each set via Multiple Batch Jobs. The Number of records in each set and the Maximum number of jobs for this […]
S4 HANA – Debugging Validation Rules (GGB0) in F110 – Automatic Payment Program
Introduction: Validation Rule is a tool where finance consultants can implement control checks at the time of Document Posting / Save as Complete to generate messages (Error/Information/Warning) with out the help of ABAP. They also use the trace function to check whether the validation rules are working as required. Also Read: What is SAP S/4HANA […]
Understanding ABAP Unit Testing Fundamentals – Overview for Beginners
In this blog post, I will give an introduction about unit testing fundamentals and the basic concepts of Unit Testing. I will also give an example of a very simple unit test in ABAP, covering positive and negative scenario. This blog is particularly for absolute beginners who would like to start off in a systematic […]