Finding a user exit - code to do so
This is some code that I have archived on another site: It specifies in it's initial comments the primary contributers to the best of my knowledge. Good luck!...
View ArticleInteger Arithmetic Operations on Large Numbers
Maximum positive value that can be stored by integer type variable in ABAP is 2147483647.For values beyond maximum limit of integer variable, workarounds can be used.One such example is discussion MOD...
View ArticleUpload Files to SharePoint folders From SAP
Hi Friends, Now-a-days we hear a lot about integrating SAP with Share Point.I have recently work on such a requirement, where in I need to Upload files to SharePoint folders from SAP. So wanted to...
View ArticleUploading and Downloading Files from SAP to PC and Vice Versa
Hi, Please find the code for Downloading/Uploading/Deleting the files from Application Server to presentation Server and vice versa....
View ArticleHow to run SAP query in background and create a file in application server
It is possible to run SAP queries in background and to create a query output as a file in application server. Follow below steps to implement the same. 1) As per OSS note 537735 - SAP Query: save to...
View ArticleBreakpoint at a select statement of a given DB table
This document is on setting a breakpoint on SELECT statement of a given database table. This is done through debugger script that is available from EHP 6.Following is an example where a breakpoint will...
View ArticleTransfer Data between SAP Systems/developers without STMS (using SAPLink)
Hi SCN, Using STMS is the standard and easiest way of transporting data between your linked SAP Systems.However, if the SAP Systems are not linked and you wish to share any sort of data between the two...
View ArticleGetting Started with AS ABAP 7.4 SP5 incl. BW on SAP HANA SP7 [Developer...
This guide describes how to set up and run the developer edition of Application Server ABAP 7.4 SP5 on SAP HANA SP7, which is provided as virtual appliance by the SAP Cloud Appliance Library.View this...
View ArticleAdobe form Password protected with Java script
Summary: Password protection for Adobe Form with Java Script Approach:1.Go to Transaction SFP2. Create a form 3. Go to Layout and create a text on Master page as shown below 4. Create Password check...
View ArticleTransaction Types
IntroductionTransactions are used to execute each SAP program. The transaction code can be entered directly by the users into the command box in the toolbar , or they can be attached to the SAP Menu....
View ArticleCreate QRCode via ABAP code
In the previous blog we discuss how to generate QRCode to enable it be scanned via mobile phone. In that solution, the QRCode is generated and stored in a PDF file via ABAP webdynpro framework, we...
View ArticleRead GOS (Generic Object Service) Picture Attachments and Display it into...
Purpose & Overview:There are lot of threads, wiki’s and blogs available about GOS. Reading and downloading GOS attachment and also we will find lots of article on how to attach a document into GOS....
View ArticleDownload PDF copy for any report
Guys,Sometime, client may ask some tool to be able to download report output (be it classical, ALV grid or list) to PDF. One of customer asked us to enable them to download PDF thereby restricting it’s...
View ArticleFeatured Content for ABAP Development
Free Developer Edition: AS ABAP incl. BW on SAP HANADo you want to explore the latest features of SAP Business Warehouse, try out ABAP development on SAP HANA or the SAP HANA interactive education? Now...
View ArticleRecently Featured Content in ABAP Development
SQL Monitor UnleashedHave you heard about the SQL Monitor already? It can be used to detect custom code which can be optimized (in the context of the migration to SAP HANA, but also independent of...
View ArticleReport for batch job detail extraction with step variant and variant values
This program does the following....1. Extract data for any job with all details up to variant level including values of variables in the variant.2. Find a particular job with variant value specified It...
View ArticleDynamic selection screen
The purpose of this sample code is to generate select-options dynamically.The selection-screen takes the table name as input and generates the select-options for the fields selected dynamically....
View ArticleOvercome Update Termination while using OIJ_NOM_MAINTAIN_MULTIPLE FM
When we try to update the Nomination using the Function Module OIJ_NOM_MAINTAIN_MULTIPLE, we get an Error Message ‘Update was terminated for xyz user’. The following screenshots are from SM13...
View ArticleGetting Started with AS ABAP 7.4 SP5 incl. BW on SAP HANA SP7 [Developer...
This guide describes how to set up and run the developer edition of Application Server ABAP 7.4 SP5 on SAP HANA SP7, which is provided as virtual appliance by the SAP Cloud Appliance Library.View this...
View Article