Skip to content

Package Interface ZABAK_API

Nuno Godinho edited this page Mar 29, 2019 · 1 revision

abaK is encapsulated in a package

All abaK objects are encapsulated in a package. We suggest calling it ZABAK but it can really be whatever you want. Since this package is encapsulated, if your SAP system has package validation enabled (and it should), then you'll get package validation warnings when you try to use any of its objects.

Package interface ZABAK_API

The abaK package has an interface called ZABAK_API which lists all the objects that can be used from the outside. Any other object not included in the interface is not supposed to be used from outside (and there really is no good reason to do it).

How to use abaK

Whenever you use abaK, make sure the package containing the object using it includes the package interface ZABAK_API in the Use Accesses tab. That's it.

Clone this wiki locally