SAP ABAP Data Element REXCESSURCHRGAMNT (Surcharge Amount)
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI-LOC (Application Component) Localization
     GLO_REFX_ES_RA (Package) Localization Flexible Real Estate Spain
Basic Data
Data Element REXCESSURCHRGAMNT
Short Description Surcharge Amount  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RECACURR    
Data Type CURR   Currency field, stored as DEC 
Length 15    
Decimal Places 2    
Output Length 21    
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 SrchrgAmnt 
Medium 15 SurchargeAmnt 
Long 20 Surcharge Amount 
Heading 20 SurchargeAmnt 
Documentation

Definition

Specifies the amount of surcharge you must pay in addition to the property tax.

Use

The system calculates the surcharge amount using the following calculation formula:

Surcharge amount = (calculated property tax * surcharge rate) + (calculated property tax * ((number of days between the actual payment date and the first day after the voluntary period) / 365) * interest rate)

Note:

Instead of the number of calendar days of a year (365 days), you can use any numbers according to your own requirements.

Dependencies

If you are required to pay a certain amount of surcharge, the system ignores the tax discount you specified for the same property.

Example

The following data are used in the example:

  • Property tax amount: EUR 300
  • Surcharge rate: 20%
  • End date of the voluntary period: June 1, 2012
  • Payment notification request: August 1, 2012
  • Actual payment: December 31, 2012
  • Default interest rate: 5%

The surcharge amount is calculated as follows:

300 * 20% + 300 * (213 / 365) * 5% = EUR 68,75

Note:

In the example, 213 is the number of days between June 2, 2012 and December 31, 2012.

History
Last changed by/on SAP  20130529 
SAP Release Created in 607