Menu

SAP Function Module WRB_UTIL_STRING_REPLACE

Ersetzen von Teilstrings in einem String

The Function Module WRB_UTIL_STRING_REPLACE (Ersetzen von Teilstrings in einem String) is a standard Function Module in SAP ERP and is part of the function group WRB_UTIL within the package WRB.

Technical Information

Function Module WRB_UTIL_STRING_REPLACE
Short Text Ersetzen von Teilstrings in einem String
Function Group WRB_UTIL
Package WRB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PI_REPLACE_STRING TYPE STRING Ersetzungsstring
PI_SEARCH_STRING TYPE STRING Zu suchende Zeichenkette

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PC_STRING TYPE STRING String

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
MISSING_SEARCH_STRING Kein Suchstring übergeben
SEARCH_STRING_TOO_LONG Suchmaske länger als Suchstring