Rodrigo-Giner
Active Contributor
Member since ‎01-17-2006

User Statistics

  • 419 Posts
  • 39 Solutions
  • 8 Kudos given
  • 84 Kudos received

User Activity

Hi, I'm really struggling trying to understand this. The RAP can be used on ABAP Enviroment (Cloud) and OnPremise S/4 HANA 1909. I understand the technicall concept of using RAP in the ABAP Enviroment on the cloud, even though so far IMHO it seems ...
Hi Folks, this code works fine but just out of curiosity is there a way to implement this code using the NEW operator? DATA lo_obj TYPE REF TO zabstract_class. CREATE OBJECT lo_obj TYPE (variable). "variable = 'ZSUB_CLASS'. lo_ob...
Hi Folks, this is driving me crazy, can someone enlight me. I have this code Definition Class-Methods: validate_data IMPORTING t_data TYPE REF TO DATA. Implementation METHOD validate. TYPES: type_ztabname TYPE TABLE OF ztabname. FI...
Hi, I want to show a source code highlighted, something like transaction SCOV does to show coverage code. The transaction uses class CL_SCOV_GUI_SOURCEEDIT_STMNT (inherit from CL_GUI_SOURCEEDIT) but this class is highly integrated with SCOV dat...
My goal is to know what part of the source code (mainly custom) were executed from a functional point of view, hightlight the source code to know the paths the program took. Something like the flow graph of a SAP workflow were you can see the flow th...