Recent Activity

    ABAP Doc

    ABAP Doc can be used to provide developer documentation for ABAP source code development objects (like classes, interfaces, function modules, programs) within the ABAP source code by using ABAP comments.I would like to give you a short overview how y...

    schneidermic0 by Product and Topic Expert
    • 70071 Views
    • 64 Comments
    • 81 Likes

    One case I met: SAPLSLVC_FULLSCREEN was modified, so ALV output is not in full screen

    Share one case here I met: Someone modified the standard program SAPLSLVC_FULLSCREEN, so ALV output is not in full screen.I found the screen 500 of the program SAPLSLVC_FULLSCREEN was modified, this can be seen in transaction SE80 -> Program -> SAPLS...

    DavidLY by Product and Topic Expert
    • 2578 Views
    • 0 Comments
    • 0 Likes

    Display Information in Chart's

    Hi,It's a basic Development to display information's in Different-2 charts.Note: -  For display information in chart IGS Server should be active in SAP System.Input: - Here, Number of Information's indicates the total number of information which will...

    ipravir by Active Contributor
    • 994 Views
    • 0 Comments
    • 8 Likes

    Update Garnishment infotypes (0194 and 0195) in Simulation Mode and update infotype Text of infotype 195

    This Article is about ‘How to update the garnishment infotypes in Simulation/Test mode using standard Classes and update infotype text.Business ScenarioYou may come across requisite to update  the infotypes in Simulation/Test mode. Means when you run...

    kamesh_g by Contributor
    • 4118 Views
    • 0 Comments
    • 0 Likes

    CCo (COM Connector) for SAP NetWeaver RFC Library for Scripting Languages

    SAP offers different connectors to develop ABAP compatible components and applications. JCo for Java environments, NCo for dotNET languages and the NetWeaver RFC SDK for C++. But what's up if you work neither with Java or dotNET environments nor with...

    Simple Remote Query

    Summary:   Introduction First Goal Macro: a new perspective Simple Remote Query Where to get the code INTRODUCTION Few days ago I fixed a bug referring to my manuel.bellet/blog/2011/11/06/dynamically-handling-structure-data-types-defined...

    ABAP in Eclipse Survey - Remark: Survey is over now - Thanks for your participation

    Dear ABAP Community,Since July 2012 SAP offers the new ABAP development tools for eclipse as an alternative for the ABAP workbench for productive usage.As we are very interested in incorporating your demands and wishes into our new product we need yo...

    ThFiedler by Product and Topic Expert
    • 1349 Views
    • 11 Comments
    • 1 Likes

    Mozilla Persona for ABAP AS

    Disclaimer: this prototype is far from production ready due to various reasons. It still shows what you can do when you have a biscuit recipe. It was also fun to do. All development was done in Netweaver version 7.31. I really like new Mozilla Pers...

    mvoros by Active Contributor
    • 1703 Views
    • 3 Comments
    • 1 Likes

    No Comment

    I am not sure what kind of commenting strategy you use at your company. * Do you hear the people sing?In a lot of SAP delivered code I either see no comments or comments in German. * Singing a song of angry men?Thankfully Google translate can give a ...

    Dynamic Class creation

    SAP syntax for Class creation: CREATE OBJECTCREATE OBJECT oref               TYPE {class|(name)} [parameter list].... PARAMETER-TABLE ptab ... EXCEPTION-TABLE etab  Effect We can use these additions when the instanced class is specified dynamically i...

    JoffyJohn by Active Contributor
    • 5436 Views
    • 0 Comments
    • 0 Likes

    Baking Biscuits

    Java AS has a nice capability of using a custom logon module. This allows you to use alternative methods to authenticate users. A nice technical example is to use Facebook Connect as an alternative method for authentication. Check this blog for more ...

    mvoros by Active Contributor
    • 4188 Views
    • 17 Comments
    • 8 Likes