The Function Module PC_INIT_ERRORTAB (Fills the error table for the user exit of POPUP_GET_VALUES_USER_CHEC) is a standard Function Module in SAP ERP and is part of the function group C0PC within the package CNIS.
Function Module | PC_INIT_ERRORTAB |
Short Text | Fills the error table for the user exit of POPUP_GET_VALUES_USER_CHEC |
Function Group | C0PC |
Package | CNIS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHECK_DOS_FORMAT | LIKE | RC27X-FLG_SEL | SPACE | Kennzeichen: Auf DOS-Format prüfen |
CHECK_WITH_DRIVE | LIKE | RC27X-FLG_SEL | SPACE | Kennzeichen: Mit Laufwerk prüfen |
CHECK_WITH_EXTENSION | LIKE | RC27X-FLG_SEL | SPACE | Kennzeichen: Mit Extension prüfen |
ERRFIELD | LIKE | SVALE-ERRORFIELD | Fehlerfeld | |
ERRTAB | LIKE | SVALE-ERRORTAB | Fehlertabelle | |
MSGID | LIKE | SVALE-MSGID | Message-ID | |
MSGNO | LIKE | SVALE-MSGNO | Message-Nummer | |
MSGTY | LIKE | SVALE-MSGTY | Message-Typ | |
MSGV1 | LIKE | SVALE-MSGV1 | SPACE | Message-Variable 1 |
MSGV2 | LIKE | SVALE-MSGV2 | SPACE | Message-Variable 2 |
MSGV3 | LIKE | SVALE-MSGV3 | SPACE | Message-Variable 3 |
MSGV4 | LIKE | SVALE-MSGV4 | SPACE | Message-Variable 4 |
This function module does not define any EXPORTING parameters.
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.