SAP ABAP Domain TAXNUMREMRULE (Tax Number Checks: Rule for calculating Check Digit)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-CSC (Application Component) Country-Specific Objects
     ID-CSC (Package) Country specific service functions
Basic Data
Domain Name TAXNUMREMRULE
Short Description Tax Number Checks: Rule for calculating Check Digit  
Definition
Data Type CHAR Character String
No. Characters  
Decimal Places    
Output Length  
Conversion Routine   
Sign  
Lower Case  
Value Range
# Lower Limit Upper Limit Short Description
1 0     Remainder, if >=10 then 0
2 1     Remainder, if >=10 then mod 10
3 2     Remainder, if 10 then 1, if 11 then 0
4 3     Divider - remainder, if result >=10 then 0
5 4     Divider - remainder, if result >=10 then mod 10
6 5     Divider - remainder, if result =10 then 1, if 11 then 0
7 99     Special processing
       
History
Last changed by/on SAP  20041216 
SAP Release Created in 700