mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
convert, fix dump (#6415)
This commit is contained in:
parent
9284a7342e
commit
c267d2ac20
|
@ -41,7 +41,6 @@ CLASS lcl_in IMPLEMENTATION.
|
||||||
source = iv_data
|
source = iv_data
|
||||||
RECEIVING
|
RECEIVING
|
||||||
result = rv_string.
|
result = rv_string.
|
||||||
rv_string = rv_string(iv_length).
|
|
||||||
ELSE.
|
ELSE.
|
||||||
CALL METHOD go_conv_old->('CONVERT')
|
CALL METHOD go_conv_old->('CONVERT')
|
||||||
EXPORTING
|
EXPORTING
|
||||||
|
|
Loading…
Reference in New Issue
Block a user