SAP ABAP Class CL_HRPA_INFOTYPE_0333 (Challenge PT)
Hierarchy
EA-HRCPT (Software Component) Sub component EA-HRCPT of EA-HR
   PA-PA-PT (Application Component) Portugal
     PAOC_PAD_PT (Package) Add-on PA development: Portugal
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 20021219
Properties
Class CL_HRPA_INFOTYPE_0333  
Short Description Challenge PT    
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_PT   Add-on PA development: Portugal 
Created 20021219   SAP 
Last change 20070913   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRPA_INFOTYPE_0333 has no forward declaration.
Interfaces
Class CL_HRPA_INFOTYPE_0333 has no interface implemented.
Friends
Class CL_HRPA_INFOTYPE_0333 has no friend class.
Attributes
Class CL_HRPA_INFOTYPE_0333 has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CREATE_ON_CLOSED_YEAR Instance method Public Method Infotype can not be created on a payroll closed year 20070213
2 CHECK_DELETE_ON_CLOSED_YEAR Instance method Public Method Infotype can not be deleted if payroll year is closed 20070213
3 CHECK_FIELDS Instance method Protected Method All checks before INS and MODIFY 20021219
4 CHECK_PAYROLL_RUN Instance method Public Method Test if no payroll run occured 20070213
5 CHECK_PAYROLL_YEAR_STATUS Instance method Public Method Check if the payroll year is already closed 20070213
6 CHECK_UPDATE_ON_CLOSED_YEAR Instance method Public Method Check some fields that cannot be changed if year closed 20070213
7 CHK_UPDATE_ON_CLOSED_YEAR_END Instance method Public Method Check some fields that cannot be changed if year closed 20070213
8 GET_DISABILITY_TEXTS Instance method Private Method Reading challenge texts 20061114
9 READ_P0001 Instance method Private Method 20070213
Events
Class CL_HRPA_INFOTYPE_0333 has no event.
Types
Class CL_HRPA_INFOTYPE_0333 has no local type.
Method Signatures

Method CHECK_CREATE_ON_CLOSED_YEAR 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 Field list 20070213
2 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070213
3 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20070213
4 Importing P0333 Call by reference Type reference (TYPE) P0333 HR Master Record: Infotype 0331 (Tax - PT) 20070213
5 Importing PAYROLL_YEAR_CLOSED Call by reference Type reference (TYPE) CHAR0001 Single character freely defined by the user 20070213

Method CHECK_CREATE_ON_CLOSED_YEAR on class CL_HRPA_INFOTYPE_0333 has no exception.

Method CHECK_DELETE_ON_CLOSED_YEAR 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 Field list 20070213
2 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070213
3 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20070213
4 Importing P0333 Call by reference Type reference (TYPE) P0333 HR Master Record: Infotype 0331 (Tax - PT) 20070213
5 Importing PAYROLL_YEAR_CLOSED Call by reference Type reference (TYPE) CHAR0001 Single character freely defined by the user 20070213

Method CHECK_DELETE_ON_CLOSED_YEAR on class CL_HRPA_INFOTYPE_0333 has no exception.

Method CHECK_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20021219
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER HR Master Data: Messages 20021219
3 Changing P0333 Call by reference Type reference (TYPE) P0333 HR Master Record: Infotype 0333 (Disability - PT) 20021219
4 Importing TCLAS Call by reference Type reference (TYPE) TCLAS Transaction class for data retention 20021219
# Exception Resumable Description Created on
1 CX_HRPA_VIOLATED_ASSERTION HR: master data, programm conditions not fulfilled 20021219

Method CHECK_PAYROLL_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OLD_P0333 Call by reference Type reference (TYPE) P0333 HR Master Record: Infotype 0331 (Tax - PT) 20070213
2 Importing P0333 Call by reference Type reference (TYPE) P0333 HR Master Record: Infotype 0331 (Tax - PT) 20070213
3 Importing P_CLOSED_YEAR Call by reference Type reference (TYPE) NUM4 Data category 4 characters 20070213
4 Changing P_PAYROLL_YEAR_CLOSED Call by reference Type reference (TYPE) CHAR0001 Data category 4 characters 20070213

Method CHECK_PAYROLL_RUN on class CL_HRPA_INFOTYPE_0333 has no exception.

Method CHECK_PAYROLL_YEAR_STATUS 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 Field List 20070213
2 Importing OLD_P0333 Call by reference Type reference (TYPE) P0333 HR Master Record: Infotype 0331 (Tax - PT) 20070213
3 Importing P0333 Call by reference Type reference (TYPE) P0333 HR Master Record: Infotype 0331 (Tax - PT) 20070213
4 Changing PAYROLL_YEAR_CLOSED Call by reference Type reference (TYPE) CHAR0001 payroll_year_closed flag 20070213
5 Changing PAYROLL_YEAR_CLOSED_AT_END Call by reference Type reference (TYPE) CHAR0001 payroll_year_closed_at_end flag 20070213

Method CHECK_PAYROLL_YEAR_STATUS on class CL_HRPA_INFOTYPE_0333 has no exception.

Method CHECK_UPDATE_ON_CLOSED_YEAR 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 Field list 20070213
2 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070214
3 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20070213
4 Importing P0333 Call by reference Type reference (TYPE) P0333 HR Master Record: Infotype 0331 (Tax - PT) 20070213
5 Importing PAYROLL_YEAR_CLOSED Call by reference Type reference (TYPE) CHAR0001 Single character freely defined by the user 20070213

Method CHECK_UPDATE_ON_CLOSED_YEAR on class CL_HRPA_INFOTYPE_0333 has no exception.

Method CHK_UPDATE_ON_CLOSED_YEAR_END 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 Field list 20070213
2 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070214
3 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20070213
4 Importing P0333 Call by reference Type reference (TYPE) P0333 HR Master Record: Infotype 0331 (Tax - PT) 20070213
5 Importing PAYROLL_YEAR_CLOSED_AT_END Call by reference Type reference (TYPE) CHAR0001 Single character freely defined by the user 20070213

Method CHK_UPDATE_ON_CLOSED_YEAR_END on class CL_HRPA_INFOTYPE_0333 has no exception.

Method GET_DISABILITY_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TEXT Call by reference Type reference (TYPE) TEXT60 Text field with length 60 20061114
2 Importing IM_P0333 Call by reference Type reference (TYPE) P0333 HR Master Record: Infotype 0333 (Disability - PT) 20061114
3 Importing IM_TYPERELEVANCE Call by reference Type reference (TYPE) C 20061114
4 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20070115

Method GET_DISABILITY_TEXTS on class CL_HRPA_INFOTYPE_0333 has no exception.

Method READ_P0001 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070213
2 Changing P0001 Call by reference Type reference (TYPE) P0001 HR master record: infotype 0001 (organizational assignment) 20070213
3 Importing P0333 Call by reference Type reference (TYPE) P0333 HR Master Record: Infotype 0331 (Tax - PT) 20070213

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