mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
DDLS-Serialization: Write transport request entry (#2927)
This commit is contained in:
parent
d086bc1623
commit
680dbd6b74
|
@ -178,6 +178,8 @@ CLASS ZCL_ABAPGIT_OBJECT_DDLS IMPLEMENTATION.
|
||||||
devclass = iv_package
|
devclass = iv_package
|
||||||
prid = 0.
|
prid = 0.
|
||||||
|
|
||||||
|
corr_insert( iv_package ).
|
||||||
|
|
||||||
CATCH cx_root INTO lx_error.
|
CATCH cx_root INTO lx_error.
|
||||||
zcx_abapgit_exception=>raise( iv_text = lx_error->get_text( )
|
zcx_abapgit_exception=>raise( iv_text = lx_error->get_text( )
|
||||||
ix_previous = lx_error ).
|
ix_previous = lx_error ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user