SAP ABAP Data Element REORPOCDPRICEBASE (Basis for Price of Condition)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-RS (Application Component) Room Reservations and Seating Arrangements
     RE_OR_PO (Package) RE: Continuous Occupancy
Basic Data
Data Element REORPOCDPRICEBASE
Short Description Basis for Price of Condition  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type REORPOCDPRICEBASE    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 PriceBasis 
Medium 15 Price Basis 
Long 20 Price Basis 
Heading 10 PriceBasis 
Documentation

Definition

The basis for the price that is applied for continuous occupancy.

Use

You can define the basis for calculating the price of continuous occupancy as follows:

  • Price per desk assignment

    The entered price is a flat price per occupant.

  • Price per room (calculated based on capacity)

    The entered price is defined for the room as a whole. The price for each occupant is this price divided by the capacity of the room (that is, the first measurement, entered as a number of persons). This formula applies no matter how many occupants are actually assigned to the room.

  • Price per room (calculated based on occupancy)

    The entered price is defined for the room as a whole. The price for each occupant is this price divided by the actual number of persons occupying the room (that is, the sum of all occupants on a key date).

For calculating the price per measurement, the system also uses the measurement amount that was entered for the relevant condition.

Dependencies

Example

These examples assume that billing for the condition type and reservation object is set up on a daily basis.

Specifications :

  • Condition K1 applies regardless of the measurement.
  • Condition K1 is for the amount of 10.
  • During the billing period, 2 people are assigned to an office with capacity for 4 persons.

Price per desk assignment

The fixed price is 10 (factor = 1).

=> Each occupant thereby costs 10 per day. The charge for the room per day is 20.

Price per room (calculated based on capacity)

10 / 4 persons = 2.50 (factor = 1/4)

=> Each occupant thereby costs 2.50 per day. The charge for the room per day is 5, since only one half is utilized.

Price per room (calculated based on occupancy)

2 persons occupy the room. Therefore the factor = 1/2.

10 / 2 persons = 5

=> Each occupant thereby costs 5 per day. The charge for the room per day is 10. Regardless of how many occupants there are at a given time, the total cost for the room is always 10 - that is, unless the room is not occupied at all.

History
Last changed by/on SAP  20100310 
SAP Release Created in 700