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....
In SAP Abap CDS, how to do ltrim and implement fuzzy search former_member612312 Explorer 2020 Jul 13 7:16 PM 1 Kudo 4,536 SAP Managed Tags: ABAP Development I want to do fuzzy search on a field which has leading zeroes, so need to first ltrim the zeroes and implement ...
I needed to move a user group, 2 infosets and 3 queries from a 4.6 system to a 4.7 system. When I tried doing this via the SQ* transactions I did not get the import/export option, so instead ran RSAQR3TR. Step 1. Run RSAQR3TR in 'old' system. Select EXPORT and specify th...
CHECK sy-subrc EQ 0. LOOP AT icdshw. CHECK icdshw-text_case EQ space. MOVE-CORRESPONDING icdshw TO itab. MOVE-CORRESPONDING icdhdr TO itab. MOVE icdshw-tabkey+3 TO itab-matnr. APPEND itab. ENDLOOP. ENDLOOP. ENDFORM. "CHANGEDOCUMENT_READ </pre> Final Words This concept of change...
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
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
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 or the SAP Management Console (MMC), the SAP HA Interface must be enabled. SAP Start Servicesapstartsrvcontrols the SAP instances, and...
SAP Business Planning and Consolidation, version for SAP NetWeaver SAP Business Planning and Consolidation ABAP Development Programming Tool View products (2) Hi Folks , I have come across a requirement to call a abap program from Badi implementation . If anyone any have any idea about this ,...
former_member214084 Participant In response to Former Member 2014 Jul 16 5:03 PM 0 Kudos 311 SAP Managed Tags: ABAP Development Hi Max, I tried my self ,however I am able edit the query & somehow that record is showing in debugger in that internal table also. Now issue sta...
Double click on the screen program name (SAPMV60A) to display the ABAP codes executing behind this VF02 transaction screen. When the ABAP report is displayed, choose Goto > Attributes from top menu options. When the ABAP program attributes is displayed, copy the program package name. In our...