mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
FUGS: Fix activation error
Textpool for FUGS does not need activation
This commit is contained in:
parent
7dd14b7ccf
commit
7568178a66
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user