The Function Module REPLACE_STRING (Ersetzt einen Suchstring durch einen anderen String) is a standard Function Module in SAP ERP and is part of the function group VS04 within the package VS.
Function Module | REPLACE_STRING |
Short Text | Ersetzt einen Suchstring durch einen anderen String |
Function Group | VS04 |
Package | VS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_REPLACESTRING | LIKE | Ersatzstring | ||
I_SEARCHSTRING | LIKE | Zu ersetzender String |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IO_STRING | LIKE | Zu durchsuchender String |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
STRING_NOT_FOUND | Suchstring konnte nicht gefunden werden |