Showing posts with label #replace. Show all posts
Showing posts with label #replace. Show all posts
Friday, 27 May 2016
Replace all occurrences of
Labels:
#abap,
#clear,
#fiori,
#fpm,
#hana,
#internal table,
#mdg,
#ooabap,
#replace,
#sap,
#sapabap,
#saphana,
#stringoperations,
#style,
#ui5,
#webdynpro,
#work area
Replace
Replace
- Replace command replace only 1st occurrence in String.
Ex :
Source Code
PARAMETERS : txt TYPE string.
REPLACE 'A' WITH 'B' INTO txt.
WRITE : txt.
REPLACE 'A' WITH 'B' INTO txt.
WRITE : txt.
Input
Output
Labels:
#abap,
#clear,
#fiori,
#fpm,
#hana,
#internal table,
#mdg,
#ooabap,
#replace,
#sap,
#sapabap,
#saphana,
#stringoperations,
#style,
#ui5,
#webdynpro,
#work area
Subscribe to:
Posts (Atom)





