Merge branch 'main' into mbtools/gui_sessions

This commit is contained in:
Marc Bernard 2024-12-17 14:08:42 -05:00 committed by GitHub
commit 93c1b32db7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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