mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
record W3MI to transport (#3522)
This commit is contained in:
parent
a0087d3490
commit
3a013c497a
|
@ -313,11 +313,12 @@ CLASS ZCL_ABAPGIT_OBJECT_W3SUPER IMPLEMENTATION.
|
||||||
change_of_class_not_allowed = 23
|
change_of_class_not_allowed = 23
|
||||||
no_change_from_sap_to_tmp = 24
|
no_change_from_sap_to_tmp = 24
|
||||||
OTHERS = 99.
|
OTHERS = 99.
|
||||||
|
|
||||||
IF sy-subrc IS NOT INITIAL.
|
IF sy-subrc IS NOT INITIAL.
|
||||||
zcx_abapgit_exception=>raise( 'Cannot update TADIR for W3xx' ).
|
zcx_abapgit_exception=>raise( 'Cannot update TADIR for W3xx' ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
|
corr_insert( iv_package ).
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user