-
Notifications
You must be signed in to change notification settings - Fork 3
Home
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
.
- Installation
- Understanding abaK functionalities
- Learning from the Examples
- ZABAK configuration (optional)
- Instantiating abaK
- Declaring use access of Package Interface ZABAK_API
- What is a Format?
- What is a Source?
- Explore the UML Class diagram
- Extend
abaK
with Format: Custom and Source: Custom - Proper use of exceptions in custom code: The ZCX_ABAK exception