The Function Module SF_GENERIC_CHECK (Check a word form for generic syntax) is a standard Function Module in SAP ERP and is part of the function group SFFR within the package SFIN.
Function Module | SF_GENERIC_CHECK |
Short Text | Check a word form for generic syntax |
Function Group | SFFR |
Package | SFIN |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SEARCH_CONCEPT | LIKE | SFIWP-WORDF | Character string in possible gener |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
GENERIC_MESSAGE | LIKE | SFIWP-WORDF | Character string | |
GENERIC_SIGN | LIKE | SY-LANGU | generic character (for example *, | |
TRUTH_VALUE | LIKE | RSFIN-BOOL | Boolean value (T or F) |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CONTENS_POINT | Character string contains a point |
CONTENS_SPACE | Character string contains blank |
MULTI_WORD_CONCEPT | Increasing word term |
NOT_GENERIC | Character string is not generic |