SAP ABAP Class /BOFU/CL_BASE_N_NUMSYS_UTIL (Base N Number System Utility)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOFU/COMMON_1 (Package) Common Types; Reuse Objects; Functions (Native BS_FND)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_ABSTRACT_SINGLETON Abstract Singleton 20090105
Properties
Class /BOFU/CL_BASE_N_NUMSYS_UTIL  
Short Description Base N Number System Utility    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOFU/COMMON_1   Common Types; Reuse Objects; Functions (Native BS_FND) 
Created 20090105   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOFU/CL_BASE_N_NUMSYS_UTIL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /BOFU/IF_ABSTRACT_SINGLETON Abstract Singleton 20090105
Friends
Class /BOFU/CL_BASE_N_NUMSYS_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SC_DIGITS Constant Protected Type reference (TYPE) STRING '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ' 20090105
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_BASE_N_TO_DEC Instance method Public Method Convert Base N to Decimal 20090105
2 CONVERT_DEC_TO_BASE_N Instance method Public Method Convert Decimal Integer to Base N 20090105
3 GET_INSTANCE Instance method Public Method 20090105
4 SET_CLASS_NAME Instance method Public Method 20090105
Events
Class /BOFU/CL_BASE_N_NUMSYS_UTIL has no event.
Types
Class /BOFU/CL_BASE_N_NUMSYS_UTIL has no local type.
Method Signatures

Method CONVERT_BASE_N_TO_DEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DECIMAL Call by reference Type reference (TYPE) NUMERIC 20090105
2 Importing IV_BASE Call by reference Type reference (TYPE) I Base: between 2 and 36 20090105
3 Importing IV_BASE_N Call by reference Type reference (TYPE) STRING 20090105

Method CONVERT_BASE_N_TO_DEC on class /BOFU/CL_BASE_N_NUMSYS_UTIL has no exception.

Method CONVERT_DEC_TO_BASE_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_BASE_N Value transfer Type reference (TYPE) STRING 20090105
2 Importing IV_BASE Call by reference Type reference (TYPE) I Base: between 2 and 36 20090105
3 Importing IV_DECIMAL Call by reference Type reference (TYPE) NUMERIC 20090105

Method CONVERT_DEC_TO_BASE_N on class /BOFU/CL_BASE_N_NUMSYS_UTIL has no exception.

Method GET_INSTANCE Signature

Method GET_INSTANCE on class /BOFU/CL_BASE_N_NUMSYS_UTIL has no parameter.
Method GET_INSTANCE on class /BOFU/CL_BASE_N_NUMSYS_UTIL has no exception.

Method SET_CLASS_NAME Signature

Method SET_CLASS_NAME on class /BOFU/CL_BASE_N_NUMSYS_UTIL has no parameter.
Method SET_CLASS_NAME on class /BOFU/CL_BASE_N_NUMSYS_UTIL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702