This Blog is based on the Output Management Form and has all of its configuration completed Ex for dunning: use maintenance view: V_T047E using code: sm30 to switch between frameworks through drop-down list First: you can identify Fields for Key & Master Key internal tables for standard fragment form through putting a breaking point By […]
sap abap
Generate Dynamic QR code from oDATA
Introduction QR (Quick Response) codes are two-dimensional barcodes that are widely used for storing and sharing information. They are particularly useful because they can be read quickly and easily by a smartphone or other device equipped with a camera and a QR code reader app. If we can add a QR code to our app/oData […]
ABAP RESTful Application Programming Model (RAP) – ABAP Cloud
Intro In this blog I am going to talk about RAP model – RESTful ABAP Programming Model. As described by SAP:- The ABAP RESTful Application Programming Model (in short RAP) defines the architecture for efficient end-to-end development of intrinsically SAP HANA-optimized OData services (such as Fiori apps). It supports the development of all types of […]
Generate Custom Supplier Certificates via Generic Withholding Tax in SAP Document and Reporting Compliance(formerly known as Advanced Compliance Reporting – ACR)
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 […]
SAP Password reset tool using Azure Logic App, SAP PO/Integration Suite and ABAP
Introduction Recently while working on Azure Logic App, I felt we can make use of Office 365 email connector to automate a few manual processes. I thought, why not create a password reset tool? So, I designed a Logic App that picks up email from a specific folder(outlook) and passes on the information to SAP […]
Invoking Static BOPF Action From Custom Pop up in Fiori Elements App
Introduction: Many times while working with Transactional List Report Apps developed using SAP Fiori Elements we might have requirements to get dynamic input from the end user, like providing a popup where user makes selection and then we need to take actions accordingly. In order to develop transactional App SAP provided us 2 programming model […]
Output Management and In-App Extension for Account Statement forms in SAP S/4 HANA
The below blog focusses on the Output Management Configuration and execution of Account Statement forms. Steps to be followed for configuration : Form Name : FIN_FO_CORR_ACC_STAT ODATA Service : FDP_FFO_CORR_ACC_STAT_SRV Configure the below set of Views. Note: This can be also done via SPRO. V_T048B : Allocate Program for Automatic Correspondence V_T048I : Call Options […]
Roadmap UI element
Introduction Here in this Blog post I’m going to explain the creation of Roadmap UI element and navigating between views using it. Using Roadmap we can show step by step workflows or Show different data in each step. Roadmap UI element Provides 2 types of Steps : Roadmap Step Multiple roadmap Step. 1. Roadmap Step […]
Table Maintenance Generator Events: Create, Update and Delete
In this blog post, I will explain the Table Maintenance Generator Events, create, update and delete step by step with small examples. 1. Preparing the Table Let’s start by creating a sample table first. First, we go to the Se11 t-code. Then we enter a table name and click the ‘Create’ button. (Figure-1) Then we […]
ABAP in the Cloud, Start from Scratch, Architecture of ABAP Restfull Application Programming Model and Developing Fiori Apps
This blog post include the understand of architecture of Restful Application Programming Model and implementation codes step by step. Firstly, We can look at the evolution of ABAP RAP. In the technology environment, everything changes and evolving. ABAP is changing also, specially for frontend services faster changer. When we look at the diagram, our CDS […]