The Function Module XSI_STRING_FIND_WORD_FUZZY (formerly (46C) FuGr 'FUZY' - Coding from there copied into VVTR) is a standard Function Module in SAP ERP and is part of the function group VVTR within the package VVTR.
Function Module | XSI_STRING_FIND_WORD_FUZZY |
Short Text | formerly (46C) FuGr 'FUZY' - Coding from there copied into VVTR |
Function Group | VVTR |
Package | VVTR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FIND_WORD | LIKE | word to be found | ||
SEARCH_IN | LIKE | string in which 'find_word' will be searched |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RESULT_TABLE | LIKE | FUZZY_TAB | table with search results |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
PARAMETER_ERROR | error in interface |
UNEXPECTED_PROBLEM | unexpected error |