We usually connect to the client system using various combinations of Remote Desktop. For security reasons, the clipboard between Remote Desktop and the work computer is disabled. Also, we usually don’t have any Instant Messaging or even mail. Lack of communication turns ordinary actions (copy, past, send) into a whole quest – you need to […]
ERP
Working with Formula Based / Calculated MIC (Master Inspection Characteristics)
This blog will guide with an example to work with Formula based / Calculated MIC. This process can be implemented where one parameters value to be calculated based on the values recorded for other parameters. In this example, Area of Triangle is calculated. The formula for Area of Triangle is: Area of Triangle = 1/2 […]
Simple OData V4 service using Code Based implementation
I got a requirement to build OData service to fetch the data from DFKKKO and DFKKOP tables using OData V4. Using SEGW we can build OData V2 and finish it within the given time. After spending some time, I came to know that we should not use SEGW to create an OData V4. It is […]
A Step by Step process to create Odata services in SAP / SAP HANA system
In this blog post, I am going to tell you step by step process to create Odata services for SAP /SAP HANA system and how to test it. I tried to explain the whole process in 4 steps. Step 1. Go to transaction code – SEGW. Click on Icon Create. A pop window will appear, […]
Simplify your ODATA service with a lean and flexible architecture
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 […]
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 […]
Cost of Quality Inspection
This blog will guide to implement Cost of Quality Inspection in SAP QM. This is integration process of SAP QM with SAP Controlling module. You might need to take help of controlling consultant for some inputs. Pre-requisites Following are the pre-requisites: Note: For point 1 & 2, one can take help of controlling consultant. Introduction […]
C_TPLM40_65 Exam: Are You Confident to Pass? Get the Study Guide
The C_TPLM40_65 practice test is a better option than dumps because dumps only allow candidates to read the questions and answers. But online C_TPLM40_65 practicing will let you know about your speed and correct answer giving capacity in a certain period.
SAP PI/PO Communication Channel Tool
Purpose In this blog post I will show you how can you work this a new communication channel tool in order to start or stop a channel in SAP PO from a SAP ABAP Program. My system My System: SAP S/4HANA 1909 and SAP PO 7.5 SAP Note relevant 2691666 – How to extract PI […]
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 […]