Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

New syntax of replace statement

0 Likes
13,436

REPLACE <lfs_data>-line+5(5) IN <lfs_data>-line WITH lv_num.

How can I write in new syntax

REPLACE <lfs_data>-line+5(5) IN <lfs_data>-line WITH lv_num.

How can I write in new syntax

6 REPLIES 6
Read only

RichB
Participant
0 Likes
12,981
Read only

0 Likes
12,981

The link is not publicly accessible

Read only

0 Likes
12,981

This is found in the F1 help within ABAP

Read only

Sandra_Rossi
Active Contributor
0 Likes
12,981

Public link of REPLACE statement is SAP Help: REPLACE

Read only

Sandra_Rossi
Active Contributor
12,981
<lfs_data>-line = replace( val = ... sub = ... with = ... ).

Look at ABAP documentation for the details.

Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
12,981