SAP ABAP Class CL_HRPFD00_CALCI_DATACONTAINER (HR-IB: Data container for PF Recalculation)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-PF-XX (Application Component) Pension fund: General Parts
     PK02 (Package) HR: Pension Fund International Parts
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRPFD00_CALCI_DATAENTRY HR-IB: Posting container for PF Recalculation 20030212
2 Inheritance (c INHERITING FROM c_ref)  CL_HRPFD00_CALCI_DATAINFTY HR-IB: Infotype container for PF Recalculation 20021113
Properties
Class CL_HRPFD00_CALCI_DATACONTAINER  
Short Description HR-IB: Data container for PF Recalculation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class HRPFD00    
Program status P  SAP Standard Production Program 
Category 0   
Package PK02   HR: Pension Fund International Parts 
Created 20021113   SAP 
Last change 20021113   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRPFD00_CALCI_DATACONTAINER has no forward declaration.
Interfaces
Class CL_HRPFD00_CALCI_DATACONTAINER has no interface implemented.
Friends
Class CL_HRPFD00_CALCI_DATACONTAINER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_ADVAL Instance attribute Protected Type reference (TYPE) HRPFD00_ADVAL Enter additonal values 20030212
2 A_CALCI Instance attribute Protected Type reference (TYPE) P02K_CALCI PF Calculation 20021115
3 A_DESCR Instance attribute Public Type reference (TYPE) P02VS_LSTRING HR-CH: Long character string 20021115
4 A_ERROR Instance attribute Protected Type reference (TYPE) XFELD Error: Do not save object 20021115
5 A_KASSE Instance attribute Protected Type reference (TYPE) P02K_KASSE Pension Fund 20021115
6 A_PERNR Instance attribute Protected Type reference (TYPE) PERNR_D Personnel Number 20021115
7 A_REFDA Instance attribute Protected Type reference (TYPE) P02_REFDA Reference date in processing control 20021115
8 A_RETRO Instance attribute Public Type reference (TYPE) XFELD Created by recalculation 20021120
9 A_WRITE Instance attribute Protected Type reference (TYPE) XFELD Save Object 20021115
10 C_REASON_MOVE Constant Public Type reference (TYPE) CHAR4 'MOVE' Message reason: date has changed 20030306
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20021118
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20021115
3 CREATE_MESSAGE Instance method Public Method Generate Message 20030306
4 DISPLAY_DATA Instance method Public Method Display Data 20021113
5 EDIT_ADDITIONAL_DATA Instance method Public Method Maintain additional data 20030212
6 EDIT_DATA Instance method Public Method Edit Data 20021113
7 EXPORT_DATA Instance method Public Method Export data via the memory 20030212
8 SAVE_DATA Instance method Public Method Save Data 20021113
9 SET_DESCRIPTION Instance method Public Method Set description 20030212
Events
Class CL_HRPFD00_CALCI_DATACONTAINER has no event.
Types
Class CL_HRPFD00_CALCI_DATACONTAINER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_HRPFD00_CALCI_DATACONTAINER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_HRPFD00_CALCI_DATACONTAINER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADVAL Call by reference Type reference (TYPE) HRPFD00_ADVAL SPACE Zusätzliche Werte im Infotyp angeben 20030212
2 Importing CALCI Call by reference Type reference (TYPE) P02K_CALCI PK-Berechnung 20021115
3 Importing DESCR Call by reference Type reference (TYPE) P02VS_LSTRING SPACE HR-CH: Lange Zeichenkette 20021115
4 Importing KASSE Call by reference Type reference (TYPE) P02K_KASSE Pensionskasse 20021115
5 Importing PERNR Call by reference Type reference (TYPE) PERNR_D Personalnummer 20021115
6 Importing RETRO Call by reference Type reference (TYPE) XFELD SPACE Entstanden durch Rückrechnung 20021120

Method CONSTRUCTOR on class CL_HRPFD00_CALCI_DATACONTAINER has no exception.

Method CREATE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPFD00_MESSAGE_HANDLER HR-PF: Meldungsbehandlung 20030306
2 Importing MESSAGE_REASON Call by reference Type reference (TYPE) CHAR4 'MOVE' Meldungskategorie 20030306
3 Importing PERNR Call by reference Type reference (TYPE) PERNR_D Personalnummer 20030306

Method CREATE_MESSAGE on class CL_HRPFD00_CALCI_DATACONTAINER has no exception.

Method DISPLAY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPFD00_MESSAGE_HANDLER HR-PF: Meldungsbehandlung 20021118
2 Importing TESTMODE Call by reference Type reference (TYPE) XFELD 'X' Testmodus 20021113
# Exception Resumable Description Created on
1 ERROR_IN_CUSTOMIZING Fehler im Customizing 20021118

Method EDIT_ADDITIONAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPFD00_MESSAGE_HANDLER HR-PF: Meldungsbehandlung 20030212
2 Importing TESTMODE Call by reference Type reference (TYPE) XFELD 'X' Testmodus 20030212
# Exception Resumable Description Created on
1 ACTION_CANCELLED_BY_USER Aktion durch Benutzer abgebrochen 20030212
2 ERROR_IN_CUSTOMIZING Fehler im Customizing 20030212
3 GENERAL_ERROR Allgemeiner Fehler 20030212

Method EDIT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPFD00_MESSAGE_HANDLER HR-PF: Meldungsbehandlung 20021118
2 Importing TESTMODE Call by reference Type reference (TYPE) XFELD 'X' Testmodus 20021113
# Exception Resumable Description Created on
1 ACTION_CANCELLED_BY_USER Aktion durch Benutzer abgebrochen 20021118
2 ERROR_IN_CUSTOMIZING Fehler im Customizing 20021118
3 GENERAL_ERROR Allgemeiner Fehler 20021118

Method EXPORT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPFD00_MESSAGE_HANDLER HR-PF: Meldungsbehandlung 20030212
2 Importing NODIALOG Call by reference Type reference (TYPE) XFELD Kein Dialog 20030212
3 Importing TESTMODE Call by reference Type reference (TYPE) XFELD 'X' Testmodus 20030212
# Exception Resumable Description Created on
1 ACTION_CANCELLED_BY_USER Aktion durch Benutzer abgebrochen 20030212
2 ERROR_IN_CUSTOMIZING Fehler im Customizing 20030212
3 ERROR_WHEN_SAVING Fehler beim Speichern 20030212
4 GENERAL_ERROR Allgemeiner Fehler 20030212

Method SAVE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPFD00_MESSAGE_HANDLER HR-PF: Meldungsbehandlung 20021118
2 Importing NODIALOG Call by reference Type reference (TYPE) XFELD Kein Dialog 20021120
3 Importing TESTMODE Call by reference Type reference (TYPE) XFELD 'X' Testmodus 20021113
# Exception Resumable Description Created on
1 ACTION_CANCELLED_BY_USER Aktion durch Benutzer abgebrochen 20021118
2 ERROR_IN_CUSTOMIZING Fehler im Customizing 20021118
3 ERROR_WHEN_SAVING Fehler beim Speichern 20021118
4 GENERAL_ERROR Allgemeiner Fehler 20021118

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCR Call by reference Type reference (TYPE) P02VS_LSTRING SPACE HR-CH: Lange Zeichenkette 20030212

Method SET_DESCRIPTION on class CL_HRPFD00_CALCI_DATACONTAINER has no exception.
History
Last changed by/on SAP  20021113 
SAP Release Created in 470