SAP Knowledge Base Article - Public

2989110 - New Zealand National ID Deep Validation

Symptom

 New Zealand National ID Deep Validation

Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.

Environment

SAP SuccessFactors Employee Central- Localisation

Resolution

New Zealand National ID detail

  • Field ID: national-ID
  • Field Label: National ID Card Type
  • Max. Length: 9
  • Mandatory? : No
  • National ID Type: Inland Revenue Department Number
  • The format of the national ID is as follows: NNNNNNNNN

NB: The last digit is a check digit, which is calculated based on a Mod 11 operation

The format follows the following rules:

  • A represents a letter
  • N represents a number
  • X represents any alphanumeric character
  • * (asterisk) represents a special (for example,!) or an alphanumeric character
  • yymmd (or similar) represents a date of birth

Via BCU2472343  How to Manage National ID Formats via Manage Business Configuration (BCUI)

System Administrators are able to maintain their National ID Formats for their configured country/regions.

  1. Go to Manage Business Configuration
  2. under nationalIdCard element you now have the option to "Create New Format" which allows you to create a country/region-specific National ID format for the selected country:
  • Identifier:IRD
  • Label:Inland Revenue Department Number
  • Display Format:NNNNNNNNN
  • Regular Expression:[\d]{9}|[\d]{8}

Via Code

The fields relate to the National ID Format Configuration in the country/region-specific Succession Data Model XML

<country id="NZL">
<format-group id="national-id">
<format id="IRD">


<instruction>Inland Revenue Department Number</instruction>
<instruction xml:lang="de-DE">Steuernummer</instruction>
<instruction xml:lang="el-GR">Αριθμός Τμήματος Εγχώριων Εσόδων</instruction>
<instruction xml:lang="en-GB">Inland Revenue Department Number</instruction>
<instruction xml:lang="es-ES">Número de Departamento de Hacienda Interno</instruction>
<instruction xml:lang="es-MX">Número de Departamento de Hacienda Interno</instruction>
<instruction xml:lang="fi-FI">Sisämaan tuottojen osastonumero</instruction>
<instruction xml:lang="fr-CA">Numéro du service du revenu intérieur</instruction>
<instruction xml:lang="fr-FR">Numéro Inland Revenue Department</instruction>

<display-format>NNNNNNNNN</display-format>
<reg-ex>[\d]{9}|[\d]{8}</reg-ex>

</format>

</format-group>

Please view Country specific Data Model Handbook: Here

1newzeland.png

FAQ - Additional Information

Q) Where can I download Employee Central Master Data Models?

A) The Data Models are available in the SAP Help Portal under Configuration - Employee Central Master Data Models:

See Also

2472343  How to Manage National ID Formats via Manage Business Configuration (BCUI)

Keywords

National ID, BCUI, New Zealand, ECT-49199, BCUI, Business Configuration, National ID Card Type , KBA , LOD-SF-EC-BCI , Manage Business Configuration (BCUI) & Data Models (XML) , How To

Product

SAP SuccessFactors HXM Core 2011