Introduction There are several blogs showing how to organize interaction between SAC and S/4HANA using OData services. However, one cannot ignore the fact that SAC, as an analytical tool, often uses data from SAP BW or BW/4HANA. This blog provides a simple example of how an OData Service can be used to exchange information between […]
ERP
Over delivery and Under delivery tolerance for Production/ Process order
Introduction: Most of us know the Over delivery and Under delivery tolerance use for Purchase Order. SAP has provided similar kind of function for Production/ Process order. I was unable to find the blog on this functionality so decided to make one. Here I will try to explain the use of Over delivery and Under […]
C_TS414_2021 Certification: 7 Exam-Acing Tips to Earn It!
The C_TS414_2021 exam, also known as the SAP Certified Application Associate – SAP S/4HANA Quality Management certification exam (essentials edition), confirms that the test taker possesses basic SAP onboarding knowledge and a solid understanding of the Quality Management field.
SAP Datasphere – New Replication Flow
In this article, we’ll take a look at one of the new features of SAP Datasphere which is New Replication Flow. Background: We already know replication capability is available in SAP Datasphere with Smart Data Integration (SDI) and SAP is not going to remove it. With the “New Replication Flow”, SAP Basically bring in a […]
12 Good Reasons to Move to SAP GTS, edition for SAP HANA
In this blog, we will share 12 good reasons existing users of SAP Global Trade Services should move to the new and future-proof SAP Global Trade Services, edition for SAP HANA. Reason no. 1 – A Roadmap to the Future The first and maybe the most crucial reason you should move to SAP GTS, edition […]
Creation of bgRFC and calling in a program
1. What is bgRFC? The bgRFC allows application to record data that is received later by a called application. When the data is received, we must ensure that the data was transferred to the receiver either once only in any order (transactional) or once only in the order of creation(queued). 2. bgRFC Configuration? This is […]
Creating a Sync integration for downloading Open Text Content with REST API from Sap PO, Using API with multipart/form-data authentication
Introduction: The purpose of this document is to develop a synchronous interface to download content from Open Text Content Server (OTCS) using REST API. I have tried to cover the overall design with code snippets for reference. Scope: Overall Design: Solution Flow: Rest API consumed from Open Text Content Server (OTCS): In Content-Type: multipart/form-data, credentials […]
C_IBP_2302 Practice Test: Have You Assessed Your Preparation Level?
Passing the C_IBP_2302 certification exam helps people demonstrate their foundational understanding of SAP supply chain planning. This certification confirms that the individual has a general understanding of the industry solutions as a consultant and can apply this knowledge in real-world projects with the guidance of a senior consultant.
SAP Datasphere: On Premise SFTP connectivity
Introduction: In this blog post we will be discussing the steps required to setup connectivity between SAP Datasphere (formerly Data Warehouse Cloud) and SFTP data source hosted on-premise. Components involved: The connectivity type used will be ‘Generic SFTP’ and it will support ‘Data flows’. Pre requisites: Step 1: SAP Datashphere environment Collect details of your […]
How to import data from text file via PI to ERP
Summary Out initial situation is as follows: we do have text files with comma separated values which we want to import to our ERP system, automatically. This files are on a SFTP-server. So our PI-system should look every now and then if new files are available on the SFTP-server. If so, gonna catch them all […]