In this blog post, You will learn about different complex operations in Odata. Lets start with a basic operation. Get entity set Create a SE11 structure Go to SEGW Click the data mode – > Import -> DDIC structure Fill the necessary fields in the next screen in the wizard In the runtime artifacts, go […]
ERP
Charge vendors for non-compliance or issues identified during GR via SD
Introduction: In this post, I will elaborate on how to charge suppliers for non-compliances or issues found after an inspection via SD. Business process overview: Once goods receipt is posted in SAP if the material/article master has inspection activated, then SAP will create an inspection lot to be processed for that PO line item. If […]
E_HANABW_13: Can You Pass the SAP BW 7.5 powered by SAP HANA Exam on the First Attempt?
Incorporating BW on HANA in your work and career could be beneficial. But earning the E_HANABW_13 certification by solving more than 100 practice test questions and following a study guide is essential.
Consuming CDS View Entities Using ODBC-Based Client Tools
In this blog post, we would like to show you how you can access CDS view entities in an ABAP system using SQL via ODBC. Open Database Connectivity (ODBC) is a standard API for accessing databases. Why an ODBC Driver for ABAP? There are situations where you would like to have external SQL read access […]
C_TPLM40_65 Certification: Practice Hard to Use SAP Quality Management in Your Career
Getting your C_TPLM40_65 certification is easy if you discover the helpful study guide and practice test for the utmost benefit. Learn more about the certification through this article.
C_HANADEV_17: SAP Certified Development Associate – SAP HANA 2.0 SPS05 Exam| How to Ace It?
Discover the most useful C_HANADEV_17 study guide and practice test to get your C_HANADEV_17 certification. Have an overview of the certification through this article.
Create Data File for Inventory Count with Batch-Input Method
In this post, I want to share my method and some tips on how to create the data file for Inventory Count with Batch-Input Method As the post explained, we have to create text file respecting the field length of the BISEG structure. Natively, this cannot be done with Excel. But with some workaround, we […]
SAP S/4HANA: Inventory Management Tables New Simplified Data Model (NSDM)
The new data model in MM-IM with tables MATDOC and MATDOC_EXTRACT has been around for a while but there’s still some questions about how both still co-exist with the old tables (MKPF, MSEG, MARD, etc.). This blog post is to clarify how the compatibility was maintained after the migration to this new data model. Introduction […]
SAP HANA SLT – Performance Tuning on customer developed ABAP program
Introduction In this post, I would like to share one of my project experience on performance tuning for Customer developed ABAP program from 38% improvement to 260%+ improvement after implemented SAP HANA SLT side car. I will share some of the techniques for using sap transactions (SCI, SE30, etc) to analyze the performance bottleneck for […]
Display Messages in ODATA Header Response while success and update and usage of ALL Query operations.
Introduction This article explains the gradual creation of OData services, mapping messages on the OData response header, and simple operations($filter, $orderby, $inline count, $skip and $top). Overview:- 1) Creation of OData service 2) Registering the OData Service 3) Redefine methods to write the code 4) Simple operations of OData 5) Add Success/ Error Message 6) […]