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 .
|
zcx_abapgit_exception .
|
||||||
METHODS read_description
|
METHODS read_description
|
||||||
RETURNING
|
RETURNING
|
||||||
VALUE(rv_description) TYPE string
|
VALUE(rv_description) TYPE string.
|
||||||
RAISING
|
|
||||||
zcx_abapgit_exception .
|
|
||||||
METHODS read_responsible
|
METHODS read_responsible
|
||||||
RETURNING
|
RETURNING
|
||||||
VALUE(rv_responsible) TYPE usnam
|
VALUE(rv_responsible) TYPE usnam.
|
||||||
RAISING
|
|
||||||
zcx_abapgit_exception .
|
|
||||||
METHODS create_child
|
METHODS create_child
|
||||||
IMPORTING
|
IMPORTING
|
||||||
!iv_child TYPE devclass
|
!iv_child TYPE devclass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user