Recent Activity

    How to get the logical file path name dynamically by reading physical path and upload file on application server in abap

    Introduction:-In some cases when we upload a file on application server we need to get the logical file path name dynamically since we deal with different systems i.e. Development, Quality and production system and the server path is different in all...

    Of the Quirky and Old - strange and funny ABAP constructs explained 2 – the negative currency conversion rate

    Background My second blog about old, strange, funny or otherwise quirky ABAP-stuff that most ABAP-programmers will encounter sooner or later is a short one. It’s just that, while being busy writing an ABAP-program that needed a currency conversion, ...

    BMEIJS by Active Participant
    • 8590 Views
    • 6 Comments
    • 8 Likes

    Using $format and $expand

    We now up the pace a bit and have a look at some of the more advanced OData System Query Options.   How do I change the format I get data in?   The format your data is returned in is dictated in one of two ways, either using the "accept" header v...

    Paul_todd by Product and Topic Expert
    • 5919 Views
    • 1 Comments
    • 0 Likes

    How to Prevent Disruption

    In the last weeks I blogged twice about disruptions in SAP standard software – now I turn the tables and will tell what I did to prevent disruptions that have been caused by ourselves. I want to discuss what we, as ABAP developers, can do to prevent ...

    ttrapp by SAP Mentor
    • 3813 Views
    • 2 Comments
    • 9 Likes

    FILES AND NOTE ATTACHMENTS CREATION, DISPLAY AND DELETION USING GOS SERVICES

    STEP 1:- Use transaction SWO1 to create an generic object services. STEP 2:- A popup appears. Fill fields Object type, Object name, Name, Description and Program. Choose Application = '*'. Leave Supertype blank. STEP 3:- In the main page position th...

    Of the Quirky and Old - strange and funny ABAP constructs explained 1 – The Fixed Point Arithmetic heritage

    Why I started writing a blog After having explained to one of my younger colleagues why his calculations in a custom condition routine (function group V61A, to be precise) were always a factor 1000 to large, another colleague (thanks René van Mil) o...

    BMEIJS by Active Participant
    • 6855 Views
    • 15 Comments
    • 7 Likes

    How to Easy... Create a Search Help by code and fill more than one field in screen

    Sometimes we need to create a custom search help and fill more than one field in screen with a single selection.This can be easily achieved by using FM to create this Search Help.Here is an example to use in a screen with two fields.Considering our s...