Custom Data Archiving - As a Background Job (without using SARA) - JIT...
1.0 IntroductionData Archiving is the process of storing Database Records into a file on the Application Server or any Third Party storage system and then removing the Archived records from the...
View ArticleABAP HR: Payroll results evaluation
Before jumping directly to the code, lets go into some basics. First, Time management data and Payroll data is stored in (data) clusters on the database and not directly in the transparent tables we...
View ArticleCreate multiple appointments, send it to outlook, modify/delete them.
To create a new appointment and send an email, I have always used following document, which is a real helpful one....
View ArticleMaterial Range Conversion
In all custom reports developed for MM (Material Management) and SCM (Supply Chain Management) modules encompassing material range as a selection criteria we face problem with converting the range. The...
View ArticleInsert Space between a sequence of AlphaNumeric Combinations and provision to...
Requirement:This FM will convert any string with Alphanumeric combinations to a string seperated by space and an option to replace special characters with space.For Eg:ABC23 @DEF GH45 will be converted...
View ArticleSimple event handling in ABAP OOPS Part 3
Hello all,This is the 3rd part of event handling in ABAP OOPS. In my previous documents ( Simple event handling in ABAP OOPS / Simple event handling in ABAP OOPS Part 2 ), I showed about the working of...
View ArticleABAP to get SAP BW Direct & Event scheduled process chains list
Proposal:Sometimes we may be struggling to find out all the list of Direct & Event scheduled process chains. Also as part of SAP BW Support activity, during GMW (Global Maintenance Window) we are...
View ArticleArchive Link Copy Connection Entries
Hello, i came across the requirement to copy archive link connections from one object ot another. I would like to share the approach of a possible solution with the community. Archive Link Connections...
View ArticleMIGO Default Quantity to be Zero
One of my Client wanted "During MIGO (GR with reference to PO), the default Quantity should be Zero; Instead of Open PO Quantity". So I searched SDN but I could not get an answer. Hence thought of...
View ArticleQRCODE in local file with Python3.4
1.Introduce We have a requirement to use QRCODE in party person's machine in SAP GUI.Since our SAP version is too low and IT team do not want to access internet interface for QRcode.So I developed the...
View ArticleHow to Change the Standard Collective Search help as per our requirement
Introduction : SAP has provided Collective search help to meet most of the requirement. Incase if we want to add or hide any function in Collective Search Help it can be done by following the steps...
View ArticleAdd icons to your Selection Screen without any Coding
Summary:This article explains how we can make use of icons in the SAP Reports without any additional coding to make the Selection Screen more presentable.Introduction:I usually come across reports...
View ArticleHow to maintain customized message with documentation
Requirement details: To call customized (Non SAP Standard) message in program with documentation.Instead of writing hard coded message in program it is very use full to make customized message class...
View Articleline-by-line tax issue while invoice posting
Lately I was working on a requirement where in I had to post an invoice from an idoc. I have used BAPI_ACC_INVOICE_RECEIPT_POST to post the document. While I used BAPI_ACC_INVOICE_RECEIPT_POST, I was...
View ArticleGoogle URL Shortener API
Hi All, This document will guide you how to use google URL hortener API in SAP. 1. Get the API key.Goto console.developers.google.comClick the URL Shortener API link. Create a project (skip if you...
View Article