-
Notifications
You must be signed in to change notification settings - Fork 3
Package Interface ZABAK_API
Nuno Godinho edited this page Mar 29, 2019
·
1 revision
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.
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).
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.