FUGS: Fix activation error

Textpool for FUGS does not need activation
This commit is contained in:
Marc Bernard 2024-12-10 16:43:15 +00:00
parent 7dd14b7ccf
commit 7568178a66

View File

@ -601,7 +601,8 @@ CLASS zcl_abapgit_objects_program IMPLEMENTATION.
ENDIF. ENDIF.
ENDIF. ENDIF.
IF lv_state = c_state-inactive. "Textpool in main language needs to be activated "Textpool in main language needs to be activated (not for FUGS/FUGX)
IF lv_state = c_state-inactive AND iv_program NP 'SAPLX*'.
zcl_abapgit_objects_activation=>add( zcl_abapgit_objects_activation=>add(
iv_type = 'REPT' iv_type = 'REPT'
iv_name = iv_program iv_name = iv_program