SAP ABAP Data Element KEPM_TDVERF1 (Distribution Method - Distribute "Nonassigned" Only)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       KE (Package) Profitability Analysis
Basic Data
Data Element KEPM_TDVERF1
Short Description Distribution Method - Distribute "Nonassigned" Only  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHOICE    
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 NonassOnly 
Medium 15 NonassignedOnly 
Long 40 Only distribute "nonassigned" 
Heading 40 Only distribute "nonassigned" 
Documentation

Definition

There are two of methods you can use to distribute data top-down. These methods are described in the following examples:

  • Distribute entire value
  • Distribute "nonassigned" only

Example

Data for product group ARGRA is distributed to products. Before distribution, the characteristics show the following values:

Product group PRGRA (product = space, meaning "nonassigned"): 150
Product 000001: 50
Product 000002: 100

Consequently, the total value for product group PRGRA is 300. The two available methods differ in whether the total value (= 300) or only the value not assigned to products (= 150) is distributed.

If no values exist at the product level, the two methods will yield the same result.

Method 1: Distribute entire value

Product grp    Product    Ref. value    Value before dist.    Value after dist.

PRGRA    space        150    0

PRGRA    000001    3    50    90

PRGRA    000002    7    100    210

The value "90", for example, was calculated as follows:
90 = 300 * 3 / ( 3 + 7 )

Method 2: Distribute "nonassigned" only

Product grp    Product    Ref. value    Value before dist.    Value after dist.

PRGRA    space        150    0

PRGRA    000001    3    50    95

PRGRA    000002    7    100    205

The value "95", for example, was calculated as follows:
95 = 50 + 150 * 3 / ( 3 + 7 )

History
Last changed by/on SAP  20000211 
SAP Release Created in 46C