Overcome 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 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 ArticleAutomate distribution of quantity in MIGO
Requirement:With respect to a production order AUTOMATE the distribution of quantity (basically split production order quantity) and assign batch numbers from an existing ztable to each line split...
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 and sends it as mail attachment by ABAP program. Requirement:Taking screenshot of GUI screen like shown below and send it as mail...
View ArticleShortcut about SAP ABAP Tables
Just try to remember the SAP terminology of representing the business or business objects... such asParticularStarts withExampleVendorLLFA1CustomerKKNA1, KONVSalesVVBAK, VBAPBankBBKNF,...
View ArticleHow to Find attachments in SAP documents.....!!!
* To check if the document contains any attachments. * In many scenario we need to check if the document contains any attachments and I have also explored and found one function module which works for...
View ArticleGeneric Program for Table Update
To update transparent database tables, ‘create entries’ option in transaction SE11, or creating and using a table maintenance generator for tables, or creating custom programs could be used. However,...
View ArticleSMARTFORMS using BIDIRECTIONAL LANGUAGES
Requirement: We have a current requirement where we need to print both ENGLISH and ARABIC texts and numerals in the same output form for Purchase Orders, Sales Orders, and Invoices etc. Issue Faced:The...
View ArticleHyperlink in Standard Text
Hello Guys, I would be explaining you a peculiar scenario that I have come acrossduring a Function Module development.It is about creating hyperlinks in standard texts.We had a requirement wherein the...
View ArticleSynchronising custom programs across system landscape as part of housekeeping...
Sometimes as part of housekeeping activity we need to bring the custom programs/ function modules in synch with the Production System across all the SAP Boxes in the landscape. Here, I give a brief...
View ArticleHow to use C code via FBSL inside ABAP
Hello community, a few month ago I presented here (How to use FBSL inside ABAP) and here (FBSL in the Context of the SAP Application Server) Freestyle BASIC Script Language (FBSL). The actual release...
View ArticleZipping in IZArc with ABAP directly on PC
From time to time you have to work on files that are stored in user PC, like when you're working with SOI (SAP Office Integration) for example. All operations that are done are save directly to a file...
View ArticleAccess data browser without authorization to SE16
Hi Guys I just want to share my experience here, few days back I was searching for a way to access data browser without using SE16. I have landed at Function Modules "RS_TOOL_ACCESS" ;...
View ArticleUsing SOFM Object for Adding GOS Attachments to Work item
Prerequisites: Basic Knowledge on Workflow and Generic Object Services Summary: In this Scenario we are using Business Object for Inbound Delivery (BUS2015). We have created a Subtype of the Object to...
View ArticleDeveloper & Trial Editions: SAP Application Server ABAP and SAP Business...
Latest NewsFeb 07, 2014: New developer edition of AS ABAP 7.4 SP5 incl. BW on SAP HANA SP7.Sep 27, 2013: New step-by-step tutorials for setting up your AWS environment. Get your hands on the latest...
View ArticleFeatured Content for ABAP Development
JavaScript for ABAP DevelopersFor those ABAPers who also want to engage in JavaScript development and plunge into the low-level details, Chris Whealy revamped and released some interesting training...
View ArticleRecently Featured Content in ABAP Development
What is ANST and why aren't you using it?Do you already know ANST, the Automated Notes Search Tool? This powerful application searches SAP notes for a specific problem based on the issue in your...
View ArticleWorking with Zebra Printers using Smartforms in SAP
One of the requirements in my project was to print Labels on Zebra printers. The labels were designed using Smartforms. For which I faced some challenges and could not find detailed solution document...
View ArticleCreating Multiple batches for a Production order
Requirement:The company uses production orders to convert industrial materials into commercial materials which are both handled in batches. Each batch represents a physical unit which usually contains...
View Article