Recent Activity

    Guidelines for making a decision about using Java-only system instead of double-stack

    Hi,As you all probably know, SAP AG officially released latest version of SAP PI 7.31, which provides new enhanced functionality compared to the previous release SAP PI 7.30, and of course, new product within latest release called SAP NW Process Orc...

    How to display additional information about IDoc processing in the Application Log - Developer Guideline

    SummaryThis document describes how to to write down the messages issued by the IDoc inbound processing in the application log, improving the level of monitoring .It contains information about customizing settings as well code snippets that might be i...

    ABAP and JSON

    WIth Releases 7.02 and 7.03/7.31 (Kernelpatch 116) JSON is supported natively in ABAP by the following features:JSON-XML is a special XML format that enables JSON data to be described using an XML representation. A new format, IF_SXML=>CO_XT_JSON, ha...

    Get WSDL from ABAP PROXY

    Hi Experts,A few days ago I had a client request, which was to generate a proxy based on another proxy, because I had no corresponding WSDL.Then I happened to find a way to get the WSDL generated proxy and after some time I found a way:1-Go to transa...

    Inclusion of the personnel number of a traveler (PERNR) in the credit card transaction file when this data is absent

    About Author:Parag Parikh is an SAP ABAP/FS-CD/Workflow consultant with 5.5 years experience. He has worked on multiple SAP modules. He is currently working as workflow expert with Deloitte Consulting LLP.Summary:The various credit card companies whi...

    SAP TechEd 2012 – ABAP for SAP HANA: what the heck is code pushdown?

    (2nd part of SAP TechEd recap blog)In my last blog I have written about why we need ABAP for SAP HANA, about what we have already done as well as what we are planning to do in order to facilitate the integration between ABAP and the in-memory databas...

    schneidertho by Product and Topic Expert
    • 16447 Views
    • 9 Comments
    • 11 Likes

    Zipping byte array in memory (java snippet)

    In case you need to zip some data, for sending to the client on the fly without intermediary file creation that's simple as piece of cake:ByteArrayOutputStream bos = new ByteArrayOutputStream();                                                        ...

    Search Generic UIBB

    I continued exploring the new functionality(I always define something as "NEW" if I do not know that topic before, so I would consider this functionality as "NEW" to me :wink: ) and came across the "Search Component(GUIBB SEARCH)", here is a quick i...