SAP ABAP Data Element PC03_SPECP (Special rule for time-dependent rounding)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PY-XX-RS (Application Component) Reuse Services for Country Development
     P99U (Package) HR: International Objects
Basic Data
Data Element PC03_SPECP
Short Description Special rule for time-dependent rounding  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1    
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 Special 
Medium 15 Special rule 
Long 20 Rounding spec. rule 
Heading 19 Rounding spec. rule 
Documentation

Definition

Field used to store a special rule that is used for time-dependent rounding.

Use

The standard system includes the following special rules:

  • ' ': ordinary rounding

    Amounts between 0.00 and 0.49 (inclusive) are rounded down
    Amounts between 0.50 und 0.99 (inclusive) are rounded up
  • 'F': financial rounding

    Amounts between 0.00 and 0.50 (inclusive) are rounded down
    Amounts between 0.51 and 0.99 (inclusive) are rounded up

Dependencies

Every special rule that you want to enter in this field must be programmed in the coding of evaluating function module "HR_CONDITIONAL_ROUND".

Example

For periods before January 1 2002, the amount to be deducted for the municipal fund in Austria must be financially rounded up to a whole Austrian Schilling.

If the calculated amount is 1,736.50 ATS, 1,736.00 ATS must be deducted (rounded down).
For the period January 1 1800 to December 31 2001, enter 'F' in the "Special Rule" field of the report that calculates the contributions made to the municipal fund.

History
Last changed by/on SAP  20020219 
SAP Release Created in 470