Recent Activity

    Are Your ABAP Systems Healthy? Give them a Regular Checkup with SOA Manager

    Those of you who attend your doctor for regular checkups are possibly more likely to live better and longer. And what about your peace of mind, at least for a short period after the checkup, knowing that everything is in order? Those little niggles o...

    LSMW for uploading BOM

    PurposeThis document will briefly discuss LSMW for uploading Bill of Material using Direct Input Method.Prepare LSMWProject      : As name describes, I mention the name of the project.Subproject : I usually maintain the module for which we are prepar...

    Could it be?

    It has been quite some time since I wrote a blog. Not that I didn’t have the urge to share something with the world, rather that this was possible within the 140 characters limit of twitter. In this period a lot has changed as well, although the more...

    How to Re-use Material Master Skipping numbers using RFC/BAPI during upload the data into SAP

    Sometimes the client or end-users says that some material master numbers are getting skipped due to some error in Material Master Record data during the data upload using RFC / BAPI.  Scenario:Material Numbers generated are “000000000200000020”, “000...

    Change BP using CVI_EI_INBOUND_MAIN

    Hello,if you want to change businesspartner or customer than the short demo program could be useful.MartinDATA: i_data                                           TYPE cvis_ei_extern_t,      e_return                                             TYPE bap...

    SAP's Backdoor

    SAP security research is one of my basic duties in Positive Technologies. Moreover, I had to think of what I would speak about to the participants of our PHDays III forum. Thus, I came to the following subject of research: how to hide a user with the...

    How to make local variables available for all methods within an ABAP class?

    You have two possibilities to make this happen:Just type or paste the definitions of a local variable into the definition part of the private section of the current class. In SAP NetWeaver 7.40 or higher, you can run the quick fix Convert Local Varia...

    ALV with HTML header

    ObjectiveCreate an ALV report and an HTML header for it.ReportREPORT  ZALV_HEADER_HTML. TABLES : sflight. TYPE-POOLS: slis. DATA : w_repid LIKE sy-repid. TYPES : BEGIN OF ty_comp.         INCLUDE STRUCTURE sflight. TYPES : END OF ty_comp. DATA: w...

    Things that are cool to change for everyone and those you’d better don’t touch

    Notes about updating this blog: last update is 6/9/2013 and is marked red. Be careful about TOO_MANY_ITAB_FIELDS in combination with older NW relases!!! Also if you cannot find a way how to create your own pattern for message raising which got remove...

    OttoGold by Active Contributor
    • 8310 Views
    • 17 Comments
    • 13 Likes