SAP ABAP Data Element CEPLZMERK (Access-Level Characteristic)
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 CEPLZMERK
Short Description Access-Level Characteristic  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FDNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table DD03L    
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 Char. 
Medium 15 Access-lev.char 
Long 20 Access-level char. 
Heading Char. 
Documentation

Definition

The access-level characteristics determine the level of detail at which the reference data is selected in order to calculate the ratios.

Example: You want to valuate quantities with a ratio "Price = Revenue/Quantity".

You are using the following reference data:
Product Customer Quantity Revenue
P1 C1 10 100
P1 C2 20 260

You plan the following data:
Product Customer Quantity Revenue
P1 C1 11
P1 C2 22

Case 1: access-level characteristics "Product" and "Customer" yields the following:

Product Customer Quantity Revenue
P1 C1 11 110
P1 C2 22 286

Reason: 110 = 11 * 100 / 10, 286 = 22 * 260 / 20.

So the quantities are valuated with the price for each individual customer.

Case 2: access-level characteristic "Product" yields the following:

Product Customer Quantity Revenue
P1 C1 11 132
P1 C2 22 264

Reason: 132 = 11 * ( 100 + 260 ) / (10 + 20 ),
264 = 22 * ( 100 + 260 ) / (10 + 20 ).

So the quantities are valuated with an average price for all customers.

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