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...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. Comment Labels in this area - SAP 1 @sapcommunity 1 A Comprehensive Guide to Using OLE Objects in SAP ABAP 1 A Dynamic Memory Allocation Tool 1 A Unit Test...
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...