mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
PARA: better error information
This commit is contained in:
parent
45a2ba1cd1
commit
8b1cbd4b89
|
@ -132,7 +132,7 @@ CLASS zcl_abapgit_object_para IMPLEMENTATION.
|
|||
request_language_denied = 9
|
||||
OTHERS = 10.
|
||||
IF sy-subrc <> 0.
|
||||
zcx_abapgit_exception=>raise( |error from RS_ACCESS_PERMISSION. SUBRC={ sy-subrc }| ).
|
||||
zcx_abapgit_exception=>raise_t100( ).
|
||||
ENDIF.
|
||||
|
||||
SELECT COUNT(*) FROM cross WHERE ( type = 'P' OR
|
||||
|
|
Loading…
Reference in New Issue
Block a user