SAP ABAP Class CL_RSQ_GUI_ISET_TREE (Gui Comp: InfoSet)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSQBW (Package) BW-Specific Parts of the InfoSet Query
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSO_GUI_COMPONENT_TOOLBAR | GUI Component with Toolbar | 20010302 |
Properties
| Class | CL_RSQ_GUI_ISET_TREE | |
| Short Description | Gui Comp: InfoSet | |
| Super Class | CL_RSO_GUI_COMPONENT_TOOLBAR | GUI Component with Toolbar |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RSQBW | BW-Specific Parts of the InfoSet Query |
| Created | 20010302 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class CL_RSQ_GUI_ISET_TREE has no interface implemented.
Friends
Class CL_RSQ_GUI_ISET_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RSQ_S_APPEND | Infoset: Append | 20051212 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSQINFOSET | InfoSet | 20060112 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SYUCOMM | Screens, Function Code Triggered by PAI | 20010315 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | RSQIS_MODE | Mode (Display Change) | 20010419 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSQ_ISET_TREE | Current Tree | 20010306 | |||
| 6 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSQ_ISET_TREE_CUBE | 20030626 | ||||
| 7 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSQ_ISET_TREE_IA | InfoSet: ODS Tree with InfoArea | 20020116 | |||
| 8 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSQ_ISET_TREE_IOBJ | Column Tree Control with Data Management at Backend | 20010306 | |||
| 9 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSQ_ISET_TREE_ODS | Column Tree Control with Data Management at Backend | 20010306 | |||
| 10 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSQ_ISET_TREE_REL | Column Tree Control with Data Management at Backend | 20010314 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20010302 | |
| 2 | Instance method | Private | Method | Divides Container into two more Containers (Toolbar, Tree) | 20010305 | |
| 3 | Instance method | Private | Method | FCODE | 20010306 | |
| 4 | Instance method | Private | Method | Initialized | 20010302 | |
| 5 | Instance method | Private | Method | Sets Button Active/Inactive | 20010315 | |
| 6 | Instance method | Private | Method | Set Current Tree | 20010306 | |
| 7 | Instance method | Public | Method | Set Display <-> Change | 20010419 |
Events
Class CL_RSQ_GUI_ISET_TREE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_TSTC | Private | See coding | 20010305 | |
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_APPEND | Call by reference | Type reference (TYPE) | RSQ_S_APPEND | Infoset: Append | 20051212 | |||
| 2 | I_INFOSET | Call by reference | Type reference (TYPE) | RSQINFOSET | InfoSet | 20060112 | |||
| 3 | I_R_CONTAINER_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container fuer Custom Controls in der Dynpro Area | 20010302 |
Method CONSTRUCTOR on class CL_RSQ_GUI_ISET_TREE has no exception.
Method CREATE_SPLITTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER_TOOLBAR | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20010305 | |||
| 2 | CONTAINER_TREE | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20010305 | |||
| 3 | P_R_CONTAINER_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20010305 |
Method CREATE_SPLITTER on class CL_RSQ_GUI_ISET_TREE has no exception.
Method HANDLE_FCODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Call by reference | Type reference (TYPE) | UI_FUNC | Funktionscode | 20010306 |
Method HANDLE_FCODE on class CL_RSQ_GUI_ISET_TREE has no exception.
Method INIT Signature
Method INIT on class CL_RSQ_GUI_ISET_TREE has no parameter.
Method INIT on class CL_RSQ_GUI_ISET_TREE has no exception.
Method SET_BUTTON_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ENABLE | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20010315 | |||
| 2 | I_FCODE | Call by reference | Type reference (TYPE) | GUI_CODE | Bildschirmbilder, Funktionscode, der PAI ausgelöst hat | 20010315 |
Method SET_BUTTON_DISPLAY on class CL_RSQ_GUI_ISET_TREE has no exception.
Method SET_CURRENT_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TREE | Call by reference | Type reference (TYPE) | RSQIS_TREE | 20010306 |
Method SET_CURRENT_TREE on class CL_RSQ_GUI_ISET_TREE has no exception.
Method SET_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODE | Call by reference | Type reference (TYPE) | RSQIS_MODE | Moduss | 20010419 |
Method SET_MODE on class CL_RSQ_GUI_ISET_TREE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 30A |