Skip to content

Commit

Permalink
Merge pull request #93 from igdies/patch-1
Browse files Browse the repository at this point in the history
method exclude_function fix
  • Loading branch information
fidley authored Aug 8, 2024
2 parents bc7b4a7 + 06e3d51 commit b2cda22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CODE/zcl_falv.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,7 @@ CLASS zcl_falv IMPLEMENTATION.
IF NOT line_exists( exclude_functions[ table_line = iv_ucomm ] ).
INSERT iv_ucomm INTO TABLE exclude_functions.
ENDIF.
r_falv = me.
ENDMETHOD.

METHOD create_ex_result_falv.
Expand Down

0 comments on commit b2cda22

Please sign in to comment.