SAP ABAP Class CL_RSRT_UIE_TABLE (UI Element: Table)
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_TABLE UI Element: Abstract Table 20120622
Properties
Class CL_RSRT_UIE_TABLE  
Short Description UI Element: Table    
Super Class CL_RSRT_UIE_A_TABLE UI Element: Abstract Table 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRT_BICS_MODEL   RSRT BICS Model 
Created 20111006   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 CL_RSRT_UI_VIEW_ELEMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 IF_RSRT_PARAMETERS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RSRT_UIE_TABLE has no interface implemented.
Friends
Class CL_RSRT_UIE_TABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_COLUMN_HEADERS_VISIBLE Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE 20120509
2 N_CREATE_COLUMNS_FROM_BINDING Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111122
3 N_C_CID Constant Public Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_CID 'TABLE' 20120509
4 N_ONSELECT Instance attribute Public Type reference (TYPE) STRING 20120509
5 N_SELECTION_MODE Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_SELECTION_MODE CL_RSRT_UIE=>N_CS_SELECTION_MODE-MULTIPLE 20120509
6 N_S_SELECTION Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_S_BIND_PROPERTY 20120509
7 N_S_SELECTION_MODE Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_S_BIND_PROPERTY 20121208
8 N_T_ONSELECT_MAP Instance attribute Public Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER 20120509
Methods
# Method Level Visibility Method type Description Created on
1 ADD_GROUPING_COLUMN Instance method Public Method Add Grouping Column 20120731
2 BIND_SELECTION Instance method Public Method Bind Selection 20120509
3 BIND_SELECTION_MODE Instance method Public Method Bind Selection Mode 20121208
4 BUILD_COLUMNS Instance method Protected Method Build Columns 20111006
5 CLEAR_SELECTIONS Instance method Public Method Clear Selections 20120509
6 CONSTRUCTOR Instance method Protected Constructor CONSTRUCTOR 20111006
7 CREATE_TABLE Static method Public Method Create Table 20111006
8 GET_SELECTION_MODE Instance method Public Method Get Selection Mode 20120509
9 IS_SELECTED Instance method Public Method Is Selected 20120509
10 SET_COLUMN_HEADERS_VISIBLE Instance method Public Method Set Column Headers Visible 20120509
11 SET_ONSELECT Instance method Public Method Set OnSelect Event 20120509
12 SET_ONSELECT_MAP Instance method Public Method Set OnSelect Event Map Parameters 20120509
13 SET_SELECTION_MODE Instance method Public Method Set Selection Mode 20120509
Events
Class CL_RSRT_UIE_TABLE has no event.
Types
Class CL_RSRT_UIE_TABLE has no local type.
Method Signatures

Method ADD_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 20120922
2 Importing BIND_BACKGROUND_COLOR Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120922
3 Importing BIND_COLUMN Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120731
4 Importing BIND_FILTER Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120922
5 Importing BIND_FILTER_STATE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120922
6 Importing BIND_H_ALIGN Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120731
7 Importing BIND_INDENTATION_LEFT Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120922
8 Importing BIND_INDENTATION_TOP Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120922
9 Importing BIND_POSITION Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120731
10 Importing BIND_SORT Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120922
11 Importing BIND_SORT_STATE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120731
12 Importing BIND_VISIBLE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120731
13 Importing BIND_WIDTH Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120731
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 20120922
15 Importing H_ALIGN Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_H_ALIGN Horizontal Alignment (left, center, right) 20120731
16 Importing ID Call by reference Type reference (TYPE) TN_ID Unique ID 20120731
17 Importing INDENTATION_LEFT Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_INDENTATION 0 Indentation 20120922
18 Importing INDENTATION_TOP Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_INDENTATION 0 Indentation 20120922
19 Importing NAME Call by reference Type reference (TYPE) TN_ID Unique ID 20120731
20 Importing ONFILTER Call by reference Type reference (TYPE) STRING 20120731
21 Importing ONFILTER_MAP Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER Parameter List 20120731
22 Importing ONSORT Call by reference Type reference (TYPE) STRING 20120731
23 Importing ONSORT_MAP Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER Parameter List 20120731
24 Importing POSITION Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_POSITION 0 Position 20120731
25 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 20120731
26 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_RSRT_UIE_GROUPING_COLUMN UI Element: Grouping Column 20120731
27 Importing VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20120731
28 Importing WIDTH Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_WIDTH Width 20120731

Method ADD_GROUPING_COLUMN on class CL_RSRT_UIE_TABLE has no exception.

Method BIND_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120509

Method BIND_SELECTION on class CL_RSRT_UIE_TABLE has no exception.

Method BIND_SELECTION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_SELECTION Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20121208
2 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20121208

Method BIND_SELECTION_MODE on class CL_RSRT_UIE_TABLE has no exception.

Method BUILD_COLUMNS Signature

Method BUILD_COLUMNS on class CL_RSRT_UIE_TABLE has no parameter.
Method BUILD_COLUMNS on class CL_RSRT_UIE_TABLE has no exception.

Method CLEAR_SELECTIONS Signature

Method CLEAR_SELECTIONS on class CL_RSRT_UIE_TABLE has no parameter.
Method CLEAR_SELECTIONS on class CL_RSRT_UIE_TABLE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_DATA_SOURCE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120210
2 Importing BIND_EMPTY_TABLE_TEXT Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120424
3 Importing BIND_ENABLED Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111006
4 Importing BIND_EXPANDABLE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120425
5 Importing BIND_EXPANDED Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120425
6 Importing BIND_FILTER_LINE_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120710
7 Importing BIND_GRID_MODE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20121005
8 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111006
9 Importing BIND_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111006
10 Importing CID Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_CID Unique Type ID 20111022
11 Importing COLUMN_HEADERS_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20120424
12 Importing CREATE_COLUMNS_FROM_BINDING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111122
13 Importing EMPTY_TABLE_TEXT Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_TEXT Text 20120424
14 Importing ENABLED Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_ENABLED ABAP_TRUE Enabled 20111006
15 Importing EXPANDABLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_EXPANDABLE ABAP_FALSE Expandable 20120425
16 Importing EXPANDED Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_EXPANDED ABAP_TRUE Expanded (True, False) 20120425
17 Importing FILTER_LINE_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20120424
18 Importing GRID_MODE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_GRID_MODE CL_RSRT_UIE=>N_CS_GRID_MODE-DEFAULT Grid Mode (All, None) 20121005
19 Importing ID Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_ID Unique ID 20111020
20 Importing ONSELECT Call by reference Type reference (TYPE) STRING 20111220
21 Importing ONSELECT_MAP Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER Parameter List 20111220
22 Importing O_VIEW Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW UI View 20111022
23 Importing SELECTION_MODE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_SELECTION_MODE CL_RSRT_UIE=>N_CS_SELECTION_MODE-MULTIPLE Selection Mode 20120424
24 Importing TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_TOOLTIP Tooltip 20111006
25 Importing VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20111006

Method CONSTRUCTOR on class CL_RSRT_UIE_TABLE has no exception.

Method CREATE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_DATA_SOURCE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120210
2 Importing BIND_EMPTY_TABLE_TEXT Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120424
3 Importing BIND_ENABLED Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111006
4 Importing BIND_EXPANDABLE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120425
5 Importing BIND_EXPANDED Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120425
6 Importing BIND_FILTER_LINE_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20120710
7 Importing BIND_GRID_MODE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20121005
8 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111006
9 Importing BIND_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY Bind Property 20111006
10 Importing COLUMN_HEADERS_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20120424
11 Importing CREATE_COLUMNS_FROM_BINDING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111122
12 Importing EMPTY_TABLE_TEXT Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_TEXT Text 20120424
13 Importing ENABLED Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_ENABLED ABAP_TRUE Enabled 20111006
14 Importing EXPANDABLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_EXPANDABLE ABAP_FALSE Expandable 20120425
15 Importing EXPANDED Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_EXPANDED ABAP_TRUE Expanded (True, False) 20120425
16 Importing FILTER_LINE_VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20120424
17 Importing GRID_MODE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_GRID_MODE CL_RSRT_UIE=>N_CS_GRID_MODE-DEFAULT Grid Mode (All, None) 20121005
18 Importing ID Call by reference Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_ID Unique ID 20111020
19 Importing ONSELECT Call by reference Type reference (TYPE) STRING 20111220
20 Importing ONSELECT_MAP Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER Parameter List 20111220
21 Importing O_VIEW Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW UI View 20111022
22 Importing SELECTION_MODE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_SELECTION_MODE CL_RSRT_UIE=>N_CS_SELECTION_MODE-MULTIPLE Selection Mode 20120424
23 Importing TOOLTIP Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_TOOLTIP Tooltip 20111006
24 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_RSRT_UIE_TABLE Table 20111006
25 Importing VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20111006

Method CREATE_TABLE on class CL_RSRT_UIE_TABLE has no exception.

Method GET_SELECTION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20121208
2 Returning VALUE Value transfer Type reference (TYPE) CL_RSRT_UIE=>TN_SELECTION_MODE Selection Mode 20120509

Method GET_SELECTION_MODE on class CL_RSRT_UIE_TABLE has no exception.

Method IS_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120509
2 Returning VALUE Value transfer Type reference (TYPE) CL_RSRT_UIE=>TN_CHECKED Checked 20120509

Method IS_SELECTED on class CL_RSRT_UIE_TABLE has no exception.

Method SET_COLUMN_HEADERS_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20120509

Method SET_COLUMN_HEADERS_VISIBLE on class CL_RSRT_UIE_TABLE has no exception.

Method SET_ONSELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20120509

Method SET_ONSELECT on class CL_RSRT_UIE_TABLE has no exception.

Method SET_ONSELECT_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER Parameter List 20120509

Method SET_ONSELECT_MAP on class CL_RSRT_UIE_TABLE has no exception.

Method SET_SELECTION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_SELECTION Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120509
2 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_SELECTION_MODE CL_RSRT_UIE=>N_CS_SELECTION_MODE-DEFAULT Selection Mode 20120509

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