igor_simonovic
Explorer
Member since ‎09-06-2019

User Statistics

  • 23 Posts
  • 1 Solutions
  • 19 Kudos given
  • 44 Kudos received

User Activity

Introduction. As ABAP developer creating custom code (less than 10KLOC) for various user stories, when I started with object-oriented programming (OOP) in SAP, I had to start to solve below design problems: what the design should contain, how mu...
Hello, when we are coding in Eclipse , how can we make sure that connection to SAP client (where the code resides...7.4 release in my case) is secure? Is it encrypted by default? Can we set up in Eclipse for example to use only HTTPS connection to SA...
I will write here my experiences with a journey from SAP procedural programming, manual unit testing to SAP object oriented programming and test driven development (TDD).When I was programming my first ABAP programs I was studying also SAP educs abou...
Hello, how is possible to use cl_abap_testdouble framework as a spy -- as a check that the mock was called with some exact calling parameters? I have a cut where I isolated dependency , I created a global interface and I need to check that my mock wi...
Hello community,when I create unit tests and I declare test methods using "FOR TESTING" then I have seen that sometimes is used FOR TESTING with "RAISING cx_static_check" . What is the purpose of this? Every method declared as "FOR TESTING" needs ...