SAP ABAP Data Element CEPLVRGKUM (Cumulate Record Type)
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 CEPLVRGKUM
Short Description Cumulate Record Type  
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 Cum.RecTyp 
Medium 17 Cumulate Rec.Type 
Long 22 Cumulate Record Type 
Heading 22 Cumulate Record Type 
Documentation

Definition

If this function is selected, the reference data is summarized at the record type level. Hence, the reference data is processed as if it had the same record type. In order words, the record type is not considered.

If you do not select this function, the number of record types for actual data and for reference data has to be the same. The sequence in multiple selections is considered in this case. Processing occurs as follows:

The actual data with the first record type is distributed according to the reference data of the record type entered first (see the example below).

Use

Dependencies

Example

Actual Data:

Record Type    Customer    Product    Revenue

F    #    A    1000

A    #    A    3000

B    #    A    2000

Reference Data:

Record Type    Customer    Product    Revenue

A    X    A    10

A    Y    A    40

A    Z    A    50

B    Y    A    50

F    X    A    80

F    Y    A    20

Multiple Selection for Record Type:

Type of Data    RecType    RecType    RecType

Actual Data:    F    A    B

Reference Data:    A    B    F

Result when indicator is deselected (the record type is not cumulated, and the sequence in the multiple selection is considered

Record Type    Customer    Product    Revenue

F    X    A    100 = 1000 * 10 / (10 + 40 + 50)

F    Y    A    400 = 1000 * 40 / (10 + 40 + 50)

F    Z    A    500 = 1000 * 50 / (10 + 40 + 50)

A    Y    A    3000

B    X    A    1600 = 2000 * 80 / (80 + 20 )

B    Y    A    400 = 2000 * 20 / (80 + 20 )

Result when indicator is selected (the record type is cumulated)

Record Type    Customer    Product    Revenue

F    X    A    360 = 1000 * (10 + 80) / ((10 + 80) + (40 + 50 + 20) + 50)

F    Y    A    440 = 1000 * (40 + 50 + 20) / ((10 + 80) + (40 + 50 + 20) + 50)

F    Z    A    200 = 1000 * 50 / ((10 + 80) + (40 + 50 + 20) + 50)

A    X    A    1080 = 3000 * (10 + 80) / ((10 + 80) + (40 + 50 + 20) + 50)

A    Y    A    1320 = 3000 * (40 + 50 + 20) / ((10 + 80) + (40 + 50 + 20) + 50)

A    Z    A    600 = 3000 * 50 / ((10 + 80) + (40 + 50 + 20) + 50 )

B    X    A    720 = 2000 * (10 + 80) / ((10 + 80) + (40 + 50 + 20) + 50)

B    Y    A    880 = 2000 * (40 + 50 + 20) / ((10 + 80) + (40 + 50 + 20) + 50)

B    Z    A    400 = 2000 * 50 / ((10 + 80) + (40 + 50 + 20) + 50)

History
Last changed by/on SAP  20020124 
SAP Release Created in 470