We are hiring and constantly growing! Have a look through our vacancies to find the right role for you!
... $[VERBATIM$]
$[RESPECTING$|IGNORING CASE$]
$[REPLACEMENT COUNT rcnt$]
${ ${$[REPLACEMENT OFFSET roff$]
$[REPLACEMENT LENGTH rlen$]$}
$| $[RESULTS result_tab$|result_wa$] $} ...
1. ... VERBATIM
2. ... RESPECTING$|IGNORING CASE
3. ... REPLACEMENT COUNT rcnt
4. ... REPLACEMENT OFFSET roff
5. ... REPLACEMENT LENGTH rlen
6. ... RESULTS result_tab$|result_wa
These additions control the statement REPLACE
pattern IN and provide extended evaluation options. The addition CASE can be used to
determine whether the search is case-sensitive. The additions REPLACEMENT and RESULTS can be used to determine the number, position, and length of the strings replaced.
... VERBATIM
The addition VERBATIM can only be used together with PCRE$|REGEX. It causes all characters in the operand new to be used literally. Special characters for replacement patterns have no effect.
A REPLACE statement with addition VERBATIM is always faster than one without.
While in the first REPLACE statement the $
characters have a special meaning as operators for addressing subgroups, this is not the case when the
addition VERBATIM is used in the second REPLACE statement. In the third REPLACE
statement, the special characters are escaped using
\. While the effect of escaping is the same as for the addition, the addition VERBATIM is faster.
... ${RESPECTING$|IGNORING$} CASE
This addition is only allowed in character string processing. It has the same syntax and effect as the corresponding
addition for searching for a substring in
a data object using the FIND statement. This addition is not allowed when using an instance of class
CL_ABAP_REGEX.
Replacement of all uppercase characters in a string with a backquote. If IGNORING CASE were specified, all characters would be replaced.
... REPLACEMENT COUNT rcnt
This addition saves the number of replacements made in data object dobj to rcnt. The following can be specified for rcnt:
If no replacements are made, rcnt is set to 0.
In data objects with a fixed length, the number of replacements made in data object dobj can be less than the number of occurrences.
... REPLACEMENT OFFSET roff
This addition saves the offset related to the data object dobj at which the last replacement was made to roff. The following can be specified for roff:
If no replacement is made, roff retains its previous value or stays initial.
... REPLACEMENT LENGTH rlen
This addition saves the length of the last substring inserted into dobj to rlen. The following can be specified for rlen:
If no replacement is made, rlen retains its previous value or stays initial.
In data objects with a fixed length, the length of the last inserted string can be shorter than the length of new if the interim result is truncated.
Pattern-based replacement of all occurrences of the substring "know" in the data objects text1
and text2 with "should know that". After the first REPLACE statement, text1 contains
the complete content "I should know that you know" and sy-subrc contains 0. The data objects
cnt, off, and len have the values 2, 23, and 16. After the second REPLACE
statement, text2 contains the truncated content "I should know that" and sy-subrc contains 2. The data objects cnt, off, and len have the values 1, 2, and 16.
... RESULTS result_tab$|result_wa
If at least one replacement is made, the RESULTS addition saves the offsets of the positions
at which replacements were made and the lengths of the inserted substrings either in an internal table
result_tab or in a structure result_wa. The syntax and meaning of the addition are otherwise the same as those for the identically named
addition for the FIND
statement, with the difference that the data types for result_tab and result_wa must be
REPL_RESULT_TAB and REPL_RESULT, for which there is no SUBMATCHES component. As in FIND,
an inline declaration DATA(var) or
FINAL(var) can be specified after RESULTS.
A result table results is declared inline and supplied with the properties of the seven replaced characters.
Leave us your contact details and we will call you back. Fields marked with * are mandatory.
We offer holistic SAP solutions from a single source to shape digital change and develop new business areas.
Switzerland
Schaffhausen
Germany
Mannheim, Düsseldorf, Munich
USA
Haverhill
Greece
Thessaloniki