Recent Activity

    ABAP debugger enhancement or how to speed up your test data creation process

    Intro In this blog we would like to introduce two open source helpers to create test data for abap unit tests. Regardless of using the test first or test last approach in ABAP, we have to provide test data for our unit tests. This process can be ve...

    Dec 11th SAP Community @SAPMentors Call: What you always wanted to know about SAP Security, but did not dare to ask!

    Source: SAP Recording link is here Abstract: Abstract: What you always wanted to know about SAP Security, but did not dare to ask! Not a day goes by without the next new data theft or IT hack being reported. What can you do to keep your SAP sys...

    The Global Variable Dilemma

    When doing complex coding, there's always the dilemma of using or non using global variables. We all know that global variables are dangerous because you never know where they are set and what value they carry in a specific method. On the other hand...

    jrgkraus by Active Contributor
    • 9252 Views
    • 13 Comments
    • 7 Likes

    SAP NetWeaver AS for ABAP 7.52 – Overview and Product Highlights

    This presentation provides an overview of the major capabilities and features delivered with SAP NetWeaver Application Server for ABAP 7.52 which is generally available to customers and partners since September 11th, 2017. View the presentation (PDF...

    WebUI meets ABAP CDS

    Introduction ABAP CDS views allow us to build very nice and structured applications for any solution or UI. This blog is about how to build a very nice, simple and really fast WebUI application for really crazy data model and volumes, by just using...

    Butterfly pattern in ABAP

    Some time ago while browsing the community site, I came across a question where someone asked to output butterfly pattern in ABAP. Normally such problems/questions are common in interviews of other programming languages such as C++ or Java where part...