DDLS-Serialization: Write transport request entry (#2927)

This commit is contained in:
Christian Günter 2019-09-26 10:41:38 +02:00 committed by Lars Hvam
parent d086bc1623
commit 680dbd6b74

View File

@ -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 ).