Skip to content

Commit 83e87cd

Browse files
committed
test
1 parent b25e8ab commit 83e87cd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/fugr/openabap.fugr.conversion_exit_alpha_input.abap

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ FUNCTION conversion_exit_alpha_input.
3636
RETURN.
3737
ENDIF.
3838

39-
DO lv_len - strlen( lv_tmp ) TIMES.
40-
lv_tmp = |0| && lv_tmp.
41-
ENDDO.
39+
lv_tmp = repeat( val = '0'
40+
occ = lv_len - strlen( lv_tmp ) ) && lv_tmp.
4241

4342
output = lv_tmp.
4443

0 commit comments

Comments
 (0)