SAP ABAP Class CL_RESC_SU_RHYTHM_MNGR (Manager for Settlement Frequency (VISCSURH))
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-SC (Application Component) Service Charge Settlement
     RE_SC_SU (Package) SCS: Settlement Unit
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RECA_STORABLE Object Can Be Stored (Abstract): Standard Implementation 20030211
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RESC_SU_RHYTHM_MNGR Manager for Settlement Frequency (VISCSURH) 20030211
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RESC_SU_RHYTHM_CSU Manager for Settlement Frequency (VISCSURH) 20090406
Properties
Class CL_RESC_SU_RHYTHM_MNGR  
Short Description Manager for Settlement Frequency (VISCSURH)    
Super Class CL_RECA_STORABLE Object Can Be Stored (Abstract): Standard Implementation 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RE_SC_SU   SCS: Settlement Unit 
Created 20030211   SAP 
Last change 20110908   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
# Interface Abstract Final Description Created on
1 IF_RESC_SU_RHYTHM_MNGR Manager for Settlement Frequency (VISCSURH) 20030211
Friends
# Friend Modeled only Created on Description
1 CF_RECA_OBJECT 20031014 Object That Can Be Instantiated: Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_STRUCTURENAME Constant Protected Type reference (TYPE) TABNAME 'RESCSURHYTHM_S' Table Name 20030228
2 MF_USE_DEFAULT Instance attribute Protected Type reference (TYPE) RECABOOL General Yes/No Field 20040216
3 MO_ASSIGN_CC_MNGR Instance attribute Public Attribute reference (LIKE) 20030212
4 MO_PARENT Instance attribute Public Attribute reference (LIKE) 20030212
5 MO_SHAREOUT_MNGR Instance attribute Public Attribute reference (LIKE) 20030212
6 MT_LIST Instance attribute Public Attribute reference (LIKE) 20030212
7 MT_LIST_OLD Instance attribute Protected Type reference (TYPE) RE_T_SURHYTHM Standard Table Category for Viak04 20030212
8 MT_PERIOD Instance attribute Protected Type reference (TYPE) MTY_ST_PERIOD 20080213
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_VALIDFROM Instance method Protected Method Checks Beginning of SU and Assignment of First Sett.Variant 20090406
2 FILL_BUFFER Instance method Protected Method Fills Table Buffer 20030212
3 GET_ASSIGN_CC_MNGR Instance method Public Method 20030226
4 GET_DEFAULT Instance method Public Method 20030401
5 GET_DETAIL_BY_DATE Instance method Public Method 20030228
6 GET_LIST Instance method Public Method 20030213
7 GET_LIST_X Instance method Public Method 20030303
8 GET_PERIOD4DATE Instance method Public Method 20090407
9 GET_PERIOD_LIST Instance method Public Method 20030228
10 GET_SETTLPERIOD_CHANGES Instance method Protected Method Time Periods in Which Settlement Period Was Changed 20090403
11 GET_SETTLPERIOD_LIST Instance method Protected Method Gets the Settlement Periods 20090403
12 GET_SHAREOUT_MNGR Instance method Public Method 20030228
13 SET_KEYFIELDS Instance method Protected Method All Key Fields Are Filled in Internal List 20030220
14 SET_LIST Instance method Public Method 20030401
15 SET_VALIDFROM Instance method Public Method 20081031
Events
Class CL_RESC_SU_RHYTHM_MNGR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTY_ST_PERIOD Protected See coding 20080213 mty_st_period TYPE SORTED TABLE OF mty_s_period WITH NON-UNIQUE KEY date
2 MTY_S_PERIOD Protected See coding 20080213 BEGIN OF mty_s_period, date TYPE sy-datum, period TYPE rf60baper, END OF mty_s_period
Method Signatures

Method CHECK_VALIDFROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_VALIDFROM Call by reference Type reference (TYPE) RESCSUVALIDFROM Gültig-ab-Datum einer Abrechnungseinheit 20090406
2 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20090406
3 Importing IS_RHYTHM Call by reference Type reference (TYPE) RESCSURHYTHM Zuordnung von Abrechnungsvarianten zur Abrechnungseinheit 20090406

Method CHECK_VALIDFROM on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method FILL_BUFFER Signature

Method FILL_BUFFER on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method FILL_BUFFER on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method GET_ASSIGN_CC_MNGR Signature

Method GET_ASSIGN_CC_MNGR on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method GET_ASSIGN_CC_MNGR on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method GET_DEFAULT Signature

Method GET_DEFAULT on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method GET_DEFAULT on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method GET_DETAIL_BY_DATE Signature

Method GET_DETAIL_BY_DATE on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method GET_DETAIL_BY_DATE on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method GET_LIST Signature

Method GET_LIST on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method GET_LIST on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method GET_LIST_X Signature

Method GET_LIST_X on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method GET_LIST_X on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method GET_PERIOD4DATE Signature

Method GET_PERIOD4DATE on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method GET_PERIOD4DATE on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method GET_PERIOD_LIST Signature

Method GET_PERIOD_LIST on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method GET_PERIOD_LIST on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method GET_SETTLPERIOD_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERIOD Call by reference Type reference (TYPE) RE_T_SURHYTHM_X Zuordnung von Abrechnungsvarianten zur Abrechnungseinheit 20090403
2 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20090403
3 Importing IF_FILL_TEXTFIELDS Call by reference Type reference (TYPE) RECABOOL ABAP_FALSE Allgemeines Ja/Nein - Feld 20090403

Method GET_SETTLPERIOD_CHANGES on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method GET_SETTLPERIOD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_SETTLPERIOD Intervalle 20090403
2 Importing ID_FROM Call by reference Type reference (TYPE) RECAPERIODFROM RECA0_DATE-MIN Datum des Periodenbeginns 20090403
3 Importing ID_TO Call by reference Type reference (TYPE) RECAPERIODTO RECA0_DATE-MAX Datum des Periodenendes 20090403
# Exception Resumable Description Created on
1 ERROR Fehler 20090403

Method GET_SHAREOUT_MNGR Signature

Method GET_SHAREOUT_MNGR on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method GET_SHAREOUT_MNGR on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method SET_KEYFIELDS Signature

Method SET_KEYFIELDS on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method SET_KEYFIELDS on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method SET_LIST Signature

Method SET_LIST on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method SET_LIST on class CL_RESC_SU_RHYTHM_MNGR has no exception.

Method SET_VALIDFROM Signature

Method SET_VALIDFROM on class CL_RESC_SU_RHYTHM_MNGR has no parameter.
Method SET_VALIDFROM on class CL_RESC_SU_RHYTHM_MNGR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 200