abapinho / abaK

ABAP constants done right
MIT License
32 stars 3 forks source link
abap abapgit constants library sap

(abaK is now in beta stage. It's mostly stable but its API can still change and more tests need to be done so please don't use it in a production environment yet. Wait for a non-beta release.)

abaK

A powerful yet simple ABAP library to manage constants.

Why

Nowadays, whenever a constant is needed in a program, it has to be hard coded, stored in a dedicated custom ZTABLE or, even worse, stored in the standard table TVARVC (or similar).

What

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

It's 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.

How

abaK offers a simple yet powerful and flexible way for any program to manage its constants. Advantages of using abaK:

Providing a well-defined API, abaK clearly separates the way it is used from the way the constants are stored.

Documentation in the wiki.

Requirements

FAQ

For questions/comments/bugs/feature requests/wishes please create an issue.