Maruskin Blog » ABAP
80 FOLLOWERS
Martin Maruskin is working as a Business Intelligence consultant (at percept ltd.) in SAP area specializing on SAP NetWeaver (BW, BI). Certified as SAP NetWeaver Business Intelligence consultant. Learn more about ABAP, tutorials, features and more!
Maruskin Blog » ABAP
5h ago
ABAP Cloud Technical use cases and recommended technologies and perhaps, eventually to ). Then the steampunk is internal name for the ABAP environment in SAP BTP, which offers a subset of classic ABAP functionality optimized for cloud development. Since then, the ABAP Cloud became also available in all SAP S/4HANA editions means it is present on the SAP S/4HANA stack ..read more
Maruskin Blog » ABAP
1y ago
The "Results table" button is a new function that is added into SAP NetWeaver system as of SAP_BASIS 702. ". It is a button on SCI’s toolbar ..read more
Maruskin Blog » ABAP
1y ago
Technically the UDO tool is implemented by ABAP program called SAP_LOCAL_DOWNPORT_ASSISTANT associated with t-code UDO and it is a part of SAP Software Logistics Toolset. . The UDO report is published in specific SAP Note on SAP ONE Support portal and it can be downloaded from there. When the UDO report is executed (e.g. in customer system) it takes care of the DDICs and documentation and creates and activates them in the target system ..read more
Maruskin Blog » ABAP
1y ago
At first sight, one may say that message type A and E are the same. However, there is a difference. In case, message type the program is ultimately terminated after the message is raised and it cannot be resumed in this case. In case of message type, the error message raised and program processing is interrupted. Once the message is acknowledged, processing can continue ..read more
Maruskin Blog » ABAP
1y ago
– Stores BW Easy Query generated objects. The package is created automatically upon first easy query generation. It includes all generated BW Easy Query objects such as the function modules. Package Builder. All the packages are stored in table ..read more
Maruskin Blog » ABAP
2y ago
MS Visual Studio Code download page ABAP remote filesystem for visual studio code ). I choose a version for MS Windows OS. Notice that you can even installed in MS Windows machines where you do not have an administrator rights granted. Once it is installed open the extension part of it from left side. Here type ABAP remote filesystem for visual studio code to search for this plug. Once it is found click on little blue Install button to get it installed ..read more
Maruskin Blog » ABAP
2y ago
I got used to do an update tasks debugging directly selecting it from the Debugger’s menu. After some time not using it I got confused that this settings was moved to the separate pop up and it took me a little while to find where the activation of update debugging is :-) menu of the ABAP debugger ..read more
Maruskin Blog » ABAP
2y ago
While ABAP report developing; standard developer tools are having an option how to enter texts to elements of selection screen . It is available within t-code SE38 in menu Goto -> Text Elements -> Selection Texts. However, maintain the text in this way makes our ABAP programs not portable. This is because the texts entered there are not part of the source code. In case we want to move the program from one system to another just via copy & paste the Selection Texts won’t be moved and they need to be entered into target system again manually via the menu path ..read more
Maruskin Blog » ABAP
2y ago
Switching the default debugger using above ok-codes is valid for the current logon session only. After the re-logging to SAP GUI it won’t be valid anymore. . Similarly, the Old ABAP Debugger is called ..read more
Maruskin Blog » ABAP
2y ago
The authorization check is performed in method CHECK_USER_AUTHORIZATION_ST22 of class CL_ST22_TOOLS. - Hiding sensitive information from Short Dumps (ABAP ..read more