SAP ABAP Data Element RSDMEM_CONTENT_TYPE (Content Type ID)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-DM (Application Component) Data Mining
     RS_DME_DMP (Package) Data mining engines: Provider
Basic Data
Data Element RSDMEM_CONTENT_TYPE
Short Description Content Type ID  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RSDMDM_CONTENT_TYPE    
Data Type CHAR   Character String 
Length 3    
Decimal Places 0    
Output Length 3    
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 Ct Type ID 
Medium 15 Content Type ID 
Long 20 Content Type ID 
Heading 15 Content Type ID 
Documentation

Definition

Defines the type of data in a model field. Following are the possible values

  1. Key field : The model field is a key field
  2. Discrete : Also called categorical data. The data in the model field contains finite set of values. For example, a model field "gender" has two values - male and female.
  3. Continuous : Continuous data can have any value in an interval of real numbers. That is, the value does not have to be an integer. Continuous is the opposite of discrete or categorical. Example : sales, revenue, profits.
  4. Ordered : The data is also a finite set of values but a definite order can be established in them. For example, a model field for "skill level" has values "good", "bad", "fair". Here we can rate the value "good" to be more than "bad". It is presently applicable only to clustering algorithm. Here all values (atleast two) in the training source which are to be considered by the engine should be defined in the values tab with their respective weights. If not, the clustering engine will ignore such model fields.
  5. Transaction : This field contains the id that describes the entities in a transaction.(eg transaction id of a sales order)
  6. Item : This field contains the entities amoung which you would like to find the association(eg product field of a sales order)
  7. Transaction weight: More weightage will be given to the transaction based on the value in this field.(eg If this field described the price, then the total price of products occuring in a transaction,will influence the weightage of that transaction)

History
Last changed by/on SAP  20110908 
SAP Release Created in 21C