SAP ABAP Class CL_RSTT_UI_SEL_DATAOBJ (Tree for Display of the Check Parameter)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSTT_UI (Package) Trace Tool for SAP Netweaver 2005 (BW): User Interface Layer

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSTT_UI_ALV_TREE | Basic Class for ALV TREE Wrapper | 20050706 |
Properties
Class | CL_RSTT_UI_SEL_DATAOBJ | |
Short Description | Tree for Display of the Check Parameter | |
Super Class | CL_RSTT_UI_ALV_TREE | Basic Class for ALV TREE Wrapper |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSTT_UI | Trace Tool for SAP Netweaver 2005 (BW): User Interface Layer |
Created | 20050422 | 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_RSTT_UI_SEL_DATAOBJ has no interface implemented.
Friends
Class CL_RSTT_UI_SEL_DATAOBJ 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) | RSTT_GUID | RSTT:_Trace GUID | 20050630 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSTT_S_POBJECT | RSTT: Structure for Description of Program Object | 20050422 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RS_BOOL | Boolean | 20050422 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHAR8 | 'COLUMN2' | Character Field, 8 Characters Long | 20050706 | |
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20050706 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHAR1 | ':' | Single-Character Flag | 20050706 | |
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTT_STRING | Trace Tool: String Field | 20050706 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTT_STRING | Trace Tool: String Field | 20050706 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTT_STRING | Trace Tool: String Field | 20050706 | ||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSTT_UI_CHECKPROGOBJ_GRID | ALV GRID for the Display of Program Objects | 20050706 | ||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSTT_TRACE_CATT | CATT Trace Class | 20050706 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHAR8 | 'COLUMN1' | Character Field, 8 Characters Long | 20050706 | |
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | OT_T_MARKABLE_NODES | Table with Changeable Nodes | 20050706 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TREEV_NKS | Tree Control: Table with Node Keys | 20050706 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | OT_T_PARAMNM_SID | 20050706 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adapt Change Mode | 20050613 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20050422 |
3 | ![]() |
Instance method | Public | Method | Refreshes Display | 20050706 |
4 | ![]() |
Instance method | Protected | Event handling method | Handle CHECKBOX Event of TREE Class | 20050422 |
Events
Class CL_RSTT_UI_SEL_DATAOBJ has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | OT_S_MARKABLE_NODE | Protected | See coding | 20050613 | BEGIN OF ot_s_markable_node,
nodekey TYPE tv_nodekey,
END OF ot_s_markable_node
|
||
2 | OT_S_PARAMNM_SID | Protected | See coding | 20050613 | BEGIN OF ot_s_paramnm_sid,
sid TYPE rstt_int4,
paramnm TYPE rstt_compnm,
END OF ot_s_paramnm_sid
|
||
3 | OT_T_MARKABLE_NODES | Protected | See coding | 20050613 | ot_t_markable_nodes TYPE SORTED TABLE OF ot_s_markable_node WITH UNIQUE KEY nodekey
|
||
4 | OT_T_PARAMNM_SID | Protected | See coding | 20050613 | ot_t_paramnm_sid TYPE SORTED TABLE OF ot_s_paramnm_sid WITH UNIQUE KEY paramnm
|
Method Signatures
Method CHANGE_EDITABILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EDITABLE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20050613 |
Method CHANGE_EDITABILITY on class CL_RSTT_UI_SEL_DATAOBJ has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPL_CONTAINER | Call by reference | Type reference (TYPE) | STRING | 20050422 | |||
2 | ![]() |
I_DYNNO | Call by reference | Type reference (TYPE) | SYDYNNR | Aktuelle Dynpro-Nummer | 20050422 | ||
3 | ![]() |
I_EDITABLE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20050613 | ||
4 | ![]() |
I_REPID | Call by reference | Type reference (TYPE) | SYREPID | ABAP-Programm, aktuelles Rahmenprogramm | 20050422 |
Method CONSTRUCTOR on class CL_RSTT_UI_SEL_DATAOBJ has no exception.
Method REFRESH_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | RSTT_GUID | RSTT: Traceguid | 20050706 | ||
2 | ![]() |
I_R_CHECKPROGOBJ_GRID | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_UI_CHECKPROGOBJ_GRID | ALV GRID für die Darstellung von Programobjekten | 20050706 | ||
3 | ![]() |
I_S_POBJECT | Call by reference | Type reference (TYPE) | RSTT_S_POBJECT | RSTT: Struktur zur Beschreibung eines Programmobjektes | 20050706 |
Method REFRESH_TREE on class CL_RSTT_UI_SEL_DATAOBJ has no exception.
Method _HND_CHECKBOX_CHANGE_ALL_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHECKED | Value transfer | Attribute reference (LIKE) | 20050422 | ||||
2 | ![]() |
ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20050422 | ||||
3 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20050422 |
Method _HND_CHECKBOX_CHANGE_ALL_TREE on class CL_RSTT_UI_SEL_DATAOBJ has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |