An open API service indexing awesome lists of open source software.

https://github.com/frehu/abap-deps-apack

Apack interface definitions to be used with abaplint
https://github.com/frehu/abap-deps-apack

Last synced: about 2 months ago
JSON representation

Apack interface definitions to be used with abaplint

Awesome Lists containing this project

README

        

# abap-deps-apack

Apack interface definitions

## Usage

If abaplint complains about a missing interface `zif_apack_manifest` or `if_apack_manifest`, update your `abaplint.json` with
```json
"dependencies": [
{
"url": "https://github.com/FreHu/abap-deps-apack",
"folder": "/deps",
"files": "/src/**/*.*"
}
]
```