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 RS 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 N_CURRENT_TRACE_GUID Instance attribute Public Type reference (TYPE) RSTT_GUID RSTT:_Trace GUID 20050630
2 N_S_CURRENT_POBJECT Instance attribute Public Type reference (TYPE) RSTT_S_POBJECT RSTT: Structure for Description of Program Object 20050422
3 N_TREE_CHANGED Instance attribute Public Type reference (TYPE) RS_BOOL Boolean 20050422
4 P_CHECKCOLUMN Instance attribute Private Type reference (TYPE) CHAR8 'COLUMN2' Character Field, 8 Characters Long 20050706
5 P_EDITABLE Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20050706
6 P_NODE_ID_SEPERATOR Instance attribute Private Type reference (TYPE) CHAR1 ':' Single-Character Flag 20050706
7 P_ROOT_INPUT_TEXT Instance attribute Private Type reference (TYPE) RSTT_STRING Trace Tool: String Field 20050706
8 P_ROOT_OUTPUT_TEXT Instance attribute Private Type reference (TYPE) RSTT_STRING Trace Tool: String Field 20050706
9 P_ROOT_SPECIAL_TEXT Instance attribute Private Type reference (TYPE) RSTT_STRING Trace Tool: String Field 20050706
10 P_R_CHECKPROGOBJ_GRID Instance attribute Private Object reference (TYPE REF TO) CL_RSTT_UI_CHECKPROGOBJ_GRID ALV GRID for the Display of Program Objects 20050706
11 P_R_CURRENT_CATT_TRACE Instance attribute Private Object reference (TYPE REF TO) CL_RSTT_TRACE_CATT CATT Trace Class 20050706
12 P_TREECOLUMN Instance attribute Private Type reference (TYPE) CHAR8 'COLUMN1' Character Field, 8 Characters Long 20050706
13 P_T_MARKABLE_NODES Instance attribute Private Type reference (TYPE) OT_T_MARKABLE_NODES Table with Changeable Nodes 20050706
14 P_T_NODE_KEY_TABLE Instance attribute Private Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20050706
15 P_T_PARAMNM_SID Instance attribute Private Type reference (TYPE) OT_T_PARAMNM_SID 20050706
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_EDITABILITY Instance method Public Method Adapt Change Mode 20050613
2 CONSTRUCTOR Instance method Public Constructor Constructor 20050422
3 REFRESH_TREE Instance method Public Method Refreshes Display 20050706
4 _HND_CHECKBOX_CHANGE_ALL_TREE 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 Importing 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 Importing I_APPL_CONTAINER Call by reference Type reference (TYPE) STRING 20050422
2 Importing I_DYNNO Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20050422
3 Importing I_EDITABLE Call by reference Type reference (TYPE) RS_BOOL Boolean 20050613
4 Importing 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 Importing I_GUID Call by reference Type reference (TYPE) RSTT_GUID RSTT: Traceguid 20050706
2 Importing 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 Importing 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 Importing CHECKED Value transfer Attribute reference (LIKE) 20050422
2 Importing ITEM_NAME Value transfer Attribute reference (LIKE) 20050422
3 Importing 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