Recent Activity

    Document to demonstrate only one instance of active job is running for a single Job

    Hi,Please go through below to know how to keep only one instance of batch job active.Requirement : Keep only one instance of active job is running for a single JobSolution:SAP  provided a standard program to handle this scenario. The program name is ...

    How much "Comments" is too much?

    All throughout my ABAP career in various organizations, I have come across many organization specific "Coding Standards Documents". And all of those documents had couple of things in common - Whenever you are making a change to existing code, mark yo...

    Juwin by Active Contributor
    • 7378 Views
    • 61 Comments
    • 11 Likes

    SAPUI5-Deployer Project

    One of the real pains when developing SAPUI5 (or OpenUI5) applications is deploying them to your SAP ABAP server.If you are using Eclipse as your IDE the SAP ABAP Repository Team Provider allows you to retrieve and submit your project to the ABAP ser...

    An Alphabetic Counter

    IntroductionAn alphabetic counter is a counter that increments from A to B to C etc. through all letters of the alphabet. After Z the counter increases its length by one and increments from AA to AB to AC, etc. By applying this pattern recursively, a...

    amy_king by Active Contributor
    • 9638 Views
    • 0 Comments
    • 2 Likes

    10 – Impressions from the 2015 International SAP Conference for Oil & Gas and Utilities - Berlin

    The event ran from 13 – 16 April in Berlin and organised by T.A.Cook.  I want to thank them for their tireless work in making the venue and organisation run smoothly.I started with a micro-forum presentation on the SAP UX Strategy.  There were quite ...

    Method Mondays: Never Stop Learning. 5 Methods For Innovation You Should Try With Your Team

    Benjamin Franklin once said: “Tell me and I forget, teach me and I may remember, involve me and I learn.” At the Design & Co-Innovation Center (DCC) at SAP we frequently organize the so-called “Method Mondays”, a regular one-hour meeting series in wh...

    Attach File to Standard Trasaction VA02 Using Function Module SO_DOCUMENT_REPOSITORY_MANAGER

    Scenario:Many times there is a business requirement of linking documents, entering notes, sending notes or linking an internet address to various SAP objects. These external  attachments can be reference documents, pictures, Email attachments, design...

    SAP Netweaver Business Client 5.0 Installation and usage guide (Replacing SAP GUI)

    SAP Netweaver Business Client 5.0 Installation and usage guidePurpose:The SAP Netweaver Business Client 5.0 can be used in place of SAP GUI with more flexible features and new look and feel of sap screens. This document provides the details of how to...

    On Designers & Developers

    I have just returned from the SAPPHIRENOW and ASUG Annual Conference in Orlando where I was fortunate to be part of the Media & Analyst Program for the event.Many others have written about their overall impressions of the conference so I won't go ove...

    Welcome aboard to "ABAP"

    Hi there,   For those who want to step into this world of ABAP, I would like to present my Views in concise on How to Begin.   First and Foremost I would like to thank All my Colleagues & Friends from various aspects from whom I have gained thi...

    ABAP - Host Command

    Run Host Command from ABAP code.REPORT hostcommand.SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.SELECTION-SCREEN PUSHBUTTON /10(10) bt_calc USER-COMMAND calc.SELECTION-SCREEN PUSHBUTTON /10(10) bt_word USER-COMMAND word.SELECTION-SC...

    Experiment: Background Light Server Application - ABAP to COM Bridge and Replacement for CL_GUI_FRONTEND_SERVICES

    Background Light is a server application, it is an ABAP to COM bridge and a replacement for the CL_GUI_FRONTEND_SERVICES class. It allows to use COM libraries and OS functions with ABAP background processes and without the SAP GUI for Windows. In a ...

    MIGO with respect to latest standard price available in material master of a Material

    Preamble -Consider a scenario where a standard costing (S) is used for raw material pricing.Purchase Orders are generated for raw materials and the standard cost of raw material is captured in condition type ZI01 as per PO pricing procedure.The freig...

    The Loch Ness Monster

    The Loch Ness MONSTER Writing a Book for SAP Press – Part FourTable of ContentsBackgroundDebugger ScriptingEnhancement FrameworkException HandlingTo Be ContinuedBack Back Back Back, Back to the StartI have been writing a series of blogs about writing...