Recent Activity

    Creation of Goods Receipt by using a BAPI for MIGO Transaction and sending the details to third party system

        This Program will help to upload the data for MIGO Transaction and also to send the data to third party system by using PI   . Need to display the excel file as ALV output. In MIGO there are two operations that are performed to post a GR...

    SAT to the rescue!

    I've lost track of how often transaction SAT has come in handy when I needed to either better understand what a program was doing or why a transaction was causing issues where troubleshooting wasn't easy. Because of my many positive experiences with ...

    Uploading excel file to database and modify the ztable without popup excel file while executing the program.

    Hi All, This blog post will explain to upload the excel sheet to database and modify the database ztable. User wants to update multiple invoice numbers with single date and wants to update the invoice number with particular date. I have three field...

    Playing with Github Copilot: Can AI automatically write ABAP code?

    A few months ago GitHub released Copilot, an AI to help you write code by guessing what you will type next. It’s ‘powered by’ OpenAI and was trained on public GitHub repositories. At the moment it only works in Visual Studio Code but it’s pretty eff...

    Q-Hackathon 2021

    What is the Q-Hackathon? On October 21st and 22nd the 2nd part of the Q-Summit, the Q-Hackathon, took place in Mannheim at the MAFINEX Technology Center. The Hackathon is a competition that offers an opportunity to students immerse themselves in the ...

    Building an OData Service with a Spring-Boot Java Application using Olingo - Part I

    This blog will deal with an end to end implementation of an OData service using the Olingo library for a Java Spring-Boot application. There are some outdated blog posts that explain how to use Olingo, but none of them also uses Spring, or if they do...

    a blog about the log

    The dictionary definition of a log is, “a part of the trunk or a large branch of a tree that has fallen or been cut off”. The log gives information about the tree it was cut off from, such as age of the tree, type of the tree and health of the tree. ...

    SandipD by Product and Topic Expert
    • 1561 Views
    • 0 Comments
    • 1 Likes

    I (mistakenly) shared my personal information….. Now what? And parallels with enterprise security

    Recently, I thought I fell for a scam. I received a letter, which fortunately turned out to be legitimate and not a case of mail fraud, as I initially feared. However, I provided my personal information before verifying the legitimacy of the letter. ...

    mbc by Advisor
    • 1267 Views
    • 0 Comments
    • 2 Likes

    Design Patterns in ABAP: Factory and singleton (and the wonderous world of OO-Abap)

    Introduction Did you ever encounter that even after the statement DEFINITION DEFERRED you still need to move the definition of your class? Or have you ever wondered that if a singleton-class has several subclasses, why all those subclasses will be si...

    Jan-WillemK by Active Participant
    • 45594 Views
    • 13 Comments
    • 25 Likes

    ABAPConf 2021

    WRITE 'Hello World!'. A new conference is added to the list of virtual events: ABAPConf. It’s all about ABAP, the lingua franca of the SAP universe. ABAPConf will take place on 9th December 2021, is free and virtual: sessions will be streamed on You...

    hofmann by Active Contributor
    • 2596 Views
    • 2 Comments
    • 22 Likes

    Using something other than a Windows computer for ABAP development: It’s possible, but is it practical?

    Spoiler: Yes, it is. Now more than ever. I’d wager that most ABAP Developers and Architects use Windows computers. It’s simply the default option. But can our everyday tasks be carried out with the same ease using a Mac, a Linux, or some other deskt...

    k1000 by Active Participant
    • 12866 Views
    • 21 Comments
    • 24 Likes

    Z* BOBT

    Small BOPF objects editor. There are several good BOPF related articles and books of James Wood's Working with the BOPF API &  BOPF: Business Object Development & Paul Hardy's ABAP to the Future (BOPF chapter) After reading them, I decided to do som...