Introduction The SAP landscape has evolved significantly, with businesses seeking simpler, more efficient solutions that offer excellent user experiences. Many organizations remain deeply embedded in the SAP ecosystem, primarily focusing on ABAP over other languages. So, is it possible to develop feature-rich applications without other frontend languages? Yes, leveraging ABAP with RAP (ABAP Restful Application […]
ERP
SQL Scripts in SAP HANA
One of the best techniques to achieve code-to-data paradigm, allow developer to write more complex logic which is not possible with simple views in HANA. This helps us to squeeze the best performance out of HANA DB. This is DB programming language. SQL script is a collection of extensions to SQL (DDL. DML, DQL, DCL). […]
Going international – Caveats in custom ABAP programs
In this blog-post i want to mention some caveats when implementing SAP for new countries or regions. Primary focus is the ABAP developer perspective, the translation and not the customizing topics. Regional Differences Due to business and legal requirements SAP implementations often use different: for different countries and regions. So one of the first tasks […]
MDG DQM: Employing rules in central governance & mass processing in S/4 HANA
The blog provided a step by step overview of how to create a basic rule in DQM, enable it for data quality evaluation and generating evaluation scores on the in the system for product master. In today’s data-driven landscape, enterprises are increasingly recognizing the significance of maintaining accurate, reliable, and consistent master data to extract […]
Boosting SAP Netweaver Security: A Guide to Integrating SAP Netweaver (ABAP Stack) with IBM Verify
Introduction Effective user provisioning is essential for both organisational security and productivity in the context of digital operations. But controlling user access across many systems can be complicated and difficult at times. This blog article will discuss how IBM Verify SaaS integrates seamlessly with SAP NetWeaver and explain how this works together to improve overall […]
Upload and modify OpenXML documents via RAP App in SAP BTP ABAP Environment
Introduction In this blog post, I would like to share some insights for generating OpenXML documents by use of the RESTful Application Programming Model with Cloud-released development objects. With this app, you will be able to upload .docx templates and fill them with information from you CDS view (could be used for generating invoices, business […]
AL11: File Management and Inspection in the SAP System
Until the job comes from the customer, I think many ABAP developers superficially know the AL11 tcode. When I started to use it in detail, I noticed that the documents on this subject are outdated. Also, I couldn’t find a blog that explains the AL11 process step by step. In this blog post, I will […]
Lead & Lag : SQL Window Functions and a bit more …
In this blog, we will examine some of the SQL window functions available within ABAP-SQL and delve into their application through the use of examples. So, here’s the problem: We have a table called ZMOVIE_SEATS with two columns, SEAT_ID (Integer) and STATUS (Boolean). SEAT_ID is an auto increment primary key (this column will have values […]
What Is SAP HCM Certification? Detailed Outlook on C_THR12_2311 Exam
Discover the comprehensive resources available to help you excel in your preparation journey. Unlock career advancement opportunities.
SAP HANA Database Creation from SAP BTP
Creation of SAP HANA Database Instance in SAP BTP 1. Open SAP BTP Cockpit and click on subaccount. 2. Click on Instances and Subscriptions and then click on create button. 3. Select Service as SAP HANA Cloud and Plan as tools. 4. SAP HANA Cloud is now subscribed. 5. Click on Security -> Users and […]