Skip to content
Nuno Godinho edited this page May 20, 2019 · 3 revisions

abaK aims to become the standard constants library that ABAP so desperately needs.

Its single design goal is to address most common needs while still being extremely easy to use, by both developers and functional people alike. And if its standard functionality doesn't cover your particular needs, you can easily extend it.

With abaK you can finally stop developing a new ZCONSTANTS table every time you need one. Or, even worse, stop storing your constants in obscure standard tables like TVARVC.

Getting started

  1. Installation
  2. Understanding abaK functionalities
  3. Learning from the Examples
  4. ZABAK configuration (optional)
  5. Instantiating abaK
  6. Declaring use access of Package Interface ZABAK_API

Advanced

Clone this wiki locally