SAP Managed Tags: ABAP Connectivity, ABAP Development Hi, i dont't know if this is still current but there is a simple way to generate JWTs in ABAP. Have a look at this blog: https://blogs.sap.com/2019/11/10/connect-from-as-abap-to-google-cloud-platform-app-engine-resource-s....
SAP Managed Tags: ABAP Development Hi, I need to cast a data but i don't kow how to do it in ABAP. Actually, I have a variable typed QUAN (quantity i guess) and i want to concatenate it in a String variable. That's not possible. The solution i've found is to move the Quan...
Please goto /usr/sap/<SID>/DVEBMGS<inst nr> and check j2ee,SDM folder is present or not. You can also check wether SCS (i.e central services) folder is present under /usr/sap/<SID>. SMICM can be used to restart the java engine. From the ABAP point of view you can use SMICM t...
SAP S/4HANA As you probably already know, you can use the Custom Code Migration app in the SAP BTP, ABAP environment to check your ABAP custom code in an SAP Business Suite, SAP S/4HANA Cloud, private edition (or SAP S/4HANA on-premise) system (further referenced as “on-premise”...
In this blog I would like to present you with a paper dedicated to improve the security of SAP ABAP systems called “Secure Configuration of SAP NetWeaver Application
SAP has introduced a new kind of lock, independent of the database system. These are called lock objects, and allow data records to be locked in multiple database tables for the whole duration of the SAP transaction, provided that these are linked in the ABAP dictionary by foreign key relat...
When an SAP instance is stopped by an external tool, cluster reacts to this situation and tries to start the SAP instance. Resolution To allow SAP admins to control SAP ABAP application server instances that are managed by an HA cluster using the RHEL HA Add-On using tools like SAP LaMa...
19,778 SAP Managed Tags: ABAP Development Hi everybody, How do I run a transaction from my ABAP code? For example, through my ABAP code, I want to call the ME24 transaction (Maintain Purchase Order). Thanks for the help, RoyReply...
ST05 SQL tracing tool is used to find the tables that have been accessed by a transaction code. Goto following the IMG path: T.Code ST05 -> Activate trace -> Open the specific transactio, How to Find Table For Transaction Code in SAP, ABAP Forum
I am going to try the proposed solution of the data dictionary this evening. I will let you now how it turned out. Wim Reply Former Member 2005 Sep 18 4:02 PM 0 Kudos 419 SAP Managed Tags: ABAP Development Check the method GUI_DOWNLOAD of Class CL_GUI_FRONTEND_SERVICES ....