"Results table" feature in SAP Code Inspector
Maruskin Blog » ABAP
by
4M 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
Visit website
Upport Downport Overview (UDO) tool
Maruskin Blog » ABAP
by
10M 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
Visit website
Different ABAP message types
Maruskin Blog » ABAP
by
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
Visit website
What are types of ABAP development packages?
Maruskin Blog » ABAP
by
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
Visit website
Code ABAP in MS Visual Studio Code
Maruskin Blog » ABAP
by
1y 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
Visit website
How to do System/Update/tRFC debugging in new ABAP debugger?
Maruskin Blog » ABAP
by
1y 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
Visit website
How to make ABAP programs selection screen test portable
Maruskin Blog » ABAP
by
1y 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
Visit website
Switching between a Standard (New) Debugger & (Old) Classic Debugger
Maruskin Blog » ABAP
by
1y 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
Visit website
Simplifying ABAP short dumps
Maruskin Blog » ABAP
by
1y 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
Visit website
"ABAP strict" as ABAP language version
Maruskin Blog » ABAP
by
1y ago
ABAP sessions at SAP TechEd 2021 Introduction to ABAP in the Cloud objects is given only by released APIs. This means you cannot directly manipulate e.g. database tables with CRUD SQL statement. Instead there a whitelist of allowed APIs to do that. Allowed APIs are checked statically at compile time, as well as runtime. , based on Eclipse IDE platform, can be used as development tool. Remember it is about the cloud - SAP GUI is no more the ABAP developer IDE ..read more
Visit website

Follow Maruskin Blog » ABAP on FeedSpot

Continue with Google
Continue with Apple
OR