In this blog I would like to share my knowledge and learning for triggering IDOCs for Sales Order using BRF+ OPD concept. The document will focus on following points Configuring Output type Configuring Output type for Sales Order in OPD Required Custom Code Changes Mandatory system configuration Debugging hints Configuration steps for creating Z Output....

Storing and managing documents is an essential part of our customers business. When looking at SAP S/4HANA, mainly two main sources exist for documents. The SAP Document Management, handling attachments, and the output management, represented by the different output solutions. From a customer/partner perspective these documents usually belong together (for example attachments of an invoice....

Introduction: In this blog, we’ll look at how to change the printer in the SAP CRM system dynamically rather than keeping it configured under the PPF action profile. In configurations (T-code SPRO), we have Actions available which needs to be configured with all the required business functionality. I’m using Actions in Billing as an example for the sake of....

Introduction: In SAP CRM actions, we don’t have any option to configure, develop and print Adobe form. It allows printing of Smart Forms only. But we can tweak system to make this feature possible, by doing some config/coding changes. In SPRO, we have Actions available which gets configured with all the required business functionality. For the purposes of this....

Introduction: With SAP’s built-in standard function modules, such as “CONVERT OTF 2 PDF” or equivalent, we may convert OTF data to PDF format. However, despite extensive internet searches, I was unable to locate any FMs, blogs, or articles that addressed the reverse conversion—from PDF to OTF format. I therefore considered sharing some code that will ultimately....

In my blog Test BTP SAP Print Service With Postman, I have explained how to SAP Print Service with postman. In this blog, I will explain how to use it to print document in an UI5 application deployed in BTP cloud foundry run time. To use a PDF document, I will combine the code with my blog Render....

Summary : In my previous blog I have covered, how to process/save pdf documents (can have multiple) which are received in e-mail into SAP. In this blog, we will see how we can enable auto print functionality for PDF documents on dedicated physical printer or on local printer (LP01) in spool. Additional Business requirement : All the PDF....

SAP has a very interesting feature in S/4 HANA (cloud and on premise both) – E-Mail Templates. In this blog post, we will learn how to embed table with multiple records in SE80 email template. Example: Requirement is to send an email by end of the month to all employees who has pending hours in....

Generic withholding tax reporting helps you configure based on your country/region-specific or company-specific requirements. The report identifies withholding tax-relevant transactions for the reporting period and generates an ALV output that lists these transactions and groups them based on organizational unit, business partner, tax type, and tax code. This report can be used to report only....

Standard Text is very common when it comes to having text in our business process print documents such as sales document order acknowledgements, invoices, bills of lading, etc. , specific texts need to be printed in the body of the invoice, such as standard instructions to customers, export regulations, restrictions on how product is to be....

Introduction: – In this blog we are going to learn how to print different pages of a adobe form output from different tray of a single printer based on page format in SAP . Example: I am printing a customer invoice which is having 10 pages. Where 10th no of page is having different format than other....