Skip to content

Commit a5856d2

Browse files
authored
fix move for abap cloud
1 parent a897af0 commit a5856d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_192.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ CLASS z2ui5_cl_demo_app_192 IMPLEMENTATION.
104104

105105
APPEND INITIAL LINE TO <fs_t_head_new> ASSIGNING <fs_s_head_new>.
106106
CLEAR: <fs_s_head_new>.
107-
MOVE <fs_s_head> TO <fs_s_head_new>.
107+
<fs_s_head_new> = <fs_s_head>.
108108

109109
ENDLOOP.
110110

0 commit comments

Comments
 (0)