SAP ABAP Class CL_RSRT_UIE_PIVOT_TABLE_AXIS (UI View Element: Pivot Table Axis)
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_UI_VIEW_ELEMENT | UI View Element | 20111210 |
Properties
| Class | CL_RSRT_UIE_PIVOT_TABLE_AXIS | |
| Short Description | UI View Element: Pivot Table Axis | |
| Super Class | CL_RSRT_UI_VIEW_ELEMENT | UI View Element |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSRT_BICS_MODEL | RSRT BICS Model |
| Created | 20111210 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no interface implemented.
Friends
Class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20111210 | |||
| 2 | Constant | Public | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_CID | 'PIVOT_TABLE_AXIS' | 20120508 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | CL_RSRT_UIE=>TN_S_BIND_PROPERTY | 20120508 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | CL_RSRT_UIE_A_COLUMN=>TN_T_COLUMN | 20120508 | ||||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSRT_DATA | Data | 20111210 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Column | 20120508 | |
| 2 | Instance method | Public | Method | Add Grouping Column | 20120508 | |
| 3 | Instance method | Protected | Method | Build Columns | 20111210 | |
| 4 | Instance method | Protected | Constructor | CONSTRUCTOR | 20111210 | |
| 5 | Static method | Public | Method | Create Axis | 20111210 | |
| 6 | Instance method | Public | Method | Get Column | 20120508 | |
| 7 | Instance method | Public | Method | Get Columns | 20120508 | |
| 8 | Instance method | Public | Method | Remove Column | 20120508 | |
| 9 | Instance method | Public | Method | Remove Columns | 20120508 |
Events
Class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no event.
Types
Class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no local type.
Method Signatures
Method ADD_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BIND_COLUMN | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 2 | BIND_H_ALIGN | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 3 | BIND_POSITION | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 4 | BIND_SORT_STATE | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 5 | BIND_VISIBLE | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 6 | BIND_WIDTH | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 7 | H_ALIGN | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_H_ALIGN | Horizontal Alignment (left, center, right) | 20120508 | |||
| 8 | ID | Call by reference | Type reference (TYPE) | TN_ID | Unique ID | 20120508 | |||
| 9 | NAME | Call by reference | Type reference (TYPE) | TN_ID | Unique ID | 20120508 | |||
| 10 | ONFILTER | Call by reference | Type reference (TYPE) | STRING | 20120508 | ||||
| 11 | ONFILTER_MAP | Call by reference | Type reference (TYPE) | IF_RSRT_PARAMETERS=>TN_T_PARAMETER | Parameter List | 20120508 | |||
| 12 | ONSORT | Call by reference | Type reference (TYPE) | STRING | 20120508 | ||||
| 13 | ONSORT_MAP | Call by reference | Type reference (TYPE) | IF_RSRT_PARAMETERS=>TN_T_PARAMETER | Parameter List | 20120508 | |||
| 14 | POSITION | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_POSITION | 0 | Position | 20120508 | ||
| 15 | SORT_STATE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_SORT_STATE | CL_RSRT_UIE=>N_CS_SORT_STATE-NONE | Sort State | 20120508 | ||
| 16 | VALUE | Value transfer | Object reference (TYPE REF TO) | CL_RSRT_UIE_TABLE_COLUMN | UI Element: Table Column | 20120508 | |||
| 17 | VISIBLE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_VISIBLE | ABAP_TRUE | Visible | 20120508 | ||
| 18 | WIDTH | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_WIDTH | Width | 20120508 |
Method ADD_COLUMN on class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no exception.
Method ADD_GROUPING_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BIND_COLUMN | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 2 | BIND_H_ALIGN | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 3 | BIND_POSITION | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 4 | BIND_SORT_STATE | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 5 | BIND_VISIBLE | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 6 | BIND_WIDTH | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120508 | |||
| 7 | H_ALIGN | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_H_ALIGN | Horizontal Alignment (left, center, right) | 20120508 | |||
| 8 | ID | Call by reference | Type reference (TYPE) | TN_ID | Unique ID | 20120508 | |||
| 9 | NAME | Call by reference | Type reference (TYPE) | TN_ID | Unique ID | 20120508 | |||
| 10 | ONFILTER | Call by reference | Type reference (TYPE) | STRING | 20120508 | ||||
| 11 | ONFILTER_MAP | Call by reference | Type reference (TYPE) | IF_RSRT_PARAMETERS=>TN_T_PARAMETER | Parameter List | 20120508 | |||
| 12 | ONSORT | Call by reference | Type reference (TYPE) | STRING | 20120508 | ||||
| 13 | ONSORT_MAP | Call by reference | Type reference (TYPE) | IF_RSRT_PARAMETERS=>TN_T_PARAMETER | Parameter List | 20120508 | |||
| 14 | POSITION | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_POSITION | 0 | Position | 20120508 | ||
| 15 | SORT_STATE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_SORT_STATE | CL_RSRT_UIE=>N_CS_SORT_STATE-NONE | Sort State | 20120508 | ||
| 16 | VALUE | Value transfer | Object reference (TYPE REF TO) | CL_RSRT_UIE_GROUPING_COLUMN | UI Element: Grouping Column | 20120508 | |||
| 17 | VISIBLE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_VISIBLE | ABAP_TRUE | Visible | 20120508 | ||
| 18 | WIDTH | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_WIDTH | Width | 20120508 |
Method ADD_GROUPING_COLUMN on class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no exception.
Method BUILD_COLUMNS Signature
Method BUILD_COLUMNS on class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no parameter.
Method BUILD_COLUMNS on class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BIND_DATA_SOURCE | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120210 | |||
| 2 | CID | Call by reference | Type reference (TYPE) | TN_CID | Unique Type ID | 20111210 | |||
| 3 | CREATE_COLUMNS_FROM_BINDING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20111210 | |||
| 4 | ID | Call by reference | Type reference (TYPE) | TN_ID | Unique ID | 20111210 | |||
| 5 | O_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW | UI View | 20111210 |
Method CONSTRUCTOR on class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no exception.
Method CREATE_AXIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BIND_DATA_SOURCE | Call by reference | Type reference (TYPE) | TN_BIND_PROPERTY | Bind Property | 20120210 | |||
| 2 | CREATE_COLUMNS_FROM_BINDING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20111210 | |||
| 3 | ID | Call by reference | Type reference (TYPE) | TN_ID | Unique ID | 20111210 | |||
| 4 | O_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW | UI View | 20111210 | |||
| 5 | VALUE | Value transfer | Object reference (TYPE REF TO) | CL_RSRT_UIE_PIVOT_TABLE_AXIS | UI Pivot Table Axis | 20111210 |
Method CREATE_AXIS on class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no exception.
Method GET_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | TN_ID | Unique ID | 20120508 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | TN_ID | Unique ID | 20120508 | |||
| 3 | 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_PIVOT_TABLE_AXIS has no exception.
Method GET_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | CL_RSRT_UIE_A_COLUMN=>TN_T_COLUMN | Columns | 20120508 |
Method GET_COLUMNS on class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no exception.
Method REMOVE_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | TN_ID | Unique ID | 20120508 |
Method REMOVE_COLUMN on class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no exception.
Method REMOVE_COLUMNS Signature
Method REMOVE_COLUMNS on class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no parameter.
Method REMOVE_COLUMNS on class CL_RSRT_UIE_PIVOT_TABLE_AXIS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |