DATA(gui_flag) = xsdbool( cl_demo_sap_gui=>check( ) ). CALL TRANSFORMATION id SOURCE gui_flag = gui_flag RESULT XML DATA(xml). DATA(writer) = cl_sxml_string_writer=>create( type = if_sxml=>co_xt_json ). CALL TRANSFORMATION id SOURCE gui_flag = gui_flag ...
SAP Managed Tags: ABAP Development Hello Reena As a temporary workaround you can modify the class CL_HRPAY00_CLC_UTILITIES. Just add the type-pool ABAP on the tabstrip Properties to the class definition. The type-pool ends up in the public section of the class: class CL_HRPAY00_CLC...