SAP ABAP Class CL_REOR_PERM_OCC_COST_MNGR (Costs Manager for Continuous Occupancy)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-RS (Application Component) Room Reservations and Seating Arrangements
     RE_OR_PO (Package) RE: Continuous Occupancy
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_REOR_COST_MNGR Costs Manager for Reservation/Occupancy 20060620
Properties
Class CL_REOR_PERM_OCC_COST_MNGR  
Short Description Costs Manager for Continuous Occupancy    
Super Class CL_REOR_COST_MNGR Costs Manager for Reservation/Occupancy 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RE_OR_PO   RE: Continuous Occupancy 
Created 20060620   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)
2 RECA0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 REOR1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 REOR2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_REOR_PERM_OCC_COST_MNGR has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CF_RECA_OBJECT 20060620 Object That Can Be Instantiated: Factory
2 CL_REOR_COST_REVERSAL_PO 20080530 Reversal Process: Continuous Occupancy
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MF_HISTORICAL_DATA_READ Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE Historical Data Was Read 20070221
Methods
# Method Level Visibility Method type Description Created on
1 GET_LAST_BILLING_DATE Instance method Protected Method Gets Date of Last Posting 20060704
2 GET_NEXT_BILLING_DATE Instance method Protected Method Gets Date of Next Possible Posting 20060704
3 READ_HISTORICAL_DATA Instance method Protected Method Reads the Historical Data 20070221
4 SET_BILLEDTO_ON_RS_OBJECT Instance method Protected Method Sets Date of Last Posting on Reservation Object 20060728
5 _BUILD_CASHFLOW Instance method Private Method Generate Cash Flow Records 20070209
6 _GET_CAPACITIES Instance method Private Method Reads Capacities/Occupancies 20061002
7 _GET_PRICE_FACTORS Instance method Private Method Gets the Price Factors Using the Occupancy Data 20061012
Events
Class CL_REOR_PERM_OCC_COST_MNGR has no event.
Types
Class CL_REOR_PERM_OCC_COST_MNGR has no local type.
Method Signatures

Method GET_LAST_BILLING_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_GUID Call by reference Type reference (TYPE) RECAGUID GUID (RAW16) 20060704
2 Returning RD_LAST_BILLING Value transfer Type reference (TYPE) SYDATUM Letztes Buchungsdatum 20060704

Method GET_LAST_BILLING_DATE on class CL_REOR_PERM_OCC_COST_MNGR has no exception.

Method GET_NEXT_BILLING_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_GUID Call by reference Type reference (TYPE) RECAGUID GUID (RAW16) 20060704
2 Returning RD_NEXT_BILLING Value transfer Type reference (TYPE) SYDATUM Nächstes mögliches Datum 20060704

Method GET_NEXT_BILLING_DATE on class CL_REOR_PERM_OCC_COST_MNGR has no exception.

Method READ_HISTORICAL_DATA Signature

Method READ_HISTORICAL_DATA on class CL_REOR_PERM_OCC_COST_MNGR has no parameter.
Method READ_HISTORICAL_DATA on class CL_REOR_PERM_OCC_COST_MNGR has no exception.

Method SET_BILLEDTO_ON_RS_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_BILLEDTO Value transfer Type reference (TYPE) REOR_OFFER_OBJECT-BILLEDTO Datum, bis zu dem Buchungen durchgeführt wurden 20060728

Method SET_BILLEDTO_ON_RS_OBJECT on class CL_REOR_PERM_OCC_COST_MNGR has no exception.

Method _BUILD_CASHFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_OCCQUOTE Call by reference Type reference (TYPE) REOR_PERM_OCC_X-OCCQUOTE Belegungsanteil - Dezimal 20080208
2 Importing ID_PRICEFACTOR Call by reference Type reference (TYPE) REOR_PERM_OCC-PRICEFACTOR Multiplikator für Preis 20070219
3 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20070209
4 Importing IO_RS_OBJECT Call by reference Object reference (TYPE REF TO) IF_REOR_OFFER_OBJECT Reservierungsobjekt 20070209
5 Importing IS_CALCULATION_PERIOD Call by reference Type reference (TYPE) RECADATERANGE Berechnungzeitraum 20070209
6 Importing IS_OCCUPANCY_PERIOD Call by reference Type reference (TYPE) RECA_TIME_PERIOD Belegungszeitraum 20070209
7 Importing IS_PERM_OCC Call by reference Type reference (TYPE) REOR_PERM_OCC Permanente Belegung 20070209
8 Importing IT_PRICE_FACTOR Call by reference Type reference (TYPE) MTYPE_T_PRICE_FACTOR Preisfaktoren pro Kondition und Periode 20070219

Method _BUILD_CASHFLOW on class CL_REOR_PERM_OCC_COST_MNGR has no exception.

Method _GET_CAPACITIES 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) REOR_PERM_OCC-VALIDFROM Belegung gültig ab 20061002
2 Importing ID_VALIDTO Call by reference Type reference (TYPE) REOR_PERM_OCC-VALIDTO Belegung gültig bis 20061002
3 Importing IO_PERM_OCCUPANCY Call by reference Object reference (TYPE REF TO) IF_REOR_PERM_OCCUPANCY_SINGLE Service Permanente Belegung - Einzelbearbeitung 20061002
4 Returning RT_OCCUPANCY Value transfer Type reference (TYPE) MTYPE_T_OCCUPANCY Kapazitäten 20061002

Method _GET_CAPACITIES on class CL_REOR_PERM_OCC_COST_MNGR has no exception.

Method _GET_PRICE_FACTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PRICE_FACTOR Call by reference Type reference (TYPE) MTYPE_T_PRICE_FACTOR Preisfaktoren pro Zeit 20070222
2 Importing IO_PERM_OCCUPANCY Call by reference Object reference (TYPE REF TO) IF_REOR_PERM_OCCUPANCY_SINGLE Service Permanente Belegung - Einzelbearbeitung 20061012
3 Importing IT_OCCUPANCY Call by reference Type reference (TYPE) MTYPE_T_OCCUPANCY Kapazitäten 20061012

Method _GET_PRICE_FACTORS on class CL_REOR_PERM_OCC_COST_MNGR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700