Recent Activity

    SAP Communicator 2.0 Part 2

    Hi,Continue to part 1 of SAP Communicator 2.0SAP Communicator 2.0  Part 1Chat Screen Characteristics                                            Selected use will be display under blue circle and the title will be the name of selected user.By using bu...

    ipravir by Active Contributor
    • 2677 Views
    • 3 Comments
    • 1 Likes

    SAP Communicator 2.0 Part 1

                                                          Followed to my last blog,Let's Chat in SAP GUIThe same application has been enhanced with lots of more new options, which we all use so often in other Chat Applications.Below are new points has be...

    ipravir by Active Contributor
    • 2931 Views
    • 1 Comments
    • 1 Likes

    A tale of two SAP incidents

    Summer is a strange time for SAP teams: lots of people go on holiday, projects are left to tick over, burning issues are put on hold. A time for those who remain to take it easy a while, take a look at those really intractable problems or catch up on...

    ged_hurst by Participant
    • 1380 Views
    • 1 Comments
    • 1 Likes

    Custom Dashboard

    The admin dashboard is the flavor which gives information to the end user in a more beautiful presentation rather than a table with rows and columns. It has more functionalities, besides that notification will be shown to the end user whenever a new ...

    Do not Test with WRITE

    In a recent discussion I've seen someone was testing whether a loop was executed by placing a WRITE statement inside. Maybe it was a beginner's error but maybe others tend to do that too. Since the discussion is locked, I say it here:WRITE is not app...

    About Timestamps

    A timestamp is a sequence of characters or encoded information identifying when a certain event occurred, usually giving date and time of day, sometimes accurate to a small fraction of a second.(Wikipedia, August 29, 2016).In ABAP you get a timestamp...

    REST web services without Gateway (server and client with just two custom ABAP classes!)

    Don’t get me wrong, I really like SAP Gateway and oData but sometimes it is not the most simple and elegant solution. Imagine that you have this kind of scenario: On corporate network in VPN, there is a separate server with .NET application on it and...

    Rosetta Code

    At our CodeJam in Leipzig, philipp.degler showed us a cool website - The Rosetta Code. It's a good place to learn new program languages or to train your skills.On a lazy friday afternoon I created this code - https://rosettacode.org/wiki/Execute_a_sy...