Skip to content

Commit

Permalink
Merge pull request #37 from ferenci/patch-1
Browse files Browse the repository at this point in the history
Update zcl_falv.clas.abap
  • Loading branch information
fidley authored Jan 25, 2017
2 parents 1ef9123 + 4a1e886 commit 2d47a81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CODE/zcl_falv.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,9 @@ CLASS ZCL_FALV IMPLEMENTATION.

method display.
field-symbols: <outtab> type standard table.
if me->title_v1 is INITIAL.
me->title_v1 = sy-title. " for lazy people who wants to have alv title to be equal one from report.
ENDIF.
if built_in_screen eq abap_true and iv_force_grid eq abap_false.
if screen eq c_screen_popup and iv_start_row is initial
and iv_start_column is initial
Expand Down

0 comments on commit 2d47a81

Please sign in to comment.