Recent Activity

    Utility class for internal table manipulations (get min/max from any column in a table) rev. 3

    Hi SCN community!Ever wanted to get the line in a table where the max value for a certain field was? I had to last week, and I remembered just how awful it was to do it. Declare an auxiliary table of the same structure, copy the entire contents, sort...

    No comment!

    Are Comments overrated?Comments are a wonderful tool to document what you intended with certain program logic. You can place it directly where that logic resides: In the source code. As comments are non-functional, they are not getting compiled and h...

    DSAG Technologietage 2014: Best practices for Custom Development with ABAP and SAP HANA Platform

    DSAG-Technologietage 2014, Stuttgart Feb-18 and Feb-19: For two days 1950 participants created one of the biggest technology events in Germany, Austria and Switzerland (thereby achieving an all-time high at DSAG). During this conference all questions...

    Working Around the Clock – How SAP’s Data Centers Never Sleep

    In today’s digital economy, uninterrupted access to business data is mission critical for companies across the world. As decision makers need to act fast to innovate, change and update their business, it is crucial that SAP’s data centers adapt to to...

    #SAPTechEd 2013 Interview of the Week: Creating User Experiences that Drive Innovation for Businesses and Consumers

    First off I'd just like to say that I am delighted that the interview I conducted for SAP TechEd Live 2013 in Las Vegas with sam.yen (SAP's Global Head of Design and User Experience) has been selected as the interview of the week! It was my first SAP...

    Life (profile SAP_NEW), the Universe (role SAP_NEW) and Everything (SAP_ALL)

    I know, there are tons of discussions here on SCN about SAP_NEW but it still seems to be widely unknown how to use SAP_NEW correctly. Therefore I try to give a summary in this blog.First of all let's separate SAP_NEW from SAP_ALLAuthorization profile...

    Read GOS (Generic Object Service) Picture Attachments and Display it into Adobe Form

    abhijit.mandal2/avatar/24.png?a=6389 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.But there are n...

    Abhijit74 by Active Contributor
    • 23346 Views
    • 21 Comments
    • 8 Likes

    A framework for local/region specific requirements in user-exits using BAdIs and the new enhancement framework (revisited)

    Hi SCN community,This blog post is a logical follow-up from this blog post of mine, where I share my design for a region specific implementation framework using ABAP OO and the factory pattern strategy design (what a fancy name!). From the discussion...

    Create 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 only provide the form template. In fact it is quite ...

    JerryWang by Product and Topic Expert
    • 17124 Views
    • 2 Comments
    • 6 Likes

    FRIENDSHIP in OOABAP

    Everyone knows what exactly a friendship is and how its is used.#used ???I mean in OOABAP how it is used  ..... We are in SCN so most of us know what exactly I am talking about ; this blog is exclusively for the people who are new to this topic. Lets...