Recent Activity

    Libraries are becoming top-innovators. So what is your approach to innovate analytics in your business ?

    Libraries... really ?Early September the Library of Birmingham reopened. And remarkably this was a huge event.Libraries you say ? Do they still exist ? Are these not becoming mastodons of an era almost gone now we have the digital age ? Sure. And tha...

    edwin_geel by Product and Topic Expert
    • 2000 Views
    • 3 Comments
    • 5 Likes

    Send Mail

    Many times I've had to develop a program for sending email, the code I've used is always the same except te part to get and fomat the informations to be sent, so I decided to develop a function, a little tool to be used and call as soon as I need to ...

    SM30 Dinamic buttons

    Dear,Sometimes we need either hide or display some buttons in maintain tables.I've decided to make a sample document to easily find where to do such maintain. 1) In PBO from its screen, create a new module, consequently a new include.2) WIthin of new...

    TRDA - Release notes

    Important preliminary noteif you want the same kind of tool to be included in SAP standard delivery, you can vote for it on Idea Place:https://ideaplace.brightidea.com/ct/ct_a_view_idea.bix?idea_id={8F263B5D-1FAB-4942-BB73-AB8404180F68}Version 5.4: v...

    Organizational Structure in a Tree Structure!

    Function Module to display the organizational structure in a tree structure.CALL FUNCTION 'RH_ORG_STRUCTURE_SHOW'       EXPORTING         act_plvar                    = '01'         act_otype                   = 'O'         act_objid                 ...

    Traffic Lights

    TYPES: BEGIN OF ty_alv,        lights_1 TYPE icon_d, "Exception, Holding the value of the lights        lights_2 TYPE icon_d,  "some text        lights_3 TYPE icon_d,  "some text*        lights_4 TYPE icon_d,  "some text       END OF ty_alv.DATA: gs_...

    Simple Program

    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.SELECTION-SCREEN PUSHBUTTON /10(3) push1 USER-COMMAND push1 MODIF ID p1.SELECTION-SCREEN PUSHBUTTON 14(3)  push2 USER-COMMAND push2 MODIF ID p2.SELECTION-SCREEN PUSHBUTTON 18(3)  push3 USE...

    RTTS –Use Case 1 : A Generic program to upload data into a ztable from an excel file.

    Common ApproachCreate a local type structure or DDIC structure to match the columns of the excel sheet. Crate an internal table of the DDIC structure. Use FM TEXT_CONVERT_XLS_TO_SAP to read data from excel into internal table Now the entire excel dat...

    Kumaranl by Explorer
    • 2997 Views
    • 0 Comments
    • 1 Likes