SAP ABAP Data Element P14_CHKDI (Tax number check digit)
Hierarchy
SAP_HRCMY (Software Component) Sub component SAP_HRCMY of SAP_HR
   PA-PA-MY (Application Component) Malaysia
     PB14 (Package) HR master data: Malaysia
Basic Data
Data Element P14_CHKDI
Short Description Tax number check digit  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR02    
Data Type CHAR   Character String 
Length 2    
Decimal Places 0    
Output Length 2    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Chk Digit 
Medium 15 Check digit 
Long 20 Tax No. Check digit 
Heading CD 
Documentation

Definition

Check digit is derived using modulus 11 on the sum of values picked from a specific matrix.
Example: SG-3612295-05 (0). the check digit is derived by taking the sum of the values from the following matrix:


Column starting from 0 to 9
Row Stating from 1 to 7


0 3 6 9 1 4 7 10 2 5
0 4 8 1 5 9 2 6 10 3
0 5 10 4 9 3 8 2 7 1
0 6 1 7 2 8 3 9 4 10
0 7 3 10 6 2 9 5 1 8
0 8 5 2 10 7 4 1 9 6
0 9 7 5 3 1 10 8 6 4


The row value is denoted by the order of the 7 digits after the prefix. The column value is given by the value of the digit in the 7-digit set. In the above example, the first digit 3 in the 7-digit number gives the value in row 1 column 3(ie 9), second digit 6 gives value in row 2 column 6 (=2), third digit 1 gives value in row 3 column 1 (=5) and so on.


The sum of the value = 9 + 2 + 5 + 1 + 3 + 6 + 1 = 27, gives a remainder of 5 when divided by 11 (ie. the value of 27 under operations of modulus 11). Therefore, the check digit for 3612295 is 05.

History
Last changed by/on SAP  19990827 
SAP Release Created in