SAP ABAP Class CL_WFD_STEP_LIST (WF Destination: List of Steps)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWD (Package) Business Workflow: Process Definition
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WFD_COMPONENTS_BASE WF: Basis Class All Components (Commands) 19990802
Properties
Class CL_WFD_STEP_LIST  
Short Description WF Destination: List of Steps    
Super Class CL_WFD_COMPONENTS_BASE WF: Basis Class All Components (Commands) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWD   Business Workflow: Process Definition 
Created 19990802   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WFD_STEP_LIST has no forward declaration.
Interfaces
Class CL_WFD_STEP_LIST has no interface implemented.
Friends
Class CL_WFD_STEP_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_COL01 Constant Protected Type reference (TYPE) TV_ITMNAME 'C1' Name of First Column 19991028
2 MT_NODES Instance attribute Protected Type reference (TYPE) SWD_TTREE Node table 19990802
3 M_BEHAVIOUR Instance attribute Protected Object reference (TYPE REF TO) CL_DRAGDROP Behavior for Drag and Drop 20020212
4 M_DRAG_AND_DROP Instance attribute Protected Type reference (TYPE) XFELD Checkbox Field 20020214
5 M_HEADING Instance attribute Protected Type reference (TYPE) TV_HEADING Tree Control: Text in Length 132 20020122
6 M_MOVE_NODEID Instance attribute Public Type reference (TYPE) SWD_NODEID Node Number 20020212
7 M_MOVE_TARGET_NODEID Instance attribute Public Type reference (TYPE) SWD_NODEID Node Number 20020212
8 M_NEW_NODETYPE Instance attribute Protected Type reference (TYPE) SWD_TRETYP Node type 20020412
9 M_NO_EXPAND Instance attribute Protected Type reference (TYPE) XFELD Checkbox Field 20020122
10 M_SEL_NODEKEY Instance attribute Public Type reference (TYPE) TV_NODEKEY Last Selected Node 19990803
11 M_TREE Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE GUI Component 19990802
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Deletes all lines 19990802
2 CONSTRUCTOR Instance method Public Constructor Constructor 19990802
3 FREE Instance method Public Method Release (Destructor) 19990802
4 GET_NEW_NODETYPE Instance method Public Method 20020412
5 GET_NODE_TABLE Instance method Public Method Delivers the Node Table 19990802
6 GET_SELECTED_NODE Instance method Public Method Returns the Selected Node ID 19990803
7 GET_STEP Instance method Public Method Delivers the Selected Step 19991105
8 INIT_CONTROL Instance method Public Method Initializes the GUI Component (Tree Control) 19990802
9 ON_CTXMNU_REQUESTED Instance method Protected Event handling method Fills Context Menu (NODE) 19990802
10 ON_DRAG Instance method Protected Event handling method 20020212
11 ON_DROP Instance method Protected Event handling method 20020212
12 ON_DROP_COMPLETE Instance method Protected Event handling method 20020212
13 ON_ITEM_COMMAND Instance method Protected Event handling method User Has Selected a Function (on ITEM) 19991028
14 ON_ITEM_CTXMNU_REQ Instance method Protected Event handling method Fills Context Menz (ITEM) 19991028
15 ON_ITEM_DOUBLECLICK Instance method Protected Event handling method Event: Double-Click 20020122
16 ON_ITEM_KEY_PRESSED Instance method Protected Event handling method Key Pressed 20021024
17 ON_KEY_PRESSED Instance method Protected Method Key Pressed 20021024
18 ON_LINK_CLICKED Instance method Protected Event handling method Selects Event Link 19991028
19 ON_NODE_DOUBLECLICK Instance method Protected Event handling method Event: Double-Click 20020122
20 ON_NODE_KEY_PRESSED Instance method Protected Event handling method Key Pressed 20021024
21 ON_SELECTION_CHANGED Instance method Protected Event handling method Event: Selection Changed 19991026
22 ON_USER_COMMAND Instance method Protected Event handling method User Has Chosen a Selection 19990802
23 P_UPDATE_NODES Instance method Protected Method Delete or Insert Nodes 19990802
24 SET_NODE_TABLE Instance method Public Method Set Node Table "Externally" 19990802
25 SET_SELECTED_NODE Instance method Public Method Selects a Node 19991027
26 SET_SELECTED_STEP Instance method Public Method Selects an Entry Using Node Number 19991112
Events
Class CL_WFD_STEP_LIST has no event.
Types
Class CL_WFD_STEP_LIST has no local type.
Method Signatures

Method CLEAR Signature

Method CLEAR on class CL_WFD_STEP_LIST has no parameter.
Method CLEAR on class CL_WFD_STEP_LIST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_AND_DROP Call by reference Type reference (TYPE) XFELD Feld zum Ankreuzen 20020212
2 Importing HEADING Call by reference Type reference (TYPE) TV_HEADING Tree Control: Text in Länge 132 20020122
3 Importing NO_EXPAND Call by reference Type reference (TYPE) XFELD Feld zum Ankreuzen 20020122
4 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER GUI CONTAINER 19990802

Method CONSTRUCTOR on class CL_WFD_STEP_LIST has no exception.

Method FREE Signature

Method FREE on class CL_WFD_STEP_LIST has no parameter.
Method FREE on class CL_WFD_STEP_LIST has no exception.

Method GET_NEW_NODETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NEW_NODETYPE Value transfer Type reference (TYPE) SWD_TRETYP Typ des Knotens 20020412

Method GET_NEW_NODETYPE on class CL_WFD_STEP_LIST has no exception.

Method GET_NODE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting T_NODES Call by reference Type reference (TYPE) SWD_TTREE Knotentabelle 19990802

Method GET_NODE_TABLE on class CL_WFD_STEP_LIST has no exception.

Method GET_SELECTED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY selektierter Knoten 19990803

Method GET_SELECTED_NODE on class CL_WFD_STEP_LIST has no exception.

Method GET_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NODEID Value transfer Type reference (TYPE) SWD_NODEID Knotennummer 19991105
2 Importing NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY space KnotenID oder Space für selektierte 19991105

Method GET_STEP on class CL_WFD_STEP_LIST has no exception.

Method INIT_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER GUI Container 19990802

Method INIT_CONTROL on class CL_WFD_STEP_LIST has no exception.

Method ON_CTXMNU_REQUESTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MENU Call by reference Type reference (TYPE) 19990802
2 Importing NODE_KEY Call by reference Type reference (TYPE) 19990802

Method ON_CTXMNU_REQUESTED on class CL_WFD_STEP_LIST has no exception.

Method ON_DRAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 20020212
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20020212
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20020212

Method ON_DRAG on class CL_WFD_STEP_LIST has no exception.

Method ON_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 20020212
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20020212

Method ON_DROP on class CL_WFD_STEP_LIST has no exception.

Method ON_DROP_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 20020212
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20020212
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20020212

Method ON_DROP_COMPLETE on class CL_WFD_STEP_LIST has no exception.

Method ON_ITEM_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) 19991028
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 19991028
3 Importing NODE_KEY Call by reference Type reference (TYPE) 19991028

Method ON_ITEM_COMMAND on class CL_WFD_STEP_LIST has no exception.

Method ON_ITEM_CTXMNU_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 19991028
2 Importing MENU Call by reference Type reference (TYPE) 19991028
3 Importing NODE_KEY Call by reference Type reference (TYPE) 19991028

Method ON_ITEM_CTXMNU_REQ on class CL_WFD_STEP_LIST has no exception.

Method ON_ITEM_DOUBLECLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20020122
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20020122

Method ON_ITEM_DOUBLECLICK on class CL_WFD_STEP_LIST has no exception.

Method ON_ITEM_KEY_PRESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20021024
2 Importing KEY Call by reference Attribute reference (LIKE) 20021024
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20021024

Method ON_ITEM_KEY_PRESSED on class CL_WFD_STEP_LIST has no exception.

Method ON_KEY_PRESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Value transfer Type reference (TYPE) I 20021024
2 Importing NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY 20021024

Method ON_KEY_PRESSED on class CL_WFD_STEP_LIST has no exception.

Method ON_LINK_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 19991028
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19991028

Method ON_LINK_CLICKED on class CL_WFD_STEP_LIST has no exception.

Method ON_NODE_DOUBLECLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20020122

Method ON_NODE_DOUBLECLICK on class CL_WFD_STEP_LIST has no exception.

Method ON_NODE_KEY_PRESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Attribute reference (LIKE) 20021024
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20021024

Method ON_NODE_KEY_PRESSED on class CL_WFD_STEP_LIST has no exception.

Method ON_SELECTION_CHANGED 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) 19991026

Method ON_SELECTION_CHANGED on class CL_WFD_STEP_LIST has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) 19990802
2 Importing NODE_KEY Call by reference Type reference (TYPE) 19990802

Method ON_USER_COMMAND on class CL_WFD_STEP_LIST has no exception.

Method P_UPDATE_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_NODES Call by reference Type reference (TYPE) SWD_TTREE Knotentabelle 19990802
2 Importing UPDATE_TREE Call by reference Type reference (TYPE) XFLAG 'X' Screen updaten 19990802

Method P_UPDATE_NODES on class CL_WFD_STEP_LIST has no exception.

Method SET_NODE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_NODES Call by reference Type reference (TYPE) SWD_TTREE Knotentabelle 19990802
2 Importing UPDATE_TREE Call by reference Type reference (TYPE) XFLAG 'X' updaten 19990802

Method SET_NODE_TABLE on class CL_WFD_STEP_LIST has no exception.

Method SET_SELECTED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY selektierter Knoten 19991027

Method SET_SELECTED_NODE on class CL_WFD_STEP_LIST has no exception.

Method SET_SELECTED_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODEID Call by reference Type reference (TYPE) SWD_NODEID Knotennummer 19991112

Method SET_SELECTED_STEP on class CL_WFD_STEP_LIST has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in