ABAP Reports on Web UI
ABAP Reports Links on Web UIIntroductionOne of the most common requirements especially when the client is using SAP CRM is the ability to execute ABAP Reports on the Web UI screen.The purpose of the...
View ArticleThe case of CL_HTTP_CLIENT & CL_IXML
Recently there were some mentions of getting XML using regular http requests in contrast to SOAP ( http://en.wikipedia.org/wiki/SOAP ) . On the web or intranet there are many XML resources that can be...
View ArticleUseful feature of new ABAP debugging editor – Debugger Layer
Hello, sure has ever happened to us all that we have lost much time trying to locate a certain point process in SAP standard code where custom code isimplemented either through a routine (user-exit,...
View ArticleEncryption and Decryption Algorithm using class :CL_HARD_WIRED_ENCRYPTOR
Introduction:This document gives brief idea on the encryption and decryption methodology used for encrypting text.We are using Class CL_HARD_WIRED_ENCRYPTOR.Note:1)The Method used of this class for...
View ArticleFind an SAP Enhancement from source code
In this document indicates how to find an SAP enhancement from source code. First we start the process in debugging mode by using the /H command. Once in debugging mode will introduce this break-point...
View ArticleWhy Date format is YYYYDDMM
As a beginner in ABAP we have always curiosity to know the reason for somethingunusual . Once such curiosity is to know why date format is YYYYMMDD . Wehave always used date as DD.MM.YYYY format. So...
View ArticleConfiguring HTTP Content Server (1) - Creation of the Content Repository
Creation of the content repository A content repository is like a directory. It's a place were you could put several kind of data. You could use only one content repository to store all your data. You...
View ArticleHow to achieve material number as mandatory in MM Request For...
High level requirement : Whenever MM RFQ created the line item material column should me mandatory based on Doc. Type and Purchase Organization. Possible Solution : In SPRO customizing, define screen...
View ArticleObject Finder Tool
Object finder ToolThis tool is used to find the objects used inside an object and also it list all the objects within the dependent object of a given object. Along with, this tool also displays the TR...
View ArticleRun Time Error GETWA_NOT_ASSIGNED while accessing data from another stack...
Problem Description: Friends! I encountered one issue in my Project related to ABAP Dump GETWA_NOT_ASSIGNED. Actually we wrote one enhancement which triggered during creation of inspection lot via...
View ArticleGS-1 / EAN 128 barcode in Smartforms
GS-1 / EAN 128 barcode in Smartforms to be printed on all printer types; laser, zebra etc. WhyWhen trying to gather information to print GS-1 / EAN 128 barcodes on smartforms I could not find a source...
View ArticleHow to Add Watermark on each page of SAP Script Output
Hi, In this document i'll elaborate the process of printing the watermark in the SAP Script outputs. Though, there are few posts in SCN which will help for the same but the developers usually get stuck...
View ArticleAbout word wrap at coding
First, I think now the most common option to choose when you have to wrap your code is this one:(or almost the most common I've seen people are used to)But let me say to you that there is another...
View ArticleBusiness Transaction Event for populating text in FI transaction
Business Transaction Event are generally found in the Financial Accounting Module in SAP and is available from release 4.0 onwards.A BTE has a predefined interface and allow us to attach additional...
View ArticleRaw Material Where Used List.
Where Used ListOfRaw MaterialsTarget readers Sap ABAP Consultants, SAP Functional ConsultantsKeywords SAP ABAP, SAP SD.Table of ContentsIntroduction RequirementReport Screens & Output 3....
View ArticleUsage of CDHDR and CDPOS tables in recording Header changes of delivery
IntroductionSometimes there is a requirement where we need to make some changes in delivery header through custom program but we need to update the change log of delivery for those changes.Like here we...
View ArticleEasing the pain in TMS - using transports of copies
Maybe you know the problem - QA queue is full of old requests, nobody knows which one is relevant (sometimes the programmer isn't even working for your company any more). The answer is transport of...
View ArticleCreating a VPC with VPN access for running virtual appliances on AWS - the...
Do you want to deploy and run a virtual appliance like the ABAP on HANA developer edition on AWS in a secure way? One recommended option is using a virtual private cloud (VPC) with openVPN server for...
View ArticleSending multi-line SMS
Can we send SMS to a phone using ABAP?Yes we can. First we have to do the SMS configurations. SAP SMS Configurationwill let you know how to do configurations. Once you have done the configurations you...
View ArticleLinking of Attachment in SAP documents
The linking of attachments between SAP documents will be required in many business scenarios in SAP. But in this document, I have taken a scenario of cross company posting to explain this process. Let...
View Article