Recent Activity

    Answer-Thon 2021

    Dear community, our Answer-Thon 2021 has already started. Please check this blog by juliarusso for more details. There are badges to win And there is also "something else" to win... Reading questions is different from reading a blog. At least that'...

    A Step by Step process to trigger Odata Service to send data based on Event Configuration in SAP HANA

    Hi All, I had gone through multiple blog post and had not seen any blog post where it have given details how to send data from SAP HANA system to third party system through odata service based on Event configuration . Event based triggering is comm...

    Post Customer and Vendor using BAPI_ACC_DOCUMENT_POST ((40/50 for G/L Accounts, 31/21 for vendor sub-ledger,11/01 for Customer sub-ledger))

    Introduction: This blog post will describe the various steps involved to post a FI document using BAPI ‘BAPI_ACC_DOCUMENT_POST’ from TXT file.   Requirement: The TXT file should be balanced for the document to be posted i.e. credit amount and debit ...

    343929 by Explorer
    • 25266 Views
    • 1 Comments
    • 7 Likes

    Thoughts on stable ABAP APIs

    In this blog post, let's look at APIs inside an ABAP system. A API in ABAP can be seen as a set of ABAP objects, for simplicity take DOMA + DTEL + TABL + TTYP + CLAS + INTF as an example. I consider changes to an API to be stable if the changes in t...

    larshp by Active Contributor
    • 5567 Views
    • 17 Comments
    • 16 Likes

    Debug tips about VL014 "Error delivery split because the partners are different"

    When using TCODE VL10B to create a delivery order based on one specific STO order, the user got the Error message of VL014 which is "Item &: delivery split because the partners are different". All items share the same customer and related split confi...

    Custom NTLM client in ABAP

    NTLM is a protocol used to authenticate against a variety of Microsoft products. NTLM is not a recommended authentication protocol, but sometimes it's the best there is. Now it's possible to do NTLM authentication over HTTP via ABAP!     I start...

    larshp by Active Contributor
    • 2339 Views
    • 3 Comments
    • 9 Likes

    Who was Richard Harper?

    You will excuse me, but I need to write this. It's not about ABAP, it's not about development, it's not about SAP, but it's a bit about all this. If you are here for any of those things listed, just stop reading and go invest your time in another pl...

    VXLozano by Active Contributor
    • 5094 Views
    • 23 Comments
    • 27 Likes

    Use of node class in BOPF

    Introduction: I tried searching the web regarding "node class" of BOPF framework, I found very little information. Hence, I explored it and thought to share my findings in the community, which will help someone who is new to the framework. So in this...

    Gourab_Dey by Product and Topic Expert
    • 6252 Views
    • 5 Comments
    • 3 Likes

    Building a RESTful application using Flask in LINUX which consumes a Machine Learning model to predict data

    In this blog, I will be covering how you can create a Rest API endpoint using Flask in Linux which consumes a Machine Learning model to predict data. Prerequisites You need to have training data and test data ready with you. Installation required in ...

    chetali by Product and Topic Expert
    • 1444 Views
    • 1 Comments
    • 5 Likes

    Testing ABAP Code

    where test early, test often and test enough is not related to COVID-19. Thus spake the master: "Any program, no matter how small, contains bugs". The novice did not believe the master's word. Geoffrey James, The Zen of Programming Code Q...

    nomssi by Active Contributor
    • 10562 Views
    • 0 Comments
    • 20 Likes

    ABAP Units by -wrong- example

    Warnings: English is not my mother language (is not even a far long time ago lost aunt language), and I learned it just with the goal to be able to communicate, so, my apologies for all the atrocities you will find here there's a saying in my la...

    VXLozano by Active Contributor
    • 2771 Views
    • 11 Comments
    • 8 Likes