SAP ABAP Data Element RKART (Adjustment type)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-PA (Application Component) Personnel Administration
     PBAS (Package) SAP HR Master Data Application Development
Basic Data
Data Element RKART
Short Description Adjustment type  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type NUM1    
Data Type NUMC   Character string with only digits 
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 Adj. type 
Medium 15 Adjustment type 
Long 25 Adjustment type 
Heading AdjTy 
Documentation

Definition

The adjustment type defines how the guaranteed values are adjusted.

Currently, there are five different adjustment types. If X(N) is the value after N adjustments and Y is the adjustment amount, the following applies.

FS-ART 1 : X(N+1) = X(N) - y
FS-ART 2 : X(N+1) = X(N) + y
FS-ART 3 : X(N) = (100% - N * Y %) * X(0)
FS-ART 4 : X(N) = y % * X(N)

In the first two cases, the dimension of the adjustment amount is identical to that of the guaranteed value. In all other cases it is a percentage.

Examples

3,000 is the full guaranteed amount for all examples.

FA-ART 1: Y = DM 50.00
N ! 0 1 2 ...
------------------------------------------------
X(N)! 3,000.00 2,950.00 2,900.00 ...

FS-ART 3: Y = 10.00%
N ! 0 1 2 ...
--------------------------------------------------
X(N)! 3,000.00 2,700.00 2,400.00 ...

FS-ART 5: Y = 90.00%
N ! 0 1 2 ...
--------------------------------------------------
X(N)! 3,000.00 2,700.00 2,430.00 ...

History
Last changed by/on SAP  19950403 
SAP Release Created in