joachim_gross
Explorer
Member since ‎12-28-2012

User Statistics

  • 19 Posts
  • 0 Solutions
  • 1 Kudos given
  • 16 Kudos received

User Activity

This is part 3 of my series regarding migration function groups. Starting Blog is Part 1 of 3 Now i will discuss the necessary adaptions in the callers to use the new code artifacts. Post Creation Effort Caller Adaption vs Function Group change Al...
This is part 2 of my series regarding migration function groups. Starting Blog is Part 1 of 3 In this part I will handle the conversion and the reasonable and necessary code adaptions. Exception class Classic exceptions should be converted to clas...
Intro Nearly two years ago I had a discussion on how one could introduce Test Driven Development and unit testing into old fashioned procedural code esp. into function groups. The outcome was that a bigger refactoring of the function group into OO-ar...
Hi, i hope someone can help me.I have created a procedure within HANA-WebIDE:It is callable by another proc without any problem.But when I try to call it via my AMDP i get some strange error messages:Any ideas what these messages want to tell me?Syst...
I need to know a way to find out the name of the currently running method.eg:method abc.data: m_name type abap_methname.m_name = xxx->current_method( ).endmethod.m_name should be 'ABC'.If course i know the name on design time but it is not my aim to ...