Revert TABU

This commit is contained in:
Marc Bernard 2024-10-21 16:55:59 -04:00 committed by GitHub
parent 23383d3ff5
commit 56e8ef4750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,7 +209,7 @@ CLASS zcl_abapgit_cts_api IMPLEMENTATION.
IMPORTING
pe_result = lv_type_check_result.
rv_transportable = boolc( lv_type_check_result CA 'RTL' OR iv_object_type = 'TABU' ).
rv_transportable = boolc( lv_type_check_result CA 'RTL' ).
ENDMETHOD.