Skip to content

Commit

Permalink
identical contents in if/else branch
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmink committed Sep 26, 2023
1 parent bdf6642 commit 5f312e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/z_generate_repo.prog.abap
Original file line number Diff line number Diff line change
Expand Up @@ -869,11 +869,10 @@ CLASS lcl_generator IMPLEMENTATION.
FIND FIRST OCCURRENCE OF PCRE element_name IN TABLE hidden_elements. "or line exists
IF sy-subrc = 0.
screen-active = 0.
MODIFY SCREEN.
ELSE.
screen-active = 1.
MODIFY SCREEN.
ENDIF.
MODIFY SCREEN.
ENDLOOP.
ENDMETHOD.

Expand Down

0 comments on commit 5f312e1

Please sign in to comment.