abaplint / deps

Basic ABAP dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gateway service extension classes syntax_check fails over class definitions

geert-janklaps opened this issue · comments

When running abaplint for gateway extension classes (*DPC_EXT and *MPC_EXT) the syntax_check fails over global class definitions (inherited) not being available in the project.

image

Example available in repository:
https://gitlab.com/geertjanklaps/abap-openapi-ui/tree/development

Pipeline log:
https://gitlab.com/geertjanklaps/abap-openapi-ui/-/jobs/392748459

try again, added in 8537bf3

Works fine now!
Thanks!