SAP ABAP Data Element /SAPPCE/DPC_RET_SEQUENCE (Down Payment Chain: Sequence to calculate retention amounts)
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI-AF-DPC (Application Component) Down Payment Chains
     /SAPPCE/01 (Package) Enhancements for Down-Payment Chain
Basic Data
Data Element /SAPPCE/DPC_RET_SEQUENCE
Short Description Down Payment Chain: Sequence to calculate retention amounts  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type /SAPPCE/DPC_RET_SEQUENCE    
Data Type INT1   1-byte integer, integer number <= 255 
Length 3    
Decimal Places 0    
Output Length 3    
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 Seq. 
Medium 10 Sequence 
Long 20 Retention Sequence 
Heading 40 Sequence for Retention Calculation 
Documentation

Definition

Indicates the sequence in which the retention amounts are calculated.

Use

Dependencies

Example

This example shows how the new retention amount is calculated.

The following data is maintained for the retention amount categories:

RET1 - Percentage = 5% and Sequence = 1

RET2 - Percentage = 3% and Sequence = 1

RET3 - Percentage = 10% and Sequence = 2

RET4 - Percentage = 20% and Sequence = 3

If the base amount is 200 EUR, the retention amount is calculated as follows:

For RET1: 5% x 200 EUR = 10 EUR

For RET2: 3% x 200 EUR = 6 EUR

For RET3: 10% x (200 EUR - 10 EUR - 6 EUR) = 10% x 184 EUR = 18.40 EUR

For RET4: 20% x (200 EUR - 10 EUR - 6 EUR - 18.40 EUR) = 20% x 165.60 EUR = 33.12 EUR

History
Last changed by/on SAP  20110901 
SAP Release Created in 605