SAP ABAP Class CL_HRFPM_CD_CLOSING_CCODE (CL_HRFPM_CD_CLOSING_CCODE)
Hierarchy
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
   PA-PM-PB (Application Component) Position Budgeting and Control
     PAOC_FPM_COM_ENGINE (Package) Position Management: Commitment Creation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRFPM_CD_CLOSING_HANDLER 20080131
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRFPM_CD_CLOSING_CCODE_HNDL 20080131
Properties
Class CL_HRFPM_CD_CLOSING_CCODE  
Short Description    
Super Class CL_HRFPM_CD_CLOSING_HANDLER  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_FPM_COM_ENGINE   Position Management: Commitment Creation 
Created 20080131   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRFPM_CD_CLOSING_CCODE has no forward declaration.
Interfaces
Class CL_HRFPM_CD_CLOSING_CCODE has no interface implemented.
Friends
Class CL_HRFPM_CD_CLOSING_CCODE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CLOSING_CUST_TAB Static Attribute Protected Type reference (TYPE) HT_CLOSING_CUSTOMIZING Settings for Period-End Closing for Commitment Creation 20080131
2 CLOSING_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_HRFPM_CD_CLOSING_CCODE_HNDL 20080131
3 CLOSING_HANDLER_LIST Static Attribute Protected Type reference (TYPE) TT_CLOSING_HANDLER_LIST 20080131
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_PROFILE Instance method Public Method 20080131
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080201
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080131
4 GET_CLOSING_CUSTOMIZING Static method Protected Method 20080131
5 GET_CLOSING_HANDLER_COMP_CODE Instance method Private Method 20080131
6 GET_CLOSING_HANDLER_FM_POS Instance method Private Method 20080131
7 GET_CLOSING_HANDLER_FPM_POS Instance method Private Method 20080131
8 GET_CUSTOMIZING_COMP_CODE Instance method Protected Method 20080131
Events
Class CL_HRFPM_CD_CLOSING_CCODE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 HT_CLOSING_CUSTOMIZING Protected See coding 20080131 ht_closing_customizing TYPE HASHED TABLE OF ts_closing_customizing WITH UNIQUE KEY compcode
2 TS_CLOSING_CUSTOMIZING Protected Type reference (TYPE) T77HRFPM_CLOSING 20080131
3 TS_CLOSING_HNDL Protected See coding 20080131 begin of ts_Closing_hndl, comp_code type bukrs, handler type ref to cl_hrfpm_cd_closing_ccode_hndl, end of ts_closing_hndl
4 TS_CLOSING_PROFILE Protected See coding 20080131 BEGIN OF ts_closing_profile, closing_date TYPE datbi, update_pbc TYPE flag, close_fm_doc TYPE flag, consumption TYPE flag, END OF ts_closing_profile
5 TT_CLOSING_HANDLER_LIST Protected See coding 20080131 tt_closing_handler_list TYPE hashed table of ts_Closing_hndl with unique key comp_code
Method Signatures

Method CHECK_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_PROFILE Call by reference Type reference (TYPE) T77HRFPM_CLOSING Einstellungen für Periodenabschluss bei Obligoerstellung 20080131
2 Returning RP_PROFILE_CONSISTENT Value transfer Type reference (TYPE) FLAG allgemeines flag 20080131
# Exception Resumable Description Created on
1 CX_HRFPM Ausnahmenklasse für Modul 'Administrator' 20080131

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DB_BUFFERED_ACCESS Call by reference Type reference (TYPE) FLAG SPACE allgemeines flag 20080202

Method CONSTRUCTOR on class CL_HRFPM_CD_CLOSING_CCODE has no exception.

Method GET_CLOSING_CUSTOMIZING Signature

Method GET_CLOSING_CUSTOMIZING on class CL_HRFPM_CD_CLOSING_CCODE has no parameter.
Method GET_CLOSING_CUSTOMIZING on class CL_HRFPM_CD_CLOSING_CCODE has no exception.

Method GET_CLOSING_HANDLER_COMP_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_COMP_CODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20080131
2 Returning RP_HANDLER Value transfer Object reference (TYPE REF TO) CL_HRFPM_CD_CLOSING_CCODE_HNDL 20080131
# Exception Resumable Description Created on
1 CX_HRFPM_ACC_POSTING HRFPM: Fehler bei der FM-Belegerstellung 20080201

Method GET_CLOSING_HANDLER_FM_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FM_DOC_POS Call by reference Type reference (TYPE) HRFPM_FM_DOC_POS Buchungskreis 20080131
2 Returning RP_HANDLER Value transfer Object reference (TYPE REF TO) CL_HRFPM_CD_CLOSING_CCODE_HNDL 20080131
# Exception Resumable Description Created on
1 CX_HRFPM_ACC_POSTING HRFPM: Fehler bei der FM-Belegerstellung 20080201

Method GET_CLOSING_HANDLER_FPM_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FPM_DOC_POS Call by reference Type reference (TYPE) HRFPM_FPM_DOC_POS Buchungskreis 20080131
2 Returning RP_HANDLER Value transfer Object reference (TYPE REF TO) CL_HRFPM_CD_CLOSING_CCODE_HNDL 20080131
# Exception Resumable Description Created on
1 CX_HRFPM_ACC_POSTING HRFPM: Fehler bei der FM-Belegerstellung 20080201

Method GET_CUSTOMIZING_COMP_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_COMPCODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20080131
2 Returning RP_CUST Value transfer Type reference (TYPE) TS_CLOSING_CUSTOMIZING Einstellungen für Periodenabschluss bei Obligoerstellung 20080131

Method GET_CUSTOMIZING_COMP_CODE on class CL_HRFPM_CD_CLOSING_CCODE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 600