emanuel_klenner
Active Participant
Member since ‎08-01-2012

User Statistics

  • 67 Posts
  • 9 Solutions
  • 30 Kudos given
  • 132 Kudos received

User Activity

Introduction Several times a week I need to try out a piece of coding that I don't want to put into the production code right away. I used to create little test reports to experiment with the code snippets I need. The problem with this approach was ...
Introduction This article will give you an understanding of the two main options that allow you to make enhancements to the PMMO application. Option 1 - Flexible Enhancements via Subclasses has been nicely described already. Option 2 - Enhance P...
Introduction During a code review I came across an interesting question: What happens to the runtime of a SQL statement when a ranges table used in the selection contains the same value multiple times? Turns out that the runtime can increase quite a...
Introduction The Business Application Log (BAL) is a tool widely used by many applications. It offers nice functionality for enhancements and adaptation. For the PMMO application we made extensive use of these capabilities. Transaction SLG1 This is ...
Do you have batch jobs or online applications that generate massive amounts of messages in the application log? Do you wish there was a way to just get an overview of what messages were issued so that you can focus on the most important ones? Do yo...