former_member351591
Explorer
Member since ‎08-14-2013

User Statistics

  • 22 Posts
  • 2 Solutions
  • 5 Kudos given
  • 67 Kudos received

User Activity

ZCL_EUI_CRC64 class Source code in github Why do we need another class? ABAP has a lot of methods to calutae md5, sha1 or sha256 hashes. But there are some limitation with: Data references Objects Strings & xStrings Tables with complex dat...
Small BOPF objects editor. There are several good BOPF related articles and books of James Wood's Working with the BOPF API &  BOPF: Business Object Development & Paul Hardy's ABAP to the Future (BOPF chapter) After reading them, I decided to do som...
Hi ABAP-ers! You are probably already familiar with one of the following methods to create dynamic popup screens FM 'POPUP_GET_VALUES' FM 'FREE_SELECTIONS_DIALOG' CL_CI_QUERY_ATTRIBUTES=>GENERIC( ) But let's make them a little bit more flexi...
The main purpose of the library is to avoid magic numbers and other "permanent data" from the code. And give the ability to change the "constants" in friendly interface. Accounts by specific mask, texts in generated FI documents or ranges of BKPF-BL...
Where Even if you don't familiar with JavaScript templating engines which of the following statements is more straight forward and clear? JavaScript language in templating engine & LiveCycle Designer In the left part of the image is easy to find IF...