mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Merge branch 'main' into wdcc-deserialize
This commit is contained in:
commit
7c37200d13
|
@ -41,14 +41,10 @@ INTERFACE zif_abapgit_sap_package
|
|||
zcx_abapgit_exception .
|
||||
METHODS read_description
|
||||
RETURNING
|
||||
VALUE(rv_description) TYPE string
|
||||
RAISING
|
||||
zcx_abapgit_exception .
|
||||
VALUE(rv_description) TYPE string.
|
||||
METHODS read_responsible
|
||||
RETURNING
|
||||
VALUE(rv_responsible) TYPE usnam
|
||||
RAISING
|
||||
zcx_abapgit_exception .
|
||||
VALUE(rv_responsible) TYPE usnam.
|
||||
METHODS create_child
|
||||
IMPORTING
|
||||
!iv_child TYPE devclass
|
||||
|
|
Loading…
Reference in New Issue
Block a user