Recent Activity

    The Intelligent Enterprise – A Bubbly Approach to Why Consistent User Experience is Important

    Have you seen the TV commercial of a German beer company, where the protagonist has to mature from a pimply, insecure teenager to a grown-up man in order to pass the barkeeper’s visual test and receive a beer at the bar? It may be a bit far-fetched ...

    KathrinHeyd by Product and Topic Expert
    • 652 Views
    • 0 Comments
    • 3 Likes

    Obscure productivity tips: Debug Javascript running within SAPGUI browser

    While investigating an issue in AbapGit, I suspected the cause to be a Javascript error. The F12 browser debugger is the go-to thing for any web developer trying to fix something, but how to do it from SAPGUI? The best you can do from the right click...

    Parallel processing made easy

    Inspired by this blog, by @bruno.esperanca, I though I would share a useful, reusable class I developed for making parallel processing simple, by abstracting away and encapsulating all the technical stuff.   CLASS zcl_thread_handler DEFINITION PUB...

    matt by Active Contributor
    • 43000 Views
    • 33 Comments
    • 43 Likes

    Northwestern Students Apply Design Thinking to Sustainable Development Goal: Good Health and Well Being

    On Saturday March 16th, I had the great privilege to serve as a judge during the Design Expo at Northwestern University. First-year students enrolled in the Design Thinking and Communication (DTC) course shared what they had designed for various cl...

    ABAP Implicit Work Areas

    This blog is intended for newer developers who might not have been exposed to the implicit work area concept in their initial training.  Most of these implicit work area constructs are obsolete for general programming use and typically are forbidden ...

    BRF+, OPD, and custom ABAP code

    My requirement was to create a customer statement - easy enough.  The next requirement was a little harder.  It was to use the invoice OPD to determine e-mail or print.  If it was e-mail then where to send it. To start out, I'm on HANA On-Premise ve...

    mmcisme1 by Active Contributor
    • 31735 Views
    • 26 Comments
    • 14 Likes

    Hey Jude

    Inspired by this diagram I found some day, we tried to implement a suitable ABAP-Version. credtis: http://loveallthis.tumblr.com/search/jude   Songtext The diagram shows the lyrics of Hey Jude by The Beatles but does not cover the complete songte...

    EnnoWulff by Active Contributor
    • 2638 Views
    • 8 Comments
    • 7 Likes

    Create an Excel worksheet (XLS file) using structures of the data dictionary

    This blog demonstrates how to create an Excel worksheet based on structures of the data dictionary dynamically. The development consists in create an Extensible Markup Language (XML) file using Document Object Model (DOM) API that can be read on Exce...

    Have my Home SAP (AS Development Edition 751) - Part 2

    上篇说到install SAP ABAP AS DEV完成了,但是instance的服务起不来,processList里面应该要亮四盏绿灯,结果只有一绿一灰…… 纠正上文一个信息,安装的时候,并不是3G虚拟机1G主机,我尝试了但是根本带不动虚拟机。安装时其实是2G+2G,2G分给虚拟机2G留给主机。 再介绍下我的硬件环境,没啥硬货: 主力机:DELL M5110 (2011年,AMD A4,10G RAM,256G SSD,500G HDD),下文简称M5110 NAS:Synol...