SAP ABAP Class CL_RMST_OTPT_PARAM_TREE_SSCR (RMS-TLS: Parameter Dialog for the Output (with Subscreen))
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PLM-RM (Application Component) Recipe Management
     RMSTLSOUT (Package) RMS-TLS: Output Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RMST_OTPT_PARAM_TREE RMS-TLS: Parameter Dialog for Output 20030611
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RMST_PARAMETER_TREE RMS-TLS: Access to Parameter Tree Control 20030613
Properties
Class CL_RMST_OTPT_PARAM_TREE_SSCR  
Short Description RMS-TLS: Parameter Dialog for the Output (with Subscreen)    
Super Class CL_RMST_OTPT_PARAM_TREE RMS-TLS: Parameter Dialog for Output 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RMSTLSOUT   RMS-TLS: Output Tool 
Created 20030611   SAP 
Last change 20040819   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RMST_OTPT_PARAM_TREE_SSCR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RMST_PARAMETER_TREE RMS-TLS: Access to Parameter Tree Control 20030613
Friends
Class CL_RMST_OTPT_PARAM_TREE_SSCR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_FALSE Constant Protected Type reference (TYPE) FLAG ' ' General Indicator 20030612
2 C_LEAF_TYPE Constant Protected Type reference (TYPE) CHAR4 'LEAF' Area Not More Closely Defined, Possibly Used for Patchlevels 20030612
3 C_NODE_TYPE Constant Protected Type reference (TYPE) CHAR4 'NODE' Area Not More Closely Defined, Possibly Used for Patchlevels 20030612
4 C_RMSDX_RELID Constant Protected Type reference (TYPE) RELID 'OT' Relation ID 20030618
5 C_TRUE Constant Protected Type reference (TYPE) FLAG 'X' General Indicator 20030612
6 MT_NODE_MAP Instance attribute Protected Type reference (TYPE) RMSTTY_NODE_MAP_ENTRY Hashed Table: Node Key -> Node Path 20030612
7 MT_NODE_PATH Instance attribute Protected Type reference (TYPE) RMSTTY_NODE_MAP_ENTRY Assignment: Node Key <-> Node Path 20030613
8 MT_WATCH_TREE_NODES Instance attribute Protected Type reference (TYPE) RMSTTY_COMPONENT_PATH Table of Node Entries 20030612
9 M_EXIST_WATCH_NODES Instance attribute Protected Type reference (TYPE) FLAG General Indicator 20030612
10 M_OREF_NOTIFY Instance attribute Protected Object reference (TYPE REF TO) IF_RMST_SUBSCREEN_NOTIFY RMS-TLS: Notifications to Subscreen 20030612
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_NODE_PATH Instance method Protected Method RMS-TLS: Create Node Path 20030612
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030612
3 GET_NODEKEY_FROM_PATH Instance method Protected Method RMS-TLS: Determines Node Key for Node Path 20030630
4 GET_NODEPATH_FROM_KEY Instance method Protected Method RMS-TLS: Node Key -> Node Path 20030630
5 IS_WATCH_NODE Instance method Protected Method RMS-TLS: Check: Is Notification Required 20030612
6 READ_ALL_LAYOUTS Instance method Public Method RMS-TLS: Gets All Layouts 20030618
7 SEND_NOTIFY Instance method Protected Method RMS-TLS: Send Notification 20030612
Events
Class CL_RMST_OTPT_PARAM_TREE_SSCR has no event.
Types
Class CL_RMST_OTPT_PARAM_TREE_SSCR has no local type.
Method Signatures

Method BUILD_NODE_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Schlüssel eines Knotens 20030612
2 Changing NODE_KIND Call by reference Type reference (TYPE) CHAR4 Nicht näher def. Bereich, evtl. für Patchlevels verwendbar 20030612
3 Changing PATH_PART_TAB Call by reference Type reference (TYPE) RMSTTY_COMPONENT_PATH Tabelle mit Treeknoten-Einträgen 20030612

Method BUILD_NODE_PATH on class CL_RMST_OTPT_PARAM_TREE_SSCR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LAYOUT Call by reference Type reference (TYPE) RMSTS_OTPT_RMSDX RMS-TLS: Ausgabelayouts aus der Clustertabelle 20040618
2 Importing IT_WATCH_NODES Call by reference Type reference (TYPE) RMSTTY_COMPONENT_PATH Tabelle mit Treeknoten-Einträgen 20030612
3 Importing I_OREF_NOTIFY Call by reference Object reference (TYPE REF TO) IF_RMST_SUBSCREEN_NOTIFY RMS-TLS: Benachrichtigungen an Subscreen 20030612

Method CONSTRUCTOR on class CL_RMST_OTPT_PARAM_TREE_SSCR has no exception.

Method GET_NODEKEY_FROM_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NODE_KEY Value transfer Type reference (TYPE) TM_NODEKEY Tree Model: Schlüssel eines Knotens 20030630
2 Importing NODE_PATH Call by reference Type reference (TYPE) RMSTE_COMPONENT_PATH Pfad eines Treeknotens 20030630
# Exception Resumable Description Created on
1 NODE_NOT_FOUND Knoten nicht gefunden 20030630

Method GET_NODEPATH_FROM_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Schlüssel eines Knotens 20030630
2 Returning NODE_PATH Value transfer Type reference (TYPE) RMSTE_COMPONENT_PATH Pfad eines Treeknotens 20030630

Method GET_NODEPATH_FROM_KEY on class CL_RMST_OTPT_PARAM_TREE_SSCR has no exception.

Method IS_WATCH_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_PATH Call by reference Type reference (TYPE) RMSTS_COMPONENT_PATH Pfadangabe eines Treeknotens (Parameterdynpro mit Subscreen) 20030612
2 Returning WATCHING Value transfer Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20030612

Method IS_WATCH_NODE on class CL_RMST_OTPT_PARAM_TREE_SSCR has no exception.

Method READ_ALL_LAYOUTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OTPT_RMSDX Call by reference Type reference (TYPE) RMSTTY_OTPT_RMSDX RMS-TLS: Ausgabelayouts aus der Clustertabelle 20030618
2 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID 20030618

Method READ_ALL_LAYOUTS on class CL_RMST_OTPT_PARAM_TREE_SSCR has no exception.

Method SEND_NOTIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKED Call by reference Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20030612
2 Importing ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME Tree Control: Name einer Spalte / eines Items 20030612
3 Importing NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Schlüssel eines Knotens 20030612

Method SEND_NOTIFY on class CL_RMST_OTPT_PARAM_TREE_SSCR has no exception.
History
Last changed by/on SAP  20040819 
SAP Release Created in 220