SAP ABAP Class CL_BICS_COLUMN_TYPE (Column Type)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     BW_BICS_BASE_CONSTANTS (Package) Package for Constants in ABAP BICS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BICS_CONSTANT Base for all constants 20110523
Properties
Class CL_BICS_COLUMN_TYPE  
Short Description Column Type    
Super Class CL_BICS_CONSTANT Base for all constants 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BW_BICS_BASE_CONSTANTS   Package for Constants in ABAP BICS 
Created 20110523   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_BICS_IOBJ_MEMBER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RSBOL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BICS_COLUMN_TYPE has no interface implemented.
Friends
Class CL_BICS_COLUMN_TYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_BW_COLUMN_TYPE Instance attribute Public Type reference (TYPE) TN_BW_COLUMN_TYPE Column Type in a Dynamic Data Display Table 20110524
2 N_COLUMN_TYPE_NAME Instance attribute Public Type reference (TYPE) TN_BW_COLUMN_TYPE Column Type in a Dynamic Data Display Table 20110620
3 N_CR_CURRENCY_UNIT Static Attribute Public Object reference (TYPE REF TO) CL_BICS_COLUMN_TYPE 20111212
4 N_CR_DRILLSTATE Static Attribute Public Object reference (TYPE REF TO) CL_BICS_COLUMN_TYPE 20110524
5 N_CR_INDEX Static Attribute Public Object reference (TYPE REF TO) CL_BICS_COLUMN_TYPE Column Type 20111212
6 N_CR_KEY_FIGURE Static Attribute Public Object reference (TYPE REF TO) CL_BICS_COLUMN_TYPE 20111212
7 N_CR_LEVEL Static Attribute Public Object reference (TYPE REF TO) CL_BICS_COLUMN_TYPE 20110524
8 N_CR_LEVEL_SHIFT Static Attribute Public Object reference (TYPE REF TO) CL_BICS_COLUMN_TYPE 20110524
9 N_CR_NODE_TYPE Static Attribute Public Object reference (TYPE REF TO) CL_BICS_COLUMN_TYPE 20110524
10 N_CR_PARENT Static Attribute Public Object reference (TYPE REF TO) CL_BICS_COLUMN_TYPE 20110524
11 N_CR_PRESENTATION Static Attribute Public Object reference (TYPE REF TO) CL_BICS_COLUMN_TYPE Presentation 20110524
12 N_C_BW_CURRENCY_UNIT Constant Public Type reference (TYPE) TN_BW_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-CURRENCY_UNIT 20111212
13 N_C_BW_DRILLSTATE Constant Public Type reference (TYPE) TN_BW_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-DRILLSTATE 20110524
14 N_C_BW_INDEX Constant Public Type reference (TYPE) TN_BW_COLUMN_TYPE 'INDEX' Column Type in a Dynamic Data Display Table 20111212
15 N_C_BW_KEY_FIGURE Constant Public Type reference (TYPE) TN_BW_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-KEY_FIGURE 20111212
16 N_C_BW_LEVEL Constant Public Type reference (TYPE) TN_BW_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-LEVEL 20110524
17 N_C_BW_LEVEL_SHIFT Constant Public Type reference (TYPE) TN_BW_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-LEVEL_SHIFT 20110524
18 N_C_BW_NODE_TYPE Constant Public Type reference (TYPE) TN_BW_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-NODE_TYPE 20110524
19 N_C_BW_PARENT Constant Public Type reference (TYPE) TN_BW_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-PARENT 20110524
20 N_C_BW_PRESENTATION Constant Public Type reference (TYPE) TN_BW_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-PRESENTATION Presentation 20110524
21 N_C_CURRENCY_UNIT Constant Public Type reference (TYPE) IF_BICS_IOBJ_MEMBER=>TN_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-CURRENCY_UNIT 20111212
22 N_C_DRILLSTATE Constant Public Type reference (TYPE) IF_BICS_IOBJ_MEMBER=>TN_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-DRILLSTATE 20110524
23 N_C_INDEX Constant Public Type reference (TYPE) IF_BICS_IOBJ_MEMBER=>TN_COLUMN_TYPE 'INDEX' 20111212
24 N_C_KEY_FIGURE Constant Public Type reference (TYPE) IF_BICS_IOBJ_MEMBER=>TN_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-KEY_FIGURE 20111212
25 N_C_LEVEL Constant Public Type reference (TYPE) IF_BICS_IOBJ_MEMBER=>TN_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-LEVEL 20110524
26 N_C_LEVEL_SHIFT Constant Public Type reference (TYPE) IF_BICS_IOBJ_MEMBER=>TN_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-LEVEL_SHIFT 20110524
27 N_C_NODE_TYPE Constant Public Type reference (TYPE) IF_BICS_IOBJ_MEMBER=>TN_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-NODE_TYPE 20110524
28 N_C_PARENT Constant Public Type reference (TYPE) IF_BICS_IOBJ_MEMBER=>TN_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-PARENT 20110524
29 N_C_PRESENTATION Constant Public Type reference (TYPE) IF_BICS_IOBJ_MEMBER=>TN_COLUMN_TYPE RSBOL_C_COLUMN_TYPE-PRESENTATION Presentation 20110524
30 N_TS_CONSTANT Static Attribute Public Type reference (TYPE) TN_TS_CONSTANT Table with Values of Constants 20110524
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20110524
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110524
Events
Class CL_BICS_COLUMN_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_BW_COLUMN_TYPE Public Type reference (TYPE) RSBOLAP_COLUMN_TYPE Column Type in a Dynamic Data Display Table 20110524
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BW_COLUMN_TYPE Call by reference Type reference (TYPE) TN_BW_COLUMN_TYPE Spaltentyp in einer dynamischen Datenausgabetabelle 20110524
2 Importing I_CONSTANT Call by reference Type reference (TYPE) IF_BICS_IOBJ_MEMBER=>TN_COLUMN_TYPE Konstanteninhalt 20110524

Method CONSTRUCTOR on class CL_BICS_COLUMN_TYPE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730