SAP ABAP Class CL_HRPA_INFOTYPE_0369 (CL_HRPA_INFOTYPE_0369)
Hierarchy
EA-HRCMX (Software Component) Sub component EA-HRCMX of EA-HR
   PA-PA-MX (Application Component) Mexico
     PAOC_PAD_MX (Package) Personnel administration add-on: Mexico
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRPA_INFOTYPE_NNNN HR Master Data: Generic IT Logic 20021018
Properties
Class CL_HRPA_INFOTYPE_0369  
Short Description    
Super Class CL_HRPA_INFOTYPE_NNNN HR Master Data: Generic IT Logic 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_PAD_MX   Personnel administration add-on: Mexico 
Created 20021018   SAP 
Last change 20070913   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRPA_INFOTYPE_0369 has no forward declaration.
Interfaces
Class CL_HRPA_INFOTYPE_0369 has no interface implemented.
Friends
Class CL_HRPA_INFOTYPE_0369 has no friend class.
Attributes
Class CL_HRPA_INFOTYPE_0369 has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Private Method 20120402
2 CHECK_DIG_VER Instance method Protected Method 20021031
3 CHECK_DUPE_PERID Instance method Protected Method 20021031
4 CHECK_INPRI Instance method Private Method 20061117
5 IS_PUBLIC_SECTOR Instance method Private Method 20120402
6 JORN_REDUCIDA Instance method Protected Method 20021031
7 REI0007 Instance method Private Method 20021031
8 SPECIFIC_COMPUTATIONS Instance method Protected Method 20021031
9 SPECIFIC_COMPUTATIONS_PRIV Instance method Protected Method 20120402
10 SPECIFIC_COMPUTATIONS_PUBL Instance method Protected Method 20120402
11 UNIDAD_TIEMPO Instance method Private Method 20021031
12 VERIFICA_REQ_NUMISSSTE Instance method Private Method verify that all the required fields are there 20120402
13 VERIFY_CLINC Instance method Private Method verify clinic code 20120402
Events
Class CL_HRPA_INFOTYPE_0369 has no event.
Types
Class CL_HRPA_INFOTYPE_0369 has no local type.
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD_LIST Call by reference Type reference (TYPE) HRPAD_FIELD_TAB Fields list 20120402
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER HR: Master data, reason for message output 20120402
3 Importing MSGID Call by reference Type reference (TYPE) SYMSGID '3L' Message number 20120402
4 Importing MSGNO Call by reference Type reference (TYPE) SYMSGNO Message number 20120402
5 Importing MSGTY Call by reference Type reference (TYPE) SYMSGTY Message type 20120402

Method ADD_MESSAGE on class CL_HRPA_INFOTYPE_0369 has no exception.

Method CHECK_DIG_VER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20021031
2 Importing IV_IS_PUBLIC_SECTOR Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (="X") and FALSE (=" ") 20120918
3 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20021031
4 Changing P0369 Call by reference Type reference (TYPE) P0369 Master personnel record infotype 0369 (IMSS data) 20021031

Method CHECK_DIG_VER on class CL_HRPA_INFOTYPE_0369 has no exception.

Method CHECK_DUPE_PERID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20021031
2 Importing IV_IS_PUBLIC_SECTOR Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (="X") and FALSE (=" ") 20120918
3 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20021031
4 Changing P0369 Call by reference Type reference (TYPE) P0369 Master personnel record infotype 0369 (IMSS data) 20021031

Method CHECK_DUPE_PERID on class CL_HRPA_INFOTYPE_0369 has no exception.

Method CHECK_INPRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLEAN Boolean variable (X=true, -=false, space=unknown) 20061117
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20061117
3 Importing P_INPRI Value transfer Type reference (TYPE) P0369-INPRI Indicator for first Soc. Insurance payment 20061117

Method CHECK_INPRI on class CL_HRPA_INFOTYPE_0369 has no exception.

Method IS_PUBLIC_SECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BACK Call by reference Type reference (TYPE) XFELD Checkbox 20120402
2 Importing IV_PERNR Call by reference Type reference (TYPE) PERNR_D Master personnel record infotype 0369 (IMSS data) 20120402

Method IS_PUBLIC_SECTOR on class CL_HRPA_INFOTYPE_0369 has no exception.

Method JORN_REDUCIDA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20021031
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20021031
3 Changing P0369 Call by reference Type reference (TYPE) P0369 Master personnel record infotype 0369 (IMSS data) 20021031

Method JORN_REDUCIDA on class CL_HRPA_INFOTYPE_0369 has no exception.

Method REI0007 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20021031
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20021031
3 Changing P0369 Call by reference Type reference (TYPE) P0369 Master personnel record infotype 0369 (IMSS data) 20021031
4 Importing P_UNIDAD Call by reference Type reference (TYPE) CHAR3 Field with 3-byte length 20021031

Method REI0007 on class CL_HRPA_INFOTYPE_0369 has no exception.

Method SPECIFIC_COMPUTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_P0369 Call by reference Type reference (TYPE) P0369 Master personnel record infotype 0369 (IMSS data) 20120402
2 Changing CV_IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (="X") and FALSE (=" ") 20120402
3 Importing IS_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20120402
4 Importing IV_TCLAS Call by reference Type reference (TYPE) TCLAS Transaction type for data retention 20120402

Method SPECIFIC_COMPUTATIONS on class CL_HRPA_INFOTYPE_0369 has no exception.

Method SPECIFIC_COMPUTATIONS_PRIV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20120402
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20120402
3 Changing P0369 Call by reference Type reference (TYPE) P0369 Master personnel record infotype 0369 (IMSS data) 20120402
4 Importing TCLAS Call by reference Type reference (TYPE) TCLAS Transaction type for data retention 20120402

Method SPECIFIC_COMPUTATIONS_PRIV on class CL_HRPA_INFOTYPE_0369 has no exception.

Method SPECIFIC_COMPUTATIONS_PUBL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20120402
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20120402
3 Changing P0369 Call by reference Type reference (TYPE) P0369 Master personnel record infotype 0369 (IMSS data) 20120402
4 Importing TCLAS Call by reference Type reference (TYPE) TCLAS Transaction type for data retention 20120402

Method SPECIFIC_COMPUTATIONS_PUBL on class CL_HRPA_INFOTYPE_0369 has no exception.

Method UNIDAD_TIEMPO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20021031
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20021031
3 Changing P0369 Call by reference Type reference (TYPE) P0369 Master personnel record infotype 0369 (IMSS data) 20021031

Method UNIDAD_TIEMPO on class CL_HRPA_INFOTYPE_0369 has no exception.

Method VERIFICA_REQ_NUMISSSTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (="X") and FALSE (=" ") 20120402
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20120402
3 Changing P0369 Call by reference Type reference (TYPE) P0369 Master personnel record infotype 0369 (IMSS data) 20120402

Method VERIFICA_REQ_NUMISSSTE on class CL_HRPA_INFOTYPE_0369 has no exception.

Method VERIFY_CLINC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (="X") and FALSE (=" ") 20120402
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20120402
3 Changing P0369 Call by reference Type reference (TYPE) P0369 Master personnel record infotype 0369 (IMSS data) 20120402

Method VERIFY_CLINC on class CL_HRPA_INFOTYPE_0369 has no exception.
History
Last changed by/on SAP  20070913 
SAP Release Created in 200