Recent Activity

    Howto - Write documentation

    I know,The last thing any developer, technical, or even functional profile wants to do, is write documentation. Still, the documentation is a vital deliverable, and some companies even refuse to pay the final invoices if the documentation is sub-par....

    TomVanDoo by Active Contributor
    • 5732 Views
    • 6 Comments
    • 9 Likes

    Using HRDSYS Logical information Objects in a Custom Table Maintenance Dialog

    Applies to: SAP ECC 6.0, SAP NW 7.0This document explains how to use HRDSYS Logical Information Objects to link and store documentation text associated with an entry of a custom database table through its maintenance dialog, the same way it is been d...

    Guide towards a simple conversion of an XML file to ABAP Internal table, using XML parsing.

    Guide towards a simple conversion of an XML file to ABAP Internal table, using XML parsing.Applies to: SAP ECC 6.0. And further.This article elaborates the conversion process of an XML file residing in the SAP Application server, into an ABAP interna...

    By the Way, What is SSL?

    Our Company is working with SAP Turkey to provide the e-Invoicing Solution for the Turkish SAP and Non-SAP customers (Details can be found via Note 1508509 - SAP e-Invoice Solution for Turkey). In Turkey, e-Invoicing process is managed by Turkish Rev...

    Abap and Websockets : real-time functionalities with Abap Pusher (on Sap Code Exchange )

    In this blog i want to describe my new project on Sap Code Exchange : Abap Pusher ( https://cw.sdn.sap.com/cw/groups/abap-pusher )With Abap Pusher we can use Html5 websockets for adding realtime functionalities in Abap World.What is a WebSocket?(from...

    Strategy Design Pattern (Part 2) – How to implement Strategy Pattern in SAP?

    This blog is the second part of the blog series on Strategy Design Pattern:Strategy Design Pattern (Part 1) – What programming problems does it solve??Part 2 - How can we implement Strategy pattern in SAP?So before we start using the Strategy Pattern...

    SuhaSaha by Product and Topic Expert
    • 9430 Views
    • 8 Comments
    • 9 Likes

    ABAP Objects: Design and Performance Benchmark of Select, Form, Static Method, Instance Method

    ABAP Objects is often accused for being complicated and having slow performance. This blog contains a design and performance benchmark of select, form, static method, and instance method.In a previous blog - ABAP Objects: Rumble in the Jungle - Inter...

    Strategy Design Pattern (Part 1) – What programming problems does it solve?

    1. Introduction:The two key advantages of using object-orientation (OO) over procedural programming are:Reusability of code.Ease of maintenance.  And how does OO achieve the above advantages? Simply by following these basic principles:EncapsulationIn...

    SuhaSaha by Product and Topic Expert
    • 7927 Views
    • 7 Comments
    • 11 Likes

    Publishing Content from the SAP Netweaver AS ABAP to iGoogle and other RSS Readers

    1 Introduction When I tidied up my desk I found this little ABAP finger exercise which I did some years ago, when I had to take care of more than one SAP Solution Manager within a support organisation. I was irritated by the fact, that I had to logi...