SAP Managed Tags: ABAP Development In the ABAP Keyword Documentation, in SCN blogs or in other demos you might have recognized the usage of class CL_DEMO_OUTPUT. This blog in two parts will explain that class a little bit closer. Part 1 explains its usage while Part 2 will have a look...
All in all, the classes might serve as patterns for your own (productive) classes but then it is your own responsibility. Please be aware, that it is not "SAP" that is shirking responsibility here. The classes are just the product of ABAP documentation writers playing around for their own...
SAP Managed Tags: ABAP Development Hello Tomas, in the blog he is using, mmm open SQL while in my case SELECT VBRP~VKORG_AUFT VBRP~MATNR vbrp~fkimg INTO CORRESPONDING FIELDS OF TABLE i_final FROM vbrp WHERE VBRP~MATNR IN S_MATNR. cl_demo_output=>display_data( i_final ). here...