rainer_winkler
Contributor
Member since ‎10-23-2006

User Statistics

  • 124 Posts
  • 5 Solutions
  • 125 Kudos given
  • 113 Kudos received

User Activity

Overview The SOMIX suite is designed to give developers an overview of complex software landscapes. The suite contains extractors that create a model of the software in the SOMIX metamodel format. The SOMIX model is then used by special tools to crea...
I will give an example how to start with ABAP unit test. I start with a simple migration ABAP migration report. The report reads and change data on the database. So the unit test has to cope with external dependency. Code without external dependency ...
Automated tests have become an important part in my professional life as a software developer. However, you cannot always avoid external dependencies of individual methods you want to test. The more dependencies you have, the more cumbersome testing ...
After 1 1/2 years of using the ABAP Test Seam statement, it is time for a blog where I describe the patterns I am using when I use this statement. You can use Test Seam in classes and functions. It is also possible to use Test Seams in local classes...
It is now quite common that SAP Inside Tracks happen at a Saturday. The Friday before is often used for a code jam. Attending an event on Saturday is convenient and cheap for the participants. No need to use holidays or arrange with the company or c...