SAP ABAP Class CL_HRPADBR_DOCUMENT_VALIDATOR (Class for validation of documents of Brazilian employees)
Hierarchy
SAP_HRCBR (Software Component) Sub component SAP_HRCBR of SAP_HR
   PA-PA-BR (Application Component) Brazil
     PB37 (Package) HR master data: Brazil
Properties
Class CL_HRPADBR_DOCUMENT_VALIDATOR  
Short Description Class for validation of documents of Brazilian employees    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PB37   HR master data: Brazil 
Created 20120404   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HRPADBR_DOCUMENT_VALIDATOR has no interface implemented.
Friends
Class CL_HRPADBR_DOCUMENT_VALIDATOR has no friend class.
Attributes
Class CL_HRPADBR_DOCUMENT_VALIDATOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 IS_DEFINITIVE_NHC_VALID Instance method Private Method Checks validity of definitive HNC number 20120405
2 IS_LIVE_BIRTH_NR_VALID Instance method Public Method Checks validity of Live Birth Certificate number 20120430
3 IS_NATL_HEALTH_NR_VALID Instance method Public Method Checks validity of Health National Card number 20120430
4 IS_PROVISORY_NHC_VALID Instance method Private Method Checks validity of provisional HNC number 20120405
Events
Class CL_HRPADBR_DOCUMENT_VALIDATOR has no event.
Types
Class CL_HRPADBR_DOCUMENT_VALIDATOR has no local type.
Method Signatures

Method IS_DEFINITIVE_NHC_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NHC Call by reference Type reference (TYPE) CHAR15 Field of length 15 20120405
2 Returning RV_VALIDITY Value transfer Type reference (TYPE) ABAP_BOOL 20120405
# Exception Resumable Description Created on
1 CX_SY_CONVERSION_NO_NUMBER System exception while converting into a number 20120529

Method IS_LIVE_BIRTH_NR_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LBC Call by reference Type reference (TYPE) CHAR15 Character 15 20120430
2 Returning RV_VALIDITY Value transfer Type reference (TYPE) ABAP_BOOL 20120430

Method IS_LIVE_BIRTH_NR_VALID on class CL_HRPADBR_DOCUMENT_VALIDATOR has no exception.

Method IS_NATL_HEALTH_NR_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NHC Call by reference Type reference (TYPE) CHAR15 Field of length 16 20120430
2 Returning RV_VALIDITY Value transfer Type reference (TYPE) ABAP_BOOL 20120430

Method IS_NATL_HEALTH_NR_VALID on class CL_HRPADBR_DOCUMENT_VALIDATOR has no exception.

Method IS_PROVISORY_NHC_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NHC Call by reference Type reference (TYPE) CHAR15 Character 15 20120405
2 Returning RV_VALIDITY Value transfer Type reference (TYPE) ABAP_BOOL 20120405
# Exception Resumable Description Created on
1 CX_SY_CONVERSION_NO_NUMBER System exception while converting into a number 20120529
History
Last changed by/on SAP  20130531 
SAP Release Created in