You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Web version" is not able to load dependencies. Therefore, objects that rely on dependencies are marked with errors. For example, in abapGit:
Missing dependencies:
The "not found" errors within the exception are ok (2nd pic) but it would be nice to suppress the "class unknown" errors where the exception object is used (1st pic).
Usage in data definition (DATA ... TYPE REF to zcx_abapgit_exception. > no error)
Usage in class definition (METHODS ... RAISING zcx_abapgit_exception. > class unknown error)
Calling a method (zcx_abapgit_exception=>raise... > class unknown error)
The text was updated successfully, but these errors were encountered:
"Web version" is not able to load dependencies. Therefore, objects that rely on dependencies are marked with errors. For example, in abapGit:
Missing dependencies:
The "not found" errors within the exception are ok (2nd pic) but it would be nice to suppress the "class unknown" errors where the exception object is used (1st pic).
DATA ... TYPE REF to zcx_abapgit_exception.
> no error)METHODS ... RAISING zcx_abapgit_exception.
> class unknown error)zcx_abapgit_exception=>raise...
> class unknown error)The text was updated successfully, but these errors were encountered: