Introduction As a software developer, it is always good to step out of your area of expertise and learn a new language. This is especially good for ABAP developers, in order to stay fluent in Object-Oriented concepts, and to get a head start on where the language may be headed. For example, if you were […]
ERP
Advanced Customer Return management with Material replacement in SAP SD
Scenario: Creating the Advanced Return order which generates the Customer RMA number automatically with specifying the details about refund or replacement of material required. Return delivery also created automatically and PGR need to be done for receiving the goods from customer then Quality Inspection team will do the inspection of the received material and release […]
SAP PI/PO – Java Mapping Create attachments – SFTP
I just would like to post one solution for a project that the requirement to write down the files in the SFTP server must follow the order – first PDF and the corresponding XML for each PDF’s. Integration Diagram: Outbound interface – Abap proxy with attachments (application/pdf and application/xml) in SAP PI transformation of reading […]
SAP Utilities S/4 Hana 1909 For All CRM Questions
I have a chance to test ISU in S/4 Hana 1909 which is released Sep 2019. I would like to thank cal.sap team for giving chance to trial this in cloud environment. First I will share some details on this cloud environment. You can install SAP S/4HANA 1909, Fully-Activated Appliance as easy as one click […]
SAP PI/PO – Content Conversion plus Java Mapping – ZIDOC
I would like to share one a proof of concept that later one became a project, the solution was to read a text/plain file from FTP/SFTP server and generate the ZIDOC but the text/plain file was not possible to make clear content conversion configuration because it’s not (CSV) file and there was no pattern for […]
Calling custom developed Adobe Form from standard Transaction Code for Print Output in SAP ABAP
Introduction: Adobe Forms are used frequently in SAP to generate Portable Document Format(PDF) files of various business documents like Invoices, Order Confirmations, Account Statements etc. PDF files have got below advantages over other file formats. There are many cases we don’t want to display purchase order details in the format provided by standard Adobe Form […]
Consuming SAP HANA data into SAP Analytics Cloud through Live connection – End to End scenario
A lot of colleagues, partners and customers have been often asking me questions like following: “How easy it is to configure live connection between SAP HANA to SAP Analytics Cloud?” What are those precise list of privileges to be assigned to the user to be able to create a connection and to be able to […]
Create REST APIs secured with XSUAA in Cloud Foundry environment and call REST APIs in ABAP environment
ABAP programming is still the most powerful development tool in SAP core ERP, while we will find some cloud native features (ex. JWT relevant techniques) are not fully supported in ABAP environment in near future. If developers work on NetWeaver as well as Cloud Foundry environment, a workaround is to deploy REST APIs with cloud […]
Application set-up and basic understanding of DDMRP designed for SAP S/4HANA On-Premise
Introduction This blog is meant to be a guide to step through the configuration and execution of Demand Driven MRP for S/4HANA On-Premise. This overview based on S/4HANA 1909 (and, to some degree, for S/4HANA Cloud 1911 and On-Prem 1809). Read More: https://www.erpqna.com/sap-s-4hana-production-planning-and-manufacturing-certification/ There is also a DDMRP application that has been designed for SAP […]
OData Example: Create Update Delete Price Components of Service Order in SAP Business ByDesign
SAP Business ByDesign (ByD) provides you with REST/OData access to Service Order Price Components both header and item level components (Price, Discount, Surcharge, Freight …). This blog post provides you with an sample round trip examples of price components (create – read – update – delete) using ByD OData services for service order business object. […]