SAP ABAP Data Element MINPZ_KK (Dunning Proposal: Limit Percentage Rate)
Hierarchy
FI-CA (Software Component) FI-CA
   FI-CA (Application Component) Contract Accounts Receivable and Payable
     FKKB (Package) Contract A/R & A/P: Central Objects
Basic Data
Data Element MINPZ_KK
Short Description Dunning Proposal: Limit Percentage Rate  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type PRZ21    
Data Type DEC   Counter or amount field with comma and sign 
Length 3    
Decimal Places 1    
Output Length 4    
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 LimitPerc. 
Medium 15 Limit Percent. 
Long 20 Limit Percentage 
Heading 20 Limit Percentage 
Documentation

Definition

For a dunning grouping, the limit percentage rate determines the ratio of open amounts to the total amounts of the dunning grouping items that must be reached for the group to be dunned.

Use

The limit percentage rate defines whether the proportion of open amounts to the total amount of a dunning group is small enough to exclude the dunning group from dunning.

To enable the check for the minimum percentage rate, you have to define event 336 explicitly. SAP delivers function module FKK_0336_PERCENTAGE_LIMIT that can be used for event 336.

Dependencies

Example

The following three documents exist:

  • For line item 1234 (amount 100 EUR), 10 EUR is open and 90 EUR cleared.
  • For line item 1235 (amount 25 EUR), 3 EUR is open and 22 EUR cleared.
  • For line item 1236 (amount 105 EUR), 5 EUR is open and 100 EUR cleared.

The open subitems are in the same dunning group and are subjected to the limit percentage rate check.

If the limit percentage rate is maintained for the dunning level and has a value of 0.00, the percentage rate of the group is:     (10 EUR + 3 EUR + 5 EUR) * 100 / (100 EUR + 25 EUR + 105 EUR) = 7.83.

With a limit percentage rate of 5.00, the percentage rate of the group would exceed the limit percentage rate, the group is still dunned; the proportion of the open amounts is too high.

With a limit percentage rate of 10.00, the percentage rate of the group would be below the limit percentage rate, the group is excluded from dunning; the proportion of the open amounts is too low.

History
Last changed by/on SAP  20050615 
SAP Release Created in 600