mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Merge branch 'main' into hvam/web0704
This commit is contained in:
commit
956aa01e50
|
@ -405,6 +405,9 @@ CLASS zcl_abapgit_sap_package IMPLEMENTATION.
|
|||
no_access = 4
|
||||
object_locked_and_modified = 5
|
||||
OTHERS = 6 ).
|
||||
IF sy-subrc <> 0.
|
||||
RETURN.
|
||||
ENDIF.
|
||||
|
||||
rv_description = li_package->short_text.
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user