Recent Activity

    SAP Data Intelligence: Accessing DataLake in Jupyter notebooks using Data Manager

    NOTE : This is an old blog entry and the SAP DI python sdk has since been updated. Please refer (https://help.sap.com/docs/SAP_DATA_INTELLIGENCE/5ac15e8fccb447199fda4509e813bf9f/12f7abac63844d4293a339a8effb3521.html) for up-to-date documentation. SAP...

    Why ABAP exception handling isn’t like playing catch with your dog

    I’ve been cleaning up some legacy ABAP code lately, and a reoccurring theme is poor exception handling. In this post, I’ll explain why ABAP exception handling shouldn’t be treated like a game of catch with your dog. I’ll discuss some anti-patterns ...

    Simple Data Explorer

    Recently I have to work not only with my native SAP HR. And there is a need to be aware of unfamiliar data models from other modules as soon as possible. I made a small application - Simple Data Explorer. It may be useful for consultants, architects,...

    SAP ABAP Security Code Scan

    SAP customers have always worked with SAP partners and ISVs to augment their SAP environment with third-party ABAP add-ons, that customers license directly from SAP partners. The security of these 3rd party ABAP add-on is becoming more and more a top...

    Forrest by Advisor
    • 11260 Views
    • 4 Comments
    • 6 Likes

    Present Arms!

    Present Arms! This week I was supposed to be presenting at the “Mastering SAP” conference in South Africa but as might be imagined it got postponed due everyone’s favourite virus. However as I have been putting a lot of effort into thinking how best...

    hardyp180 by SAP Mentor
    • 2123 Views
    • 3 Comments
    • 13 Likes

    The other side of the story: do we still live in vulnerability disclosure dark ages

    Recently, wired magazine published an article on bug bounties and vulnerability disclosure. This article remains on my mind and I think it is worth reflecting on my perspective on the topic, from the perspective of someone who manages the topic on ...

    ABAP unit: CL_ABAP_UNIT_ASSERT=>ASSERT_EQUALS method improved for asserting Standard tables

    The ABAP class CL_ABAP_UNIT_ASSERT is a great class for asserting Actual and Expected data for ABAP unit testing. Asserting equal is comparing the Actual data with the Expected data that it is equal. If it is not equal than a failure will be raised. ...

    AlwinPut by Active Participant
    • 12650 Views
    • 4 Comments
    • 8 Likes

    Use strings for DB selections

    Today, while refactoring an old report, It came to create a dedicated method for a select to MARC in a dedicated db access class. The selection is done using a select range for material numbers. Until now, I always proceeded like this: search a r...

    jrgkraus by Active Contributor
    • 4265 Views
    • 16 Comments
    • 6 Likes

    Fully supporting CI in ABAP AS

    Introduction At the recent #DSAGTT20, SAP showed a few slides regarding in the area of continuous integration and ABAP: https://twitter.com/PanzerDominik/status/1227274686750478338/photo/1 https://twitter.com/WachterSascha/status/12272548135425597...

    larshp by Active Contributor
    • 10726 Views
    • 17 Comments
    • 28 Likes