The Function Module SCP_CHARS_ARE_SYNTACTICAL (Zeichen prüfen, ob sie alle syntaktisch sind) is a standard Function Module in SAP ERP and is part of the function group SCP3 within the package SCP.
Function Module | SCP_CHARS_ARE_SYNTACTICAL |
Short Text | Zeichen prüfen, ob sie alle syntaktisch sind |
Function Group | SCP3 |
Package | SCP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
STRING | TYPE | C | zu untersuchende Zeichenkette |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_OK | TYPE | C | 'X' Alle Zeichen sind o.k. | |
WRONG_CHAR | TYPE | C | erstes nicht-passendes Zeichen |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.