DSYS: Fix exceptions (#5608)

Replace exceptions with correct names
This commit is contained in:
Marc Bernard 2022-06-01 11:18:22 +02:00 committed by GitHub
parent 1a394ff173
commit 380f297bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,8 +213,8 @@ CLASS zcl_abapgit_object_dsys IMPLEMENTATION.
dokname = mv_doc_object+4(*)
doklangu = lv_lang
EXCEPTIONS
class_unknown = 1
object_not_found = 2
not_hypertext_class = 1
no_editor = 2
OTHERS = 3.
rv_exit = boolc( sy-subrc = 0 ).