Global Class and Method for Application Log
The goal of the object is to create the Global Class and Method for Application Log so that it can be reused where necessary in any RICEF object. Application Log provides an infrastructure for...
View ArticleTo Display Custom Field in BOM transactions CS01, CS02, CS03, CS11, CS12, CS13
Introduction This document explains how to display a customer field in the BOM transactions CS01, CS02, CS03, CS11, CS12, and CS13 in ECC 6.0 EHP 5. The requirement is to display a custom field from...
View ArticleHow to use VBScript Inside ABAP and Store VBScript Source as Include
Hello community, in different postings I show the possibilities to use different languages with ABAP, e.g. here. Here now an example how to use VBScript inside ABAP and how to store the VBScript source...
View ArticleQ2R (Query 2 Report) / a quick way to make reports
Hi developers, I want to share with you a new way of doing reports. This tool allows you to create reports in 2 minutes. ZQ2R creates quickly reports from a query. The selection screen, selection texts...
View ArticleStep by step to create, consume and trace web service in ABAP system
How to create web service provider in ABAP systemHow to consume web service in ABAP systemHow to trace the web service executionThis document could be used as guide for beginners to learn and use ABAP...
View ArticleRestricting Company Code Popup in FB50 via ABAP Code
This document explains how to restrict the company code popup in FB50 transaction through ABAP code.SAP has a standard system behavior which enables the user to enter the value in company code popup in...
View ArticleLearn more detail about Standard logon procedure
Case1: Directly open WSDL url in browserCase2: Access WSDL via cl_http_client by codeVariant a: none credentials specified in codeVariant b: disable the popup in codeVariant c: add code to support...
View ArticleLet's Find Cloned Programs!
Hello All, Cloned programs give major headache and maintenance issues when we go for an upgrade.Before writing this program i have gone through various documents and threads which explains clone...
View ArticleDebugging loop
Did you ever had to step into loop looking for 46-th row or looking for occurrence of some value?Instead of painful record by record stepping trough loop, why not use breakpoints/watchpoints? While...
View ArticleManipulate Docx document with ABAP
Office OpenXMLUsing CL_DOCX_DOCUMENT to read word documentUsing CL_DOCX_DOCUMENT to change word documentThere is a useful class CL_DOCX_DOCUMENT provided by SAP which could support read and write...
View ArticlePlaying around with Dynamic SQL's (for Starters)...!!!
Once in a while there comes a situation where we have to write Several Select queries to achieve similar functionality(with minorchange in the where condition. ) In such situations we simply start...
View ArticleN Queens Algorithm - ABAP
Hi, In this post I'll share with you the N Queens Algorithm brought to the ABAP language. I think this is a good exercise when it comes to refreshing our algorithmic capabilities....
View ArticleCreate Custom Tab at Header in Purchase Requistion
As we all know we can create a custom tab at item level in Purchase Requistion and wonder is it possible to create custom tab in header lvel of Purchase Requistion ?? I have...
View ArticleCreate FI Substitutions using GGB1 (Substitution Maintenance)
Substitution in SAP FI is done to insert/infuse values into existing set of value(s) in fields. There are many cases where functional consultant don't want to clutter up things using User-exits and SAP...
View ArticleHow to place an SE78 image on an Adobe Form
The following five steps show how to place an SE78 graphic on an Adobe Form. In this example, we will add an existing color logo named Z_LOGO to an existing Adobe form,ZRUOTC_SERVSTAR_PDF. First, make...
View ArticleLSMW – Task List Creation with 5 level input file using Batch Input
Requirement: Creation of Task List using LSMW Batch Input with 1 input file having 5 level Structure data. Mapping Template: 5 Structures:Fields in the structures:Note: 1) All these 5 rows...
View ArticleDevelopment dependencies translator with Transport
When developing for Multilingual clients normally translations are required. Even using standard transactions or reports this is a time consuming and boring task.I build this tool to accelerate and...
View ArticleHow to send email using SAP user id
Emails are not sending out if their SAP user-id is being used as recipient, the email is not present in SOST,when the direct email address is entered as the recipient address, it can reach the external...
View ArticleHow to change IDOC SEGMENTS data !!!
Business Requirement: Need to delete the ship-to-party segment data from the inbound IDOC based on some conditions. Analysis: Standard inbound function module IDOC_INPUT_ORDERS is being used to...
View ArticleHow to switch between the PC editor and MS editor
In T-cd: I18N or report RSCPINST the below message displayed:"MS Word is a default editor now. Please read SAP Note 742662." When you want to activate/deactivate MS editor please run report...
View Article