SAP ABAP Class CL_RSEM_INLINE_TYPE (Data Type properties of an Element)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_BW_ENTITY_MODEL (Package) BW Infoprovider Models
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSEM_MODEL_OBJECT Abstract BW Model Object 20130206
Properties
Class CL_RSEM_INLINE_TYPE  
Short Description Data Type properties of an Element    
Super Class CL_RSEM_MODEL_OBJECT Abstract BW Model Object 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO_BW_ENTITY_MODEL   BW Infoprovider Models 
Created 20130206   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSEM_INLINE_TYPE has no forward declaration.
Interfaces
Class CL_RSEM_INLINE_TYPE has no interface implemented.
Friends
Class CL_RSEM_INLINE_TYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_C_SEMANTIC_AMOUNT Constant Public Type reference (TYPE) STRING 'amount' Semantic type for amount 20130829
2 G_C_SEMANTIC_CURRENCY Constant Public Type reference (TYPE) STRING 'currencyCode' Semantic type for currencies 20130228
3 G_C_SEMANTIC_DATE Constant Public Type reference (TYPE) STRING 'date' Semantic type 'date' 20130228
4 G_C_SEMANTIC_DATE_FROM Constant Public Type reference (TYPE) STRING 'businessDateFrom' Semantic type 'dateFrom' 20130228
5 G_C_SEMANTIC_DATE_TO Constant Public Type reference (TYPE) STRING 'businessDateTo' Semantic type 'dateTo' 20130228
6 G_C_SEMANTIC_EMPTY Constant Public Type reference (TYPE) STRING 'empty' Semantic type for general types 20130318
7 G_C_SEMANTIC_QUANTITY Constant Public Type reference (TYPE) STRING 'quantity' Semantic type for quantity 20130829
8 G_C_SEMANTIC_UNIT Constant Public Type reference (TYPE) STRING 'unitOfMeasure' Semantic type for units 20130228
9 P_R_ROOT Instance attribute Private Object reference (TYPE REF TO) IF_BW_ENTITY_MODEL_TYPES=>TN_S_INLINE_TYPE Reference to own model structure 20130215
Methods
# Method Level Visibility Method type Description Created on
1 GET_DATA_ELEMENT Instance method Public Method Returns the global data element 20130305
2 GET_DATA_TYPE Instance method Public Method Returns the DDIC data type 20130305
3 GET_DECIMAL_PROPERTIES Instance method Public Method Returns decimal precision and scale 20130305
4 GET_GLOBAL_NAME Instance method Public Method Returns the "globalName" 20130723
5 GET_LENGTH Instance method Public Method Returns the data length in chars or bytes 20130305
6 GET_NAME Instance method Public Method Returns the inline type name from model 20130305
7 GET_SEMANTIC_TYPE Instance method Public Method Returns the semantic type (see constants) 20130228
8 SET_DATA_ELEMENT Instance method Public Method Sets the data element 20130305
9 SET_DATA_TYPE Instance method Public Method Sets the DDIC data type 20130305
10 SET_DECIMAL_PROPERTIES Instance method Public Method Sets decimal precision and scale 20130305
11 SET_GLOBAL_NAME Instance method Public Method Sets the "globalName" 20130723
12 SET_LENGTH Instance method Public Method Sets the data length in chars or bytes (numeric types) 20130305
13 SET_NAME Instance method Public Method Sets the inline type name 20130305
14 SET_SEMANTIC_TYPE Instance method Public Method Sets the semantic type (see constants) 20130228
Events
Class CL_RSEM_INLINE_TYPE has no event.
Types
Class CL_RSEM_INLINE_TYPE has no local type.
Method Signatures

Method GET_DATA_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DATA_ELEMENT Value transfer Type reference (TYPE) ROLLNAME Data element (semantic domain) 20130305

Method GET_DATA_ELEMENT on class CL_RSEM_INLINE_TYPE has no exception.

Method GET_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DATA_TYPE Value transfer Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20130305

Method GET_DATA_TYPE on class CL_RSEM_INLINE_TYPE has no exception.

Method GET_DECIMAL_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PRECISION Value transfer Type reference (TYPE) INT4 Decimal precision 20130305
2 Exporting E_SCALE Value transfer Type reference (TYPE) INT4 Decimal scale 20130305

Method GET_DECIMAL_PROPERTIES on class CL_RSEM_INLINE_TYPE has no exception.

Method GET_GLOBAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_GLOBAL_NAME Value transfer Type reference (TYPE) STRING Global Name property 20130723

Method GET_GLOBAL_NAME on class CL_RSEM_INLINE_TYPE 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) INT4 Data length 20130305

Method GET_LENGTH on class CL_RSEM_INLINE_TYPE 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 Inline type name 20130305

Method GET_NAME on class CL_RSEM_INLINE_TYPE has no exception.

Method GET_SEMANTIC_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SEMANTIC_TYPE Value transfer Type reference (TYPE) STRING Semantic type 20130228

Method GET_SEMANTIC_TYPE on class CL_RSEM_INLINE_TYPE has no exception.

Method SET_DATA_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_ELEMENT Call by reference Type reference (TYPE) ROLLNAME Data element (semantic domain) 20130305

Method SET_DATA_ELEMENT on class CL_RSEM_INLINE_TYPE has no exception.

Method SET_DATA_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) DATATYPE_D Data Type in ABAP Dictionary 20130305

Method SET_DATA_TYPE on class CL_RSEM_INLINE_TYPE has no exception.

Method SET_DECIMAL_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PRECISION Call by reference Type reference (TYPE) INT4 Decimal precision 20130305
2 Importing I_SCALE Call by reference Type reference (TYPE) INT4 Decimal scale 20130305

Method SET_DECIMAL_PROPERTIES on class CL_RSEM_INLINE_TYPE has no exception.

Method SET_GLOBAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GLOBAL_NAME Call by reference Type reference (TYPE) CSEQUENCE The global name 20130723

Method SET_GLOBAL_NAME on class CL_RSEM_INLINE_TYPE has no exception.

Method SET_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LENGTH Call by reference Type reference (TYPE) INT4 Data length (chars or bytes) 20130305

Method SET_LENGTH on class CL_RSEM_INLINE_TYPE has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE Inline type name 20130305

Method SET_NAME on class CL_RSEM_INLINE_TYPE has no exception.

Method SET_SEMANTIC_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEMANTIC_TYPE Call by reference Type reference (TYPE) CSEQUENCE Semantic type 20130228

Method SET_SEMANTIC_TYPE on class CL_RSEM_INLINE_TYPE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740