ABAP Testing and Analysis
481 Blog Posts
166 Contributors
-
Foreign ABAP Unit Tests Yes, we are all familiar with ABAP Unit Tests and the principles of test driven development. If not, there are a lot of blogs and literature around ABAP Unit Test Framework. I will link a few at the end of this blog as well... Read More »1Comment10Likes
-
This blog is the follow-up on the blog How to enable clean code checks for ABAP, which describes how the code pal for ABAP checks can be used in the Code Inspector and ABAP test cockpit to check your code for the adherence to the Clean ABAP style... Read More »11Comments10Likes
-
This blog is for beginners who are new to ABAP Test Cockpit. It provides a comprehensive tutorial on the basics of ABAP Test Cockpit, including how to create and run test cases, how to manage test data, and how to analyze test results. Provides a... Read More »0Comments12Likes
-
Are you tired of long-running, unstable tests? Test Isolation might help with that. In most technology stacks, there is an abundance of frameworks and tools to help with that. But in the ABAP environment, there are fewer open source libraries to... Read More »11Comments24Likes
-
Since SAP S/4HANA Cloud, public edition 2208 it is became possible to create development projects in a 3-system landscape using Developer Extensibility. This enables you to develop ABAP custom code using the principles of the ABAP Cloud... Read More »7Comments28Likes
-
This is—for the time being—the last blog post in my series Use ST05 to Analyze the Communication of the ABAP Work Process with External Resources. Previous blog posts in this sequence have mostly dealt with the ST05 tool itself, or with complete... Read More »2Comments14Likes
-
At a guess, many of you will have had reasons to use the SAP standard transaction CODE_SCANNER to search through ABAP code in order to find a specified string. I hadn’t known about this old transaction until happening upon the blog post by... Read More »4Comments11Likes
-
Hello Everyone, Although ABAP programmers are typically credited with creating custom reporting, this may not necessarily be the case for straightforward and general reporting that isn’t heavily dependent on calculations. SAP has a robust... Read More »1Comment10Likes
-
2.1 Logic and BADI for addition of custom fields: Here all data is coming in XML format. Hence XML based Adobe form needs to be created. Layout and @30 custom fields need to be added and mapped to the form. SO its better approach with creation of... Read More »2Comments4Likes
-
Introduction: In the world of ABAP development, efficient data retrieval is crucial for optimal performance and seamless user experience. ABAP Core Data Services (CDS) views provide advanced techniques to leverage the power of the underlying... Read More »1Comment2Likes