SAP ABAP Class CL_RSDDLTIP_DATATYPE (Data Type)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD_LTIP_CUBE_CREATE_CMD (Package) Create Cube command
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20080915
Properties
Class CL_RSDDLTIP_DATATYPE  
Short Description Data Type    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_LTIP_CUBE_CREATE_CMD   Create Cube command 
Created 20080908   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSDDLTIP_DATATYPE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20080915
Friends
Class CL_RSDDLTIP_DATATYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ATTR_TYPE Constant Public See coding Attribute Types 20090911
2 C_DATA_TYPE Constant Public See coding Data Type names 20090911
3 P_DECIMALS Instance attribute Private Type reference (TYPE) STRING Decimals 20081128
4 P_DEFAULT_VAL Instance attribute Private Type reference (TYPE) STRING Default Value 20090623
5 P_LENGTH Instance attribute Private Type reference (TYPE) STRING Length 20081128
6 P_NAME Instance attribute Private Type reference (TYPE) STRING Data Type name 20080908
7 P_R_DATE Static Attribute Private Object reference (TYPE REF TO) CL_RSDDLTIP_DATATYPE Date type object 20090911
8 P_R_DOUBLE Static Attribute Private Object reference (TYPE REF TO) CL_RSDDLTIP_DATATYPE Float (double) type object 20090911
9 P_R_FIXED Static Attribute Private Object reference (TYPE REF TO) CL_RSDDLTIP_DATATYPE Decimals type object 20090911
10 P_R_INT Static Attribute Private Object reference (TYPE REF TO) CL_RSDDLTIP_DATATYPE Integer type object 20080908
11 P_R_STRING Static Attribute Private Object reference (TYPE REF TO) CL_RSDDLTIP_DATATYPE String type object 20080908
12 P_R_TIME Static Attribute Private Object reference (TYPE REF TO) CL_RSDDLTIP_DATATYPE Time type object 20090911
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20080908
2 CONSTRUCTOR Instance method Private Constructor 20080908
3 CONVERT_ATTR_TYPE_TO_DATA_TYPE Static method Public Method Convert attribute type to data type name 20090910
4 CONVERT_DATA_TYPE_TO_ATTR_TYPE Static method Public Method Convert data type to attribute type 20090911
5 FACTORY Static method Public Method Returns data type object reference 20090911
6 GET_DEC Static method Public Method Get decimals data type object 20081128
7 GET_DECIMALS Instance method Public Method Get decimals 20081128
8 GET_DEFAULT_VAL Instance method Public Method Get default value 20090623
9 GET_FLOAT Static method Public Method Get float data type object 20080908
10 GET_INT Static method Public Method Get integer data type object 20080908
11 GET_LENGTH Instance method Public Method Get length 20081128
12 GET_NAME Instance method Public Method Get data type name 20080908
13 GET_STRING Static method Public Method Get string data type object 20080908
14 MAP_INTTP_TO_DATA_TYPE Static method Public Method Map INTTP to data type name 20090918
Events
Class CL_RSDDLTIP_DATATYPE has no event.
Types
Class CL_RSDDLTIP_DATATYPE has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSDDLTIP_DATATYPE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDDLTIP_DATATYPE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DECIMALS Call by reference Type reference (TYPE) CLIKE Decimals 20081128
2 Importing I_DEFAULT_VAL Call by reference Type reference (TYPE) CLIKE Default value 20090623
3 Importing I_LENGTH Call by reference Type reference (TYPE) CLIKE Length 20081128
4 Importing I_NAME Call by reference Type reference (TYPE) CLIKE Data Type name 20080908

Method CONSTRUCTOR on class CL_RSDDLTIP_DATATYPE has no exception.

Method CONVERT_ATTR_TYPE_TO_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTR_TYPE Call by reference Type reference (TYPE) TREXD_ATTR_TYPE Attribute type 20090910
2 Returning R_DATA_TYPE Value transfer Type reference (TYPE) RSDDLTIP_DATA_TYPE Data type name 20090910

Method CONVERT_ATTR_TYPE_TO_DATA_TYPE on class CL_RSDDLTIP_DATATYPE has no exception.

Method CONVERT_DATA_TYPE_TO_ATTR_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_TYPE Call by reference Type reference (TYPE) RSDDLTIP_DATA_TYPE Data type name 20100802
2 Returning R_ATTR_TYPE Value transfer Type reference (TYPE) TREXD_ATTR_TYPE Attribute type 20100802

Method CONVERT_DATA_TYPE_TO_ATTR_TYPE on class CL_RSDDLTIP_DATATYPE has no exception.

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_TYPE Call by reference Type reference (TYPE) RSDDLTIP_DATA_TYPE Datentyp (Dimension, Attribut oder Kennzahl) 20090911
2 Returning R_R_DATA_TYPE Value transfer Object reference (TYPE REF TO) CL_RSDDLTIP_DATATYPE Data type 20090911

Method FACTORY on class CL_RSDDLTIP_DATATYPE has no exception.

Method GET_DEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_DEC Value transfer Object reference (TYPE REF TO) CL_RSDDLTIP_DATATYPE datentypen 20081128

Method GET_DEC on class CL_RSDDLTIP_DATATYPE has no exception.

Method GET_DECIMALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DECIMALS Value transfer Type reference (TYPE) STRING 20081128

Method GET_DECIMALS on class CL_RSDDLTIP_DATATYPE has no exception.

Method GET_DEFAULT_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DEFAULT_VAL Value transfer Type reference (TYPE) STRING 20090623

Method GET_DEFAULT_VAL on class CL_RSDDLTIP_DATATYPE has no exception.

Method GET_FLOAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_FLOAT Value transfer Object reference (TYPE REF TO) CL_RSDDLTIP_DATATYPE datentypen 20080908

Method GET_FLOAT on class CL_RSDDLTIP_DATATYPE has no exception.

Method GET_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_INT Value transfer Object reference (TYPE REF TO) CL_RSDDLTIP_DATATYPE datentypen 20080908

Method GET_INT on class CL_RSDDLTIP_DATATYPE has no exception.

Method GET_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LENGTH Value transfer Type reference (TYPE) STRING 20081128

Method GET_LENGTH on class CL_RSDDLTIP_DATATYPE has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) STRING 20080908

Method GET_NAME on class CL_RSDDLTIP_DATATYPE has no exception.

Method GET_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_STRING Value transfer Object reference (TYPE REF TO) CL_RSDDLTIP_DATATYPE datentypen 20080908

Method GET_STRING on class CL_RSDDLTIP_DATATYPE has no exception.

Method MAP_INTTP_TO_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTTP Call by reference Type reference (TYPE) INTTYPE Internal type 20090918
2 Returning R_DATA_TYPE Value transfer Type reference (TYPE) RSDDLTIP_DATA_TYPE Data type name 20090918

Method MAP_INTTP_TO_DATA_TYPE on class CL_RSDDLTIP_DATATYPE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720