The Function Module HR_CH_CHECK_AHVNR_13 (Prüfung der 13-stellige Versichertennummer (neue AHV-Nr.)) is a standard Function Module in SAP ERP and is part of the function group RPCT within the package PB02.
Function Module | HR_CH_CHECK_AHVNR_13 |
Short Text | Prüfung der 13-stellige Versichertennummer (neue AHV-Nr.) |
Function Group | RPCT |
Package | PB02 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_AHVNR_13 | TYPE | P02_NAHVNR | Zu prüfende 13-stellige Versichertennummer ('neue AHV-Nr.') | |
P_ITF_MESSAGES_CAUSE | TYPE | HRPAD_MESSAGE_CAUSE | 'INFTY_SPECIFIC' | Grund für Meldungen, falls P_ITF_MESSAGE_HANDLER verwendet wird |
P_ITF_MESSAGES_FIELDLIST | TYPE | HRPAD_FIELD_TAB | Feldliste für Meldungen, falls P_ITF_MESSAGE_HANDLER verwendet wird | |
P_ITF_MESSAGE_HANDLER | CLASS | IF_HRPA_MESSAGE_HANDLER | falls <> INITIAL: Meldungen an Behandler statt an die Laufzeitumgebung senden |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_ITF_IS_OK | TYPE | BOOLE_D | Prüfungsergebnis (true/false), falls P_ITF_MESSAGE_HANDLER verwendet wird |
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 |
---|---|
CHECKSUM_INVALID | ungültige Prüfsumme (Ziffer 13) |
CNTRY_CODE_INVALID | ungültiger Ländercode (Ziffern 1-3) |
NOT_NUMERIC | Nummer nicht numerisch oder unvollständig |