kilian_kilger
Active Participant
Member since ‎07-12-2010

User Statistics

  • 77 Posts
  • 9 Solutions
  • 13 Kudos given
  • 245 Kudos received

User Activity

1. Introduction The fastest in-memory database in ABAP is ... often the ABAP table buffer! The ABAP table buffer has an innocent-sounding name. Contrary to query buffers, which store the result of a previous query, the ABAP table buffer buffers the ...
1. Introduction Typically there are two kinds of improvements to a programming language. This first kind makes difficult things easy and the second kind makes impossible things possible. This blog post is about arbitrary precision arithmetic which fa...
Dynamic Structure Component Expressions 1. Introduction In this blog post I will introduce dynamic structure component expressions. This blog post is a sequel to my previous blog post: A new kind of ABAP expression ‎ Everything in this section only...
It is a friday afternoon and you want to write the longest ABAP statement on earth? Of course you could take advanced ABAP expressions for this. An alternative would be to use ABAP SQL! What about an SQL statement which can play chess? Let's give i...
New ABAP expressions for generic and dynamic programming in ABAP Platform 2021: Part I - Dynamic Access to (maybe generic) references Do you use the new ABAP expressions like constructor operators or table selectors in your coding? But you often find...