Once i started learning SAPUI5, i noticed something was not right on the entire data flow. Selecting fields in SEGW, updating service again, updating structure due to new requirements, function imports, annotations, deep inserts, entire SEGW was really burden for the project. There was no way i could implement something in a good mood. After […]
abap development
Complete Guide on trigger an outbound IDoc when Good receipt posted in S4
Background: There are certain ways that we could use in S4 to trigger an outbound IDocs. For example, using change pointers, Output type determination. The ideal fit needs to be chosen based on the requirement. Moreover, when master data creation or delta changes have to be informed to another system change pointers are the best […]
Excel Upload and Download Program with multiple tabs from Fiori Launch Pad(Web GUI)
Introduction There could be multiple scenarios where an excel upload and download using ABAP Report Program or a Odata service with different sheets or tabs in a Excel needs to developed as shown in the below screenshot. Excel Upload with multiple tabs: There has been multiple instances where most of the developers tend to use […]
Making columns and rows in proper manner (Length, Height and Width) in SAP Adobe form.
This blog used to save more and more time and give efficient output in a single execution, when required to design multiple columns and row fields. Aim: When you design columns and rows in adobe form, length of the field, width and height calculations are important for each and every column. Whenever we use columns […]
SQL Script for ABAP Managed Database Procedures(AMDP)-Code pushdown for a better performance!
We all are aware of the term “code pushdown” in the SAP HANA database and how it helps us in improving the performance of the application. When it comes to performance intensive applications say an analytical report, the bottleneck lies in moving the records between the database server and the application server. The time taken […]
SDI Configuration: Connect Data Provision Agent(SDI) to Cloud Foundry environment and enable the Adapters(File Adapter, ABAP Adapter and HANA Adapter)
1.0 Procedure overview 1.1 Purpose The purpose of this procedure is to install the Data Provision Agent into your local machine and establish a connection to the Cloud Foundry environment. 1.2 Pre-requisites Listed below are the pre-requisites for performing the following procedure: You should have the two users with the below system privileges which are […]
Install ABAP Platform Developer Edition 1909 using VM and SUSE
This post is a guide to install “ABAP Platform Developer Edition 1909” from a VMWare virtual machine and using the LINUX SUSE distribution. Requirements System 4 CPUs 16GB RAM 150GB Disk Tools Environment preparation Preparing the virtual machine We access the VMWare program and go to the option “Create a new virtual machine” We select […]
Extending An Analytical View (Adding link to Analytical Table)
SAP Fiori analytical apps are the new user experience (UX) for SAP Business Suite which allows real-time insights into your business by displaying KPIs, allowing you to make faster, better decisions. We can perform complex aggregations and calculations on any business operations. It helps to deliver performance in form of table and chart visuals in […]
Merchandise Distribution and ABAP
I recently was requested to implement a feature for merchandise distribution in SAP for putaway and cross-docking methods. There are other methods like stock-placement, flow-through, and others however I will concentrate only on the mentioned ones. Merchandise distribution consists in to group the storage transfer orders from plants to the distribution centers and create purchase […]
Etag In Odata
Introduction E tag is used for Data Concurrency to avoid over writing of same record at the same time by different users similar to Lock objects. Scenario for Etag User 1 and user 2 will get the same record from backend , user 1 will update the data and save the record in database , […]