Skip to content

Commit 5ff154f

Browse files
authored
Merge pull request #99 from fidley/98-patch
Update zdemo_falv27.prog.abap
2 parents a21817b + 5f6745c commit 5ff154f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CODE/zdemo_falv27.prog.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ class lcl_falv implementation.
4343

4444
" vertikal verbinden
4545
set_merge_vertically(
46-
row = 1
46+
col = 1
4747
tab_col_merge = VALUE #(
48-
( col_id = 1 outputlen = 2 ) ) ).
48+
( row_id = 1 outputlen = 2 ) ) ).
4949

5050
set_cell_style(
5151
row = 1

0 commit comments

Comments
 (0)