Merge branch 'main' into HTTP

This commit is contained in:
Marc Bernard 2024-12-17 11:42:24 -05:00 committed by GitHub
commit 7442889199
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