How to debug a popup screen in SAP
1) Login to the system, click on the “Generate short cut” as shown below. 2) In the popup screen, give the below options and click on finish, confirmation message will be given and a short cut will be...
View ArticleCreating radio buttons on popup window
create radio buttons on popup window 1) Go to transaction SE37 and enter function module name 'K_KKB_POPUP_RADIO2'. 2) Enter details as...
View ArticleHow to create dynamic variable knowing reference tabname and fieldname
Original of this article is at (oprsteny.com) If you want to create a variable during runtime knowing only the reference table name and its field name (in string form), you can achieve it following...
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 ArticleHow to find the extension structure of a given BAPI
For example lets take an example of BAPI_PO_CREATE1. 1) Find the package of the BAPI in which it is stored. 2) Goto SE11 and give BAPI_TE_* in the data type and press F4. 3) Click on structures 4)...
View ArticlePrinting QR Code with Zebra Printer through SAP Script
This document provides a procedure on how to Print a QR Code in Zebra Printer through SAP Script.Procedures1. Install Zebra Printer Device Type2. Install Generic Printer on Client Computer3. Design the...
View ArticleSelf-Inner Join using SAP Quick Viewer (T-code SQVI)
Author : Biswanath Guha Introduction : SAP Quick viewer tool is used to fetch data graphically without writing codes. It helps the end user to fetch data from a single table or inner joining multiple...
View ArticleReading the HR Payroll results using Class and Methods (PRR, Payroll Results...
Rather than reading the payroll results in traditional way using FM's we can process the same using Payroll reader class which was designed to use with PNP logical database. SAP recommends that not to...
View ArticleAdobe Forms with Advanced Features
Adobe FORMSAdobe Forms provides many good features which are not possible with other kind of forms.So, Adobe Forms stands as very efficient alternative for the Smartforms for the next generation...
View ArticleA basic help --- Working with smartform language translation
Below is a simple and basic help document regarding the language translation of Smartforms / any other objects in ABAP. When I got a requirement in one my project to translate multiple smartforms from...
View ArticleTaking SAP GUI screenshot automatically and send as attachment through mail...
This document explains how screen shot of SAP GUI screen can be taken automatically (not using Prtsc manually )and sends it as mail attachment by ABAP program. Requirement:Taking screenshot of GUI...
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 ArticleUseful SAP standard Demo & Sample programs for ABAP Beginners ( Keywords &...
Hi all, I am here by taking opportunity to mention some SAP Standard demo programs for practicing and becoming expertise with ABAP programming techniques and syntaxes. I started adding some programs...
View ArticleInfotype 2 enhancement for displaying Employee age based on the date of birth
First of all my glad wishes to SAP SDN for providing this platform for ABAPers mainly as this is the basic step to get into sap community for discussing. THANKS TO MR.SRINIVAS K for giving this idea to...
View ArticleProgram to print Employee basic pay details using Interactive ALV Report.
Intoduction: You often need to determine wage types and their amounts from infotype 0008 ( basic pay). Using the function modules we can evaluate all these wage types information. Input : We can give...
View ArticleA simple and sample program to get the internal table data into XML format
Here by I am mentioning a sample report program to download the internal table data into XML file. For converting the internal table data into XML. We do the following steps 1. Create a table type at...
View ArticleFeatured Content for ABAP Development
SAP NetWeaver AS Add-On for Code Vulnerability AnalysisHave you ever heard about the Code Vulnerability Analyzer? This new SAP NetWeaver Add-On allows to search for potential security vulnerabilities...
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 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 Article