mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
data serializer: fix carriage return problem (#6957)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
55f9b49577
commit
2e63907565
|
@ -163,7 +163,7 @@ CLASS zcl_abapgit_gui_page_data IMPLEMENTATION.
|
|||
|
||||
DATA lv_where LIKE LINE OF rt_where.
|
||||
|
||||
SPLIT io_map->get( c_id-where ) AT |\n| INTO TABLE rt_where.
|
||||
rt_where = zcl_abapgit_convert=>split_string( io_map->get( c_id-where ) ).
|
||||
|
||||
DELETE rt_where WHERE table_line IS INITIAL.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user