SAP ABAP Class CL_HRPADUS_IT_CHK_PAYDT (HR US: Class to lock infotype edition based on Pay Date)
Hierarchy
SAP_HRCUS (Software Component) Sub component SAP_HRCUS of SAP_HR
   PA-PA-US (Application Component) USA
     PB10 (Package) HR master data: USA
Properties
Class CL_HRPADUS_IT_CHK_PAYDT  
Short Description HR US: Class to lock infotype edition based on Pay Date    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class 5U    
Program status P  SAP Standard Production Program 
Category 0   
Package PB10   HR master data: USA 
Created 20110523   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_HRPADUS_IT_CHK_PAYDT has no interface implemented.
Friends
Class CL_HRPADUS_IT_CHK_PAYDT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_MOLGA_US Constant Private Type reference (TYPE) MOLGA '10' Country Grouping 20110821
2 MO_HRPA_RETROCALC Instance attribute Private Object reference (TYPE REF TO) CL_HRPA_RETROCALC HR Master Data: Retroactive Accounting Trigger 20110821
3 MO_INFTY_READER Instance attribute Private Object reference (TYPE REF TO) IF_HRPA_READ_INFOTYPE Reading Infotype Records 20110821
4 MO_MASTERDATA_BUFFER Instance attribute Private Object reference (TYPE REF TO) IF_HRPA_MASTERDATA_BUFFER HR: Buffer for Access to Master Data 20110821
5 MO_MOLGA_READER Instance attribute Private Object reference (TYPE REF TO) CL_HRPA_MOLGA HR Master Data: Read MOLGA 20110821
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_INFOTYPE_RETRO Instance method Private Method Checks if infotype is relevant for retro acc. 20110821
2 CHECK_MAINTENANCE Instance method Public Method Lock infotype maintenance by PayDate 20110821
3 CHECK_PAYDT_RETRO Instance method Private Method Check if infotype is relevant for lock until Pay Date 20110821
4 CONSTRUCTOR Instance method Public Constructor 20110821
5 GET_FEATURE_10PAR Static method Private Method Get variable argument from feature 20110821
6 GET_MOLGA Instance method Public Method Get MOLGA of PERNR 20110821
7 READ_INFOTYPE_0001 Instance method Private Method Read infotype 0001 20110821
Events
Class CL_HRPADUS_IT_CHK_PAYDT has no event.
Types
Class CL_HRPADUS_IT_CHK_PAYDT has no local type.
Method Signatures

Method CHECK_INFOTYPE_RETRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_RETRO_IT Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110821
2 Importing IS_PNNNN1 Call by reference Type reference (TYPE) PRELP HR Master Data Buffer 20110821
3 Importing IS_PNNNN2 Call by reference Type reference (TYPE) PRELP HR Master Data Buffer 20110821
4 Importing IV_PRIMARY_INFTY Call by reference Type reference (TYPE) INFTY Infotype 20110821

Method CHECK_INFOTYPE_RETRO on class CL_HRPADUS_IT_CHK_PAYDT has no exception.

Method CHECK_MAINTENANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ERROR_MESSAGE Call by reference Type reference (TYPE) SYMSG Structure of message variables 20110821
2 Exporting EV_ABKRS Call by reference Type reference (TYPE) ABKRS Payroll Area 20110821
3 Exporting EV_LOCK_IT Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110821
4 Importing IS_PNNNN1 Call by reference Type reference (TYPE) PRELP HR Master Data Buffer 20110821
5 Importing IS_PNNNN2 Call by reference Type reference (TYPE) PRELP HR Master Data Buffer 20110821
6 Importing IV_IT_BEGDA Call by reference Type reference (TYPE) BEGDA Start Date 20110821
7 Importing IV_IT_ENDDA Call by reference Type reference (TYPE) ENDDA End Date 20110821
8 Importing IV_PERNR Call by reference Type reference (TYPE) P_PERNR Personnel Number 20110821
9 Importing IV_PRIMARY_INFTY Call by reference Type reference (TYPE) INFTY Infotype 20110821

Method CHECK_MAINTENANCE on class CL_HRPADUS_IT_CHK_PAYDT has no exception.

Method CHECK_PAYDT_RETRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ERROR_MESSAGE Call by reference Type reference (TYPE) SYMSG Structure of message variables 20110821
2 Exporting EV_IS_RETRO_PAYDT Call by reference Type reference (TYPE) ABAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20110821
3 Importing IS_PNNNN1 Call by reference Type reference (TYPE) PRELP HR Master Data Buffer 20110821
4 Importing IS_PNNNN2 Call by reference Type reference (TYPE) PRELP HR Master Data Buffer 20110821
5 Importing IT_P0001 Call by reference Type reference (TYPE) P0001_TAB HR Master Record: Infotype 0001 (Organizational Assignment) 20110821
6 Importing IV_IT_BEGDA Call by reference Type reference (TYPE) BEGDA Start Date 20110821
7 Importing IV_IT_ENDDA Call by reference Type reference (TYPE) ENDDA End Date 20110821
8 Importing IV_PRIMARY_INFTY Call by reference Type reference (TYPE) INFTY Infotype 20110821

Method CHECK_PAYDT_RETRO on class CL_HRPADUS_IT_CHK_PAYDT has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_HRPADUS_IT_CHK_PAYDT has no parameter.
Method CONSTRUCTOR on class CL_HRPADUS_IT_CHK_PAYDT has no exception.

Method GET_FEATURE_10PAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_GROUP Call by reference Type reference (TYPE) P_99B_HRATTRIBUTE First 4 characters are filled 20110821
2 Importing IS_P0001 Call by reference Type reference (TYPE) P0001 HR Master Record: Infotype 0001 (Org. Assignment) 20110821
# Exception Resumable Description Created on
1 CX_HRPA_INVALID_FEATURE HR Master Data: Invalid Feature 20110821
2 CX_HRPA_VIOLATED_POSTCONDITION HR Master Data: Unfulfilled Condition 20110821

Method GET_MOLGA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERNR Call by reference Type reference (TYPE) P_PERNR Personnel Number 20110821
2 Returning RV_MOLGA Value transfer Type reference (TYPE) MOLGA Country Grouping 20110821

Method GET_MOLGA on class CL_HRPADUS_IT_CHK_PAYDT has no exception.

Method READ_INFOTYPE_0001 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_P0001 Call by reference Type reference (TYPE) P0001_TAB HR Master Record: Infotype 0001 (Organizational Assignment) 20110821
2 Importing IV_BEGDA Call by reference Type reference (TYPE) BEGDA Start Date 20110821
3 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA End Date 20110821
4 Importing IV_PERNR Call by reference Type reference (TYPE) P_PERNR Personnel Number 20110821

Method READ_INFOTYPE_0001 on class CL_HRPADUS_IT_CHK_PAYDT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in