SAP ABAP Class IF_RSBOLAP_VARIABLE_DOUBLE (Simple Number Variable)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_EVENT_SOURCE Object That Communicates Changes 20090514
2 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_OBJECT Object 20090514
3 Interface composition (i COMPRISING i_ref)  IF_RSBOLAP_VARIABLE Variable 20090514
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBOLAP_VARIABLE_DOUBLE Simple Number Variable 20090514
Properties
Class IF_RSBOLAP_VARIABLE_DOUBLE  
Short Description Simple Number Variable    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090514   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSBOL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_RSBOLAP_VARIABLE_DOUBLE has no interface implemented.
Friends
Class IF_RSBOLAP_VARIABLE_DOUBLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_INDENT_STEP_WIDTH Instance attribute Public Attribute reference (LIKE) 20090514
2 N_ALTERNATIVE_NAME Instance attribute Public Attribute reference (LIKE) 20090514
3 N_ID Instance attribute Public Attribute reference (LIKE) 20090514
4 N_INPUT_ENABLED Instance attribute Public Attribute reference (LIKE) 20090514
5 N_IS_PERSONALIZED Instance attribute Public Attribute reference (LIKE) 20091007
6 N_MANDATORY Instance attribute Public Attribute reference (LIKE) 20091007
7 N_NAME Instance attribute Public Attribute reference (LIKE) 20090514
8 N_R_APPLICATION Instance attribute Public Attribute reference (LIKE) 20091007
9 N_STATE_VARIABLE Instance attribute Public Attribute reference (LIKE) 20091007
10 N_SUPPORTS_INITIAL_VALUE Instance attribute Public Attribute reference (LIKE) 20100510
11 N_SUPPORTS_VALUE_HELP Instance attribute Public Attribute reference (LIKE) 20091007
12 N_S_SELECTION_CAPABILITIES Instance attribute Public Attribute reference (LIKE) 20091007
13 N_TEXT Instance attribute Public Attribute reference (LIKE) 20090514
14 N_VARIABLE_TYPE Instance attribute Public Attribute reference (LIKE) 20090514
Methods
# Method Level Visibility Method type Description Created on
1 APPLY_PERSONALIZATION Instance method Public Method 20090514
2 FREE Instance method Public Method 20090514
3 GET_BASE_SELECTOR Instance method Public Method 20100510
4 GET_DECIMAL_PLACES Instance method Public Method Read Number of Decimal Places Allowed 20100517
5 GET_DEPENDENT_VARIABLES Instance method Public Method 20100510
6 GET_PROCESSING_PRIORITY Instance method Public Method 20100510
7 GET_VALUE Instance method Public Method Read Typed Status 20090514
8 GET_VARIABLE_TYPE Instance method Public Method 20090514
9 HAS_NULL_VALUE Instance method Public Method Check whether value is "NULL" 20100517
10 REMOVE_PERSONALIZATION Instance method Public Method 20090514
11 SAVE_PERSONALIZATION Instance method Public Method 20090514
12 SET_NULL_VALUE Instance method Public Method Set Value to "NULL" 20100517
13 SET_VALUE Instance method Public Method Set Types Status 20090514
14 TO_ABAP_LIST Instance method Public Method 20090514
15 TO_STRING Instance method Public Method 20090514
Events
# Event Type Visibility Description Created on
1 CHANGED Instance Event
(0)
Public
(2)
20090514
2 FREED Instance Event
(0)
Public
(2)
20090514
Types
Class IF_RSBOLAP_VARIABLE_DOUBLE has no local type.
Method Signatures

Method APPLY_PERSONALIZATION Signature

Method APPLY_PERSONALIZATION on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Method APPLY_PERSONALIZATION on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method FREE Signature

Method FREE on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Method FREE on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method GET_BASE_SELECTOR Signature

Method GET_BASE_SELECTOR on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Method GET_BASE_SELECTOR on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method GET_DECIMAL_PLACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DECIMAL_PLACES Value transfer Type reference (TYPE) RSBOLAP_PRECISION Genauigkeit einer Zahl 20100517

Method GET_DECIMAL_PLACES on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method GET_DEPENDENT_VARIABLES Signature

Method GET_DEPENDENT_VARIABLES on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Method GET_DEPENDENT_VARIABLES on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method GET_PROCESSING_PRIORITY Signature

Method GET_PROCESSING_PRIORITY on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Method GET_PROCESSING_PRIORITY on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUE Value transfer Type reference (TYPE) RSBOLAP_VALUE Wert aus dem OLAP 20090514

Method GET_VALUE on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method GET_VARIABLE_TYPE Signature

Method GET_VARIABLE_TYPE on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Method GET_VARIABLE_TYPE on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method HAS_NULL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_NULL_VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20100517

Method HAS_NULL_VALUE on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method REMOVE_PERSONALIZATION Signature

Method REMOVE_PERSONALIZATION on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Method REMOVE_PERSONALIZATION on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method SAVE_PERSONALIZATION Signature

Method SAVE_PERSONALIZATION on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Method SAVE_PERSONALIZATION on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method SET_NULL_VALUE Signature

Method SET_NULL_VALUE on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Method SET_NULL_VALUE on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) RSBOLAP_VALUE Number 20090514
2 Returning R_CHANGED Value transfer Type reference (TYPE) RS_BOOL Boolean 20110729

Method SET_VALUE on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method TO_ABAP_LIST Signature

Method TO_ABAP_LIST on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Method TO_ABAP_LIST on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.

Method TO_STRING Signature

Method TO_STRING on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Method TO_STRING on class IF_RSBOLAP_VARIABLE_DOUBLE has no exception.
Event Signatures

Event CHANGED Signature
Event CHANGED on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
Event FREED Signature
Event FREED on class IF_RSBOLAP_VARIABLE_DOUBLE has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in