SAP ABAP Class CL_RSRT_UIE_GROUPING_COLUMN (UI View Element: Grouping Column)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSRT_BICS_MODEL (Package) RSRT BICS Model
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE_A_COLUMN UI View Element: Abstract Column 20111209
Properties
Class CL_RSRT_UIE_GROUPING_COLUMN  
Short Description UI View Element: Grouping Column    
Super Class CL_RSRT_UIE_A_COLUMN UI View Element: Abstract Column 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRT_BICS_MODEL   RSRT BICS Model 
Created 20111209   SAP 
Last change 20140121   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 CL_RSRT_UIE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_RSRT_UIE_A_COLUMN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_RSRT_PARAMETERS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_RSRT_SORT_RULE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_RSRT_TABLE_COLUMN Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 IF_RSRT_UIE_COLUMN Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RSRT_UIE_GROUPING_COLUMN has no interface implemented.
Friends
Class CL_RSRT_UIE_GROUPING_COLUMN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_CID Constant Public Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_CID 'GROUPING_COLUMN' 20120508
2 N_T_COLUMNS Instance attribute Public Type reference (TYPE) CL_RSRT_UIE_A_COLUMN=>TN_T_COLUMN 20120508
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COLUMN Instance method Public Method Add Column 20120508
2 CONSTRUCTOR Instance method Protected Constructor CONSTRUCTOR 20111209
3 CREATE_GROUPING_COLUMN Static method Public Method Create Grouping Column 20111209
4 GET_COLUMN Instance method Public Method Get Column 20120508
5 GET_COLUMNS Instance method Public Method Get Columns 20120508
6 GET_COLUMN_HIERARCHY Instance method Public Method Get Column Hierarchy 20121001
7 REMOVE_COLUMN Instance method Public Method Remove Column 20120508
8 REMOVE_COLUMNS Instance method Public Method Remove Columns 20120508
9 SERVICE_COLUMN_HIERARCHY Static method Public Method Get Column Hierarchy 20121001
10 _GET_COLUMN_NODES Static method Protected Method Get Column Nodes 20121001
Events
Class CL_RSRT_UIE_GROUPING_COLUMN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_COLUMN_NODE Public See coding Column Node 20121001 begin of tn_s_column_node, level type i, position type i, dlevel type i, rpos_parent type i, rpos type i, rpos_leaf type abap_bool, cpos_parent type i, cpos type i, cpos_leaf type abap_bool, maxlevels type i, colspan type i, rowspan type i, last_column type abap_bool, o_column type ref to cl_rsrt_uie_a_column, end of tn_s_column_node
2 TN_T_COLUMN_NODE Public See coding Column Node List 20121001 tn_t_column_node type standard table of tn_s_column_node with default key initial size 1
Method Signatures

Method ADD_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Value transfer Object reference (TYPE REF TO) CL_RSRT_UIE_A_COLUMN UI Element: Abstract Column 20120508

Method ADD_COLUMN on class CL_RSRT_UIE_GROUPING_COLUMN has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BACKGROUND_COLOR Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_COLOR Color 20120419
2 Importing BIND_BACKGROUND_COLOR Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120419
3 Importing BIND_COLUMN Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
4 Importing BIND_FILTER Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120424
5 Importing BIND_FILTER_STATE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
6 Importing BIND_H_ALIGN Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
7 Importing BIND_INDENTATION_LEFT Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120423
8 Importing BIND_INDENTATION_TOP Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120423
9 Importing BIND_POSITION Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
10 Importing BIND_SORT Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120424
11 Importing BIND_SORT_STATE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
12 Importing BIND_VISIBLE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
13 Importing BIND_WIDTH Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
14 Importing CID Call by reference Type reference (TYPE) TN_CID Unique Type ID 20111209
15 Importing FILTER_STATE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_FILTER_STATE CL_RSRT_UIE=>N_CS_FILTER_STATE-SINGLE Filter State 20111209
16 Importing H_ALIGN Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_H_ALIGN CL_RSRT_UIE=>N_CS_H_ALIGN-LEFT Horizontal Alignment 20111209
17 Importing ID Call by reference Type reference (TYPE) TN_ID Unique ID 20111209
18 Importing INDENTATION_LEFT Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_INDENTATION 0 Indentation 20120423
19 Importing INDENTATION_TOP Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_INDENTATION 0 Indentation 20120423
20 Importing NAME Call by reference Type reference (TYPE) TN_ID Unique ID 20111209
21 Importing ONFILTER Call by reference Type reference (TYPE) STRING 20111220
22 Importing ONFILTER_MAP Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER Parameter List 20111220
23 Importing ONSORT Call by reference Type reference (TYPE) STRING 20111220
24 Importing ONSORT_MAP Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER Parameter List 20111220
25 Importing O_VIEW Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW UI View 20111209
26 Importing POSITION Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_POSITION Position 20111209
27 Importing SORT_STATE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_SORT_STATE CL_RSRT_UIE=>N_CS_SORT_STATE-NONE Sort State 20111209
28 Importing VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20111209
29 Importing WIDTH Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_WIDTH 'auto' Width 20111209

Method CONSTRUCTOR on class CL_RSRT_UIE_GROUPING_COLUMN has no exception.

Method CREATE_GROUPING_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BACKGROUND_COLOR Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_COLOR Color 20120419
2 Importing BIND_BACKGROUND_COLOR Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120419
3 Importing BIND_COLUMN Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
4 Importing BIND_FILTER Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120424
5 Importing BIND_FILTER_STATE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
6 Importing BIND_H_ALIGN Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
7 Importing BIND_INDENTATION_LEFT Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120423
8 Importing BIND_INDENTATION_TOP Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120423
9 Importing BIND_POSITION Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
10 Importing BIND_SORT Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120424
11 Importing BIND_SORT_STATE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
12 Importing BIND_VISIBLE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
13 Importing BIND_WIDTH Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20111209
14 Importing FILTER_STATE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_FILTER_STATE CL_RSRT_UIE=>N_CS_FILTER_STATE-SINGLE Filter State 20111209
15 Importing H_ALIGN Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_H_ALIGN Horizontal Alignment 20111209
16 Importing ID Call by reference Type reference (TYPE) TN_ID Unique ID 20111209
17 Importing INDENTATION_LEFT Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_INDENTATION 0 Indentation 20120423
18 Importing INDENTATION_TOP Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_INDENTATION 0 Indentation 20120423
19 Importing NAME Call by reference Type reference (TYPE) TN_ID Unique ID 20111209
20 Importing ONFILTER Call by reference Type reference (TYPE) STRING 20111220
21 Importing ONFILTER_MAP Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER Parameter List 20111220
22 Importing ONSORT Call by reference Type reference (TYPE) STRING 20111220
23 Importing ONSORT_MAP Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER Parameter List 20111220
24 Importing O_VIEW Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW UI View 20111209
25 Importing POSITION Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_POSITION 0 Position 20111209
26 Importing SORT_STATE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_SORT_STATE CL_RSRT_UIE=>N_CS_SORT_STATE-NONE Sort State 20111209
27 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_RSRT_UIE_GROUPING_COLUMN UI Element: Grouping Column 20111209
28 Importing VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20111209
29 Importing WIDTH Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_WIDTH 'auto' Width 20111209

Method CREATE_GROUPING_COLUMN on class CL_RSRT_UIE_GROUPING_COLUMN has no exception.

Method GET_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TN_ID Unique ID 20120508
2 Importing NAME Call by reference Type reference (TYPE) TN_ID Unique ID 20120508
3 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_RSRT_UIE_A_COLUMN UI Element: Abstract Column 20120508

Method GET_COLUMN on class CL_RSRT_UIE_GROUPING_COLUMN has no exception.

Method GET_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) TN_T_COLUMN Column List 20120508

Method GET_COLUMNS on class CL_RSRT_UIE_GROUPING_COLUMN has no exception.

Method GET_COLUMN_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) TN_T_COLUMN_NODE Column Node List 20121001

Method GET_COLUMN_HIERARCHY on class CL_RSRT_UIE_GROUPING_COLUMN has no exception.

Method REMOVE_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TN_ID Unique ID 20120508

Method REMOVE_COLUMN on class CL_RSRT_UIE_GROUPING_COLUMN has no exception.

Method REMOVE_COLUMNS Signature

Method REMOVE_COLUMNS on class CL_RSRT_UIE_GROUPING_COLUMN has no parameter.
Method REMOVE_COLUMNS on class CL_RSRT_UIE_GROUPING_COLUMN has no exception.

Method SERVICE_COLUMN_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting S_PARENT_NODE Call by reference Type reference (TYPE) TN_S_COLUMN_NODE Column Node 20121001
2 Importing T_COLUMNS Call by reference Type reference (TYPE) CL_RSRT_UIE_A_COLUMN=>TN_T_COLUMN Column List 20121001
3 Exporting T_COLUMN_NODES Call by reference Type reference (TYPE) TN_T_COLUMN_NODE Column Node List 20121001

Method SERVICE_COLUMN_HIERARCHY on class CL_RSRT_UIE_GROUPING_COLUMN has no exception.

Method _GET_COLUMN_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CPOS Call by reference Type reference (TYPE) I 0 20121001
2 Changing RPOS Call by reference Type reference (TYPE) I 0 20121001
3 Changing S_PARENT_NODE Call by reference Type reference (TYPE) TN_S_COLUMN_NODE Column Node 20121001
4 Importing T_COLUMNS Call by reference Type reference (TYPE) CL_RSRT_UIE_A_COLUMN=>TN_T_COLUMN Column List 20121001
5 Changing T_COLUMN_NODES Call by reference Type reference (TYPE) TN_T_COLUMN_NODE Column Node List 20121001

Method _GET_COLUMN_NODES on class CL_RSRT_UIE_GROUPING_COLUMN has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700