SAP ABAP Class CL_HRPA_INFOTYPE_0016 (Infotype 0016: Contract Elements)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PA-PA (Application Component) Personnel Administration
     PAOC_PAD_INFTY_0016_XX (Package) Infotype 0016 (Contract Elements): International Version
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 20020801
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRPA_INFOTYPE_0016_AT_PS HR Master Data: AT-PS Infotype 0574 - View for 0016 20061229
2 Inheritance (c INHERITING FROM c_ref)  CL_HRPA_INFOTYPE_0016_BE Business logic for IT0016 (BE version) 20021126
3 Inheritance (c INHERITING FROM c_ref)  CL_HRPA_INFOTYPE_0016_BR Flow logic IT0016/ITview 0398 20021207
4 Inheritance (c INHERITING FROM c_ref)  CL_HRPA_INFOTYPE_0016_DE_PS HR-DE-PS: Decoupled Class for Infotype 0016, Screen 2001 20030425
5 Inheritance (c INHERITING FROM c_ref)  CL_HRPA_INFOTYPE_0016_ES 20021002
6 Inheritance (c INHERITING FROM c_ref)  CL_HRPA_INFOTYPE_0016_GB Contract Elements (GB) View 280 20021120
7 Inheritance (c INHERITING FROM c_ref)  CL_HRPA_INFOTYPE_0016_HK Contract Elements for Hong Kong 20021105
8 Inheritance (c INHERITING FROM c_ref)  CL_HRPA_INFOTYPE_0016_IN BL For contract elements: Screen 2040 20021008
9 Inheritance (c INHERITING FROM c_ref)  CL_HRPA_INFOTYPE_0016_RU HR: Infotype 0016 - Russia 20051024
Properties
Class CL_HRPA_INFOTYPE_0016  
Short Description Infotype 0016: Contract Elements    
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_INFTY_0016_XX   Infotype 0016 (Contract Elements): International Version 
Created 20020801   SAP 
Last change 20021108   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRPA_INFOTYPE_0016 has no forward declaration.
Interfaces
Class CL_HRPA_INFOTYPE_0016 has no interface implemented.
Friends
Class CL_HRPA_INFOTYPE_0016 has no friend class.
Attributes
Class CL_HRPA_INFOTYPE_0016 has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BOX_VALUES Instance method Protected Method Check Whether Value in Checkbox Is Valid 20020820
2 CHECK_CONTRACT_TYPE Instance method Protected Method Check Contract Type 20020808
3 CHECK_CORPORATION_NAME Instance method Protected Method Check Corporation Key 20020809
4 CHECK_DATE Instance method Protected Method Check Date Against Date of Birth 20020807
5 CHECK_END_OF_CONTRACT Instance method Protected Method Check End of Contract 20020814
6 CHECK_EUROPEAN_COUNTRY Instance method Protected Method Check If EU Country 20030408
7 CHECK_PERIODS_OF_NOTICE Instance method Protected Method Periods of Notice 20020807
8 CHECK_TIME_UNIT Instance method Protected Method Check Time Units or Delete If Number Initial 20030407
9 READ_DEFAULT_VALUES Instance method Protected Method Create Default Values (CONTR Feature) 20020814
10 SPECIFIC_COMPUTATIONS Instance method Protected Method Infotype-Specific Validations 20020802
Events
Class CL_HRPA_INFOTYPE_0016 has no event.
Types
Class CL_HRPA_INFOTYPE_0016 has no local type.
Method Signatures

Method CHECK_BOX_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_BOX Call by reference Type reference (TYPE) ANY Zu überprüfendes Feld 20020820
2 Importing FIELD_NAME Call by reference Type reference (TYPE) SCRRPRFD Feldname 20020820
3 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030408
4 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER HR Master Data: Messages 20030408
# Exception Resumable Description Created on
1 CX_HRPA_VIOLATED_ASSERTION 20020820

Method CHECK_CONTRACT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CTTYP Call by reference Type reference (TYPE) CTTYP 20020809
2 Returning IS_OK Value transfer Type reference (TYPE) BOOLE_D 20020808
3 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20020809

Method CHECK_CONTRACT_TYPE on class CL_HRPA_INFOTYPE_0016 has no exception.

Method CHECK_CORPORATION_NAME 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 Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020809
2 Importing KONSL Call by reference Type reference (TYPE) KOSL1 Konzernschlüssel 20030408
3 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER HR Master Data: Messages 20020809

Method CHECK_CORPORATION_NAME on class CL_HRPA_INFOTYPE_0016 has no exception.

Method CHECK_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Call by reference Type reference (TYPE) BEGDA zu prüfendes Datum 20030408
2 Importing FIELD_NAME Call by reference Type reference (TYPE) SCRRPRFD Feldname aus Programm/Modulpool 20020807
3 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020807
4 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER HR Master Data: Messages 20020807
5 Importing PERNR Call by reference Type reference (TYPE) PERNR_D Personalnummer 20020807
6 Importing TCLAS Call by reference Type reference (TYPE) TCLAS Transaktionsklasse für Datenhaltung 20020807

Method CHECK_DATE on class CL_HRPA_INFOTYPE_0016 has no exception.

Method CHECK_END_OF_CONTRACT 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 Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020814
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER HR Master Data: Messages 20020814
3 Changing P0016 Call by reference Type reference (TYPE) P0016 Personal-Stammsatz Infotyp 0016 (Vertragsbestandteile) 20020814
4 Importing TCLAS Call by reference Type reference (TYPE) TCLAS Transaktionsklasse für Datenhaltung 20020814

Method CHECK_END_OF_CONTRACT on class CL_HRPA_INFOTYPE_0016 has no exception.

Method CHECK_EUROPEAN_COUNTRY 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 Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030408
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER HR Master Data: Messages 20030408
3 Importing P0016 Call by reference Type reference (TYPE) P0016 Personal-Stammsatz Infotyp 0016 (Vertragsbestandteile) 20030408
4 Importing TCLAS Call by reference Type reference (TYPE) TCLAS Transaktionsklasse für Datenhaltung 20030408

Method CHECK_EUROPEAN_COUNTRY on class CL_HRPA_INFOTYPE_0016 has no exception.

Method CHECK_PERIODS_OF_NOTICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD_NAME Call by reference Type reference (TYPE) PROP_FNAME 20021017
2 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D 20020807
3 Importing KDGFR Call by reference Type reference (TYPE) KDGFR 20020809
4 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER 20020808
5 Importing SPRSL Call by reference Type reference (TYPE) SYLANGU 20020807

Method CHECK_PERIODS_OF_NOTICE on class CL_HRPA_INFOTYPE_0016 has no exception.

Method CHECK_TIME_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AMOUNT Call by reference Type reference (TYPE) LFZFR Anzahl 20030407
2 Importing FIELD_LIST Call by reference Type reference (TYPE) HRPAD_FIELD_TAB Feldliste 20030407
3 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030407
4 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER HR Master Data: Messages 20030407
5 Changing TIME_UNIT Call by reference Type reference (TYPE) PT_ZEINH Zeit-/Masseinheit 20030407

Method CHECK_TIME_UNIT on class CL_HRPA_INFOTYPE_0016 has no exception.

Method READ_DEFAULT_VALUES 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 Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020814
2 Changing P0016 Call by reference Type reference (TYPE) P0016 Personal-Stammsatz Infotyp 0016 (Vertragsbestandteile) 20030408
3 Importing TCLAS Call by reference Type reference (TYPE) TCLAS Transaktionsklasse für Datenhaltung 20020814
# Exception Resumable Description Created on
1 CX_HRPA_VIOLATED_ASSERTION 20020814

Method SPECIFIC_COMPUTATIONS 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 Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020802
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER HR Master Data: Messages 20020802
3 Changing PNNNN Call by reference Type reference (TYPE) ANY Primärsatz P0016 20020814
4 Changing PNNNN2 Call by reference Type reference (TYPE) ANY Sekundärsatz 20021108
5 Importing TCLAS Call by reference Type reference (TYPE) TCLAS Transaktionsklasse für Datenhaltung 20020812
# Exception Resumable Description Created on
1 CX_HRPA_VIOLATED_ASSERTION 20020811
History
Last changed by/on SAP  20021108 
SAP Release Created in 200