SAP ABAP Data Element RKE_CHT_CANC (Transformation of Characteristics - Cancel Orig. Values)
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 RKE_CHT_CANC
Short Description Transformation of Characteristics - Cancel Orig. Values  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RKE_BOOL    
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 Cancel 
Medium 15 Cancel 
Long 20 Cancel 
Heading Cancel 
Documentation

Definition

Use

This indicator determines whether the original values are to be cleared during characteristic transformation.

If you select the indicator, the value is cleared (removed) from the original object and assigned instead to the new object (referred to as the "move" technique).

If you do not select the indicator, the value from the original object is copied into the new object. This means that the value is also kept in the original object (referred to as the "copy" technique).

Dependencies

Example

The following example demonstrates the effects of selecting the Clear and Add indicators:

Reference Data:

Product            Revenue

K1            1000

K2            2000

Characteristic Transformation:

K1 --> K2

Result:

                        Revenue

            Add=''        Add='X'        Add=''        Add='X'       

Product            Clear=''        Clear='X'        Clear='X'        Clear=''       

K1            1000        0        0        1000

K2            1000        3000        1000        3000

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