SAP ABAP Class CL_PT_GUI_TMW_NAVIG_CONTROL (Tree Control Wrapper)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PT-RC (Application Component) Time Data Recording and Administration
     PAOC_TIM_TMW_GUI_CONTROL (Package) TMW: GUI Control
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PT_GUI_OBJECT GUI Object 19990624
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PT_GUI_SAP_CONTROL Initialization of SAP GUI Control 19990624
Properties
Class CL_PT_GUI_TMW_NAVIG_CONTROL  
Short Description Tree Control Wrapper    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_TIM_TMW_GUI_CONTROL   TMW: GUI Control 
Created 19990624   SAP 
Last change 19991123   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_GUI_ALV_TREE_SIMPLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_PT_UIA_TOOLBAR_EE_VARIANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_PT_UIA_TOOLBAR_ITEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 HR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 KKBLO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_PT_GUI_OBJECT GUI Object 19990624
2 IF_PT_GUI_SAP_CONTROL Initialization of SAP GUI Control 19990624
Friends
Class CL_PT_GUI_TMW_NAVIG_CONTROL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container 19990624
2 C_CREATE_SELID Constant Private Type reference (TYPE) UI_FUNC 'EE_VARIANTS_CREATE' Get New Period 19991122
3 C_GET_NEW_PERIOD Constant Private Type reference (TYPE) UI_FUNC 'TB_ITEM_CHANGE_EE_PERIOD' Get New Period 19990819
4 DESCRIPTION Instance attribute Private Attribute reference (LIKE) 19991210
5 GF_DO_SUM Instance attribute Private Type reference (TYPE) AS4FLAG Create Totals from Fields? 19990922
6 GF_TREE_SHOWS_DATA Instance attribute Private Type reference (TYPE) AS4FLAG Show Tree with Data 19990823
7 GIF_UIA_NAVIG_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) IF_PT_UIA_TOOLBAR UIA Toolbar Interface 19991014
8 GIF_UIA_NAVIG_TREE Instance attribute Private Object reference (TYPE REF TO) IF_PT_UIA_TMW_NAVIGATION_TREE UIA Object Interface 19991014
9 GREF_GUI_TREE Instance attribute Private Object reference (TYPE REF TO) IF_PT_GUI_TMW_TREE_CONTROL Control 19990823
10 GS_DISVARIANT Instance attribute Private Type reference (TYPE) DISVARIANT Current Display Variant in ALV Tree 19991210
11 GT_ALV_FCAT Instance attribute Private Type reference (TYPE) LVC_T_FCAT ALV Field Catalog 19990901
12 GT_FCAT Instance attribute Private Type reference (TYPE) TIM_TMW_T_FCAT Field Catalog 19990729
13 GT_NODE_LINE_ASSIGNMENT Instance attribute Private Type reference (TYPE) TMW_T_NODE_LINE_ASSIGNMENT Nodes in Tree -> Line in Table 19990823
14 GT_OLD_DATA Instance attribute Private Object reference (TYPE REF TO) DATA Use Current Data Table as Reference 19990930
15 GT_REAL_NODES Instance attribute Private Type reference (TYPE) TMW_T_NODE_LINE_ASSIGNMENT These Nodes Are Real Nodes 19990823
16 GT_SELECTED_NODES Instance attribute Private Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20000103
17 GT_SORT_CRITERIA Instance attribute Private Type reference (TYPE) TMW_T_SORT_FIELDS ALV Sort Table and TMW Status Fields 19990726
18 GT_SORT_FIELDS Instance attribute Private Type reference (TYPE) LVC_T_SORT Basic Hierarchy Table 19990730
19 GT_TREE_LAYOUT Instance attribute Private Type reference (TYPE) TMW_S_ALV_LAYOUT Settings for Tree Display 19990727
20 GUI_LAYOUT Instance attribute Private Attribute reference (LIKE) 19991210
21 NODE_ID Instance attribute Private Attribute reference (LIKE) 19991210
22 OBJECT_ID Instance attribute Private Attribute reference (LIKE) 19991210
23 TYPE Instance attribute Private Attribute reference (LIKE) 19991210
24 UIA_LAYOUT Instance attribute Private Object reference (TYPE REF TO) IF_PT_UIA_LAYOUT UIA Layout 19990624
Methods
# Method Level Visibility Method type Description Created on
1 ADD_LINE Instance method Private Method Insert Nodes in Tree 19990701
2 ADD_NODE Instance method Private Method Insert Nodes in Tree 19990630
3 BUILD_STRUCTURE Instance method Private Method Structure Tree 19990630
4 BUILD_TOOLBAR Instance method Private Method Replace Standard Toolbar with Context Toolbar 19990704
5 CHECK_CURRENT_VIEW Instance method Private Method What View is Activated? Has the View Changed? 19990807
6 CONTENT_CHANGED Instance method Private Method Columns Changed 19991014
7 CREATE_TREE Instance method Private Method Generate Tree 19990630
8 DATA_CHANGED Instance method Private Method Lines Changed (New, Deleted Old, and so on) 19991014
9 EXPAND_NODES Instance method Private Method Expand Nodes 19990701
10 GET_LEAVE Instance method Private Method Get Index for Data on Node in Tree 19990712
11 GET_LEAVES_OF_NODE Instance method Private Method Get All Indexes for Data on Node in Tree 19990712
12 GET_SEDLID_TEXT Instance method Private Method Dialog Box for Text Entry 19991123
13 GET_TREE_LAYOUT Instance method Private Method Read Layout (from UIA) 19990722
14 INIT_DATE_LIST_FOR_POPUP Instance method Private Method Dialog Box with List of Periods for Selection 19990824
15 INIT_TREE Instance method Private Method Generate Tree 19990805
16 IS_CURRENT_VARIANT_EQ_DEFAULT Instance method Private Method Checks Whether Current Layout = Default Layout 20000113
17 ON_ADD_EMPLOYEE Instance method Private Method Dialog Box for Inserting Employee 19991202
18 ON_AFTER_USER_COMMAND Instance method Private Event handling method After FUNCTION_SELECTED from CL_GUI_ALV_TREE 20000112
19 ON_CHANGE_HIERARCHY Instance method Private Method Dialog Box for Displaying Hierarchy 19990823
20 ON_CHECKBOX_CHANGE Instance method Private Event handling method Selected Line 19990701
21 ON_CREATE_SELID Instance method Private Method Creates New Employee Selection 19991122
22 ON_DELETE_SELID Instance method Private Method Deletes Current SELID 19991202
23 ON_FUNCTION_SELECTED Instance method Private Event handling method Function Selected from Toolbar -> Function Code 19990707
24 ON_GET_NEW_PERIOD Instance method Private Method Dialog Box for Displaying New Period 19990819
25 ON_MAINTAIN_VARIANT Instance method Private Method Maintain ALV Variant 20000114
26 ON_NODE_DOUBLE_CLICK Instance method Private Event handling method Selected Line 19990702
27 ON_SAVE_VARIANT Instance method Private Method Saves Sort Sequence (ALV Tree) 19991210
28 ON_SELECT_VARIANT Instance method Private Method New ALV Variant Selected -> Checks If New Sort 20000112
29 ON_STRUCTURE_CHANGE Instance method Private Method New Hierarchy or Field Selection 19990805
30 ON_TOOLBAR_DROPDOWN Instance method Private Event handling method Selected Dropdown Menu from Toolbar 19990704
31 READ_FCAT Instance method Private Method Reads Field Catalog (from UIA) 19990630
32 READ_LINES Instance method Private Method Reads Data Table (from UIA) 19990630
33 READ_SORT_CRITERIA Instance method Private Method Reads Sort Fields (from UIA) 19990630
34 RESET_CURRENT_TREE Instance method Private Method New Display -> Deletes All Data 19990707
35 SET_DOCKING_INVISIBLE Instance method Private Method Prevents Double Docking Control for Definition SELID 20000503
36 SET_DOCKING_VISIBLE Instance method Private Method ... 20000503
37 SET_EVENT_HANDLER Instance method Private Method Event Handler for Events from IF_PT_GUI_TMW_TREE_CONTROL 19990702
38 SET_MARKED_NODES_AND_EXPAND Instance method Private Method Assigns Lines to Nodes 20000103
39 SET_STATUS_OF_TREE Instance method Private Method Sets Status of Nodes and End Nodes 19990823
40 UPDATE_CALCULATIONS Instance method Private Method Calculate New Totals on Field Level 19990922
Events
Class CL_PT_GUI_TMW_NAVIG_CONTROL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 COMB_TAB Private See coding COMB_TAB 19991123
2 COND_TAB Private See coding COND_TAB 19991123
3 FUNC_TAB Private See coding FUNC_TAB 19991124
4 OBJEC_TAB Private See coding OBJEC_TAB 19991123
5 TMW_S_ALV_LAYOUT Private See coding TMW_S_ALV_LAYOUT 19990630
6 TMW_S_NODE_LINE_ASSIGNMENT Private See coding TMW_S_NODE_LINE_ASSIGNMENT 19990701
7 TMW_S_SORT_FIELDS Private See coding TMW_S_SORT_FIELDS 19990630
8 TMW_T_HRDATES Private See coding Entry Options for Period 19990824
9 TMW_T_NODE_LINE_ASSIGNMENT Private See coding TMW_T_NODE_LINE_ASSIGNMENT 19990701
10 TMW_T_SORT_FIELDS Private See coding TMW_T_SORT_FIELDS 19990630
Method Signatures

Method ADD_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY Schlüssel des Knotens im Baum 19990701
2 Importing IM_LINE Call by reference Type reference (TYPE) ANY aktuelle Zeile 19990701
3 Importing IM_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY Knoten, unter dem der Eintrag hängt 19990701
4 Importing IM_NODE_LEVEL Call by reference Type reference (TYPE) I Knotentiefe 19990701
5 Importing IM_SORT_LINE Call by reference Type reference (TYPE) TMW_S_SORT_FIELDS Sortiertabelle 19990701

Method ADD_LINE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY Schlüssel des Knotens im Baum 19990630
2 Importing IM_LEVEL Call by reference Type reference (TYPE) SYINDEX Hierarchiestufe d. Änderung 19990630
3 Importing IM_LINE Call by reference Type reference (TYPE) ANY aktuelle Zeile 19990630
4 Importing IM_NODE_LEVEL Call by reference Type reference (TYPE) I Knotentiefe 19990630
5 Importing IM_SORT_CRITERIA Call by reference Type reference (TYPE) TMW_T_SORT_FIELDS Sortiertabelle 19990630

Method ADD_NODE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method BUILD_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_LINES Call by reference Object reference (TYPE REF TO) DATA Datentabelle 19990630
2 Changing CH_SORT_CRITERIA Call by reference Type reference (TYPE) TMW_T_SORT_FIELDS Hierarchieinformation 19990630
3 Importing IM_TREE_LAYOUT Call by reference Type reference (TYPE) TMW_S_ALV_LAYOUT Einstellungen zu Tree 19990701
# Exception Resumable Description Created on
1 SORTFIELD_NOT_IN_TABLE Sortierfeld existiert nicht in der Datentabelle 19990807

Method BUILD_TOOLBAR Signature

Method BUILD_TOOLBAR on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method BUILD_TOOLBAR on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method CHECK_CURRENT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) AS4FLAG Sicht geändert ? 19990807

Method CHECK_CURRENT_VIEW on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method CONTENT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NO_DATA Call by reference Type reference (TYPE) AS4FLAG Keine Daten für die neue Darstellung vorhanden 19991014
2 Importing IM_REF_TO_LINES Call by reference Object reference (TYPE REF TO) DATA Datentabelle 19991014

Method CONTENT_CHANGED on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method CREATE_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_DATA_TABLE Call by reference Object reference (TYPE REF TO) DATA Leere Datentabelle 19990701
2 Changing CH_FIELDCATALOG Call by reference Type reference (TYPE) TIM_TMW_T_FCAT Feldkatalog 19990630
3 Importing IM_TREE_LAYOUT Call by reference Type reference (TYPE) TMW_S_ALV_LAYOUT Einstellungen zu Tree 19990630

Method CREATE_TREE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_REF_TO_LINES Call by reference Object reference (TYPE REF TO) DATA Datentabelle 19991014
2 Importing IM_NO_DATA Call by reference Type reference (TYPE) AS4FLAG Keine Daten für die neue Darstellung vorhanden 19991014

Method DATA_CHANGED on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method EXPAND_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SELECTED_NODES Call by reference Type reference (TYPE) LVC_T_NKEY Die selektierten Blätter im Baum 19990923

Method EXPAND_NODES on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method GET_LEAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY Ausgewählter Knoten 19990712
2 Returning RESULT Value transfer Type reference (TYPE) SYINDEX Zum Knoten passender Index der Datentabelle 19990712

Method GET_LEAVE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method GET_LEAVES_OF_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY Ausgewählter Knoten 19990712
2 Returning RESULT Value transfer Type reference (TYPE) TAB_PT_UIA_TMW_NAVIG_SEL_LINES Liste der Blätter unter dem ausgew. Knoten 19990712

Method GET_LEAVES_OF_NODE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method GET_SEDLID_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) HR_SELTEXT Text 19991123
# Exception Resumable Description Created on
1 POPUP_ERROR Fehler beim Aufruf des Popups 19991123

Method GET_TREE_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TMW_S_ALV_LAYOUT Darstellungsoptionen 19990722

Method GET_TREE_LAYOUT on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method INIT_DATE_LIST_FOR_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BEGDA Call by reference Type reference (TYPE) D SY-DATUM aktuelles Beginndatum 19990824
2 Importing IM_ENDDA Call by reference Type reference (TYPE) D SY-DATUM aktuelles Enddedatum 19990824
3 Returning RESULT Value transfer Type reference (TYPE) TMW_T_HRDATES Liste mit Datumseingabeformaten 19990824

Method INIT_DATE_LIST_FOR_POPUP on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method INIT_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_REF_TO_EMPTY_TABLE Call by reference Object reference (TYPE REF TO) DATA leere Datentabelle 19990805
# Exception Resumable Description Created on
1 TABLE_NOT_EMPTY Die Übergabetabelle darf keine Einträge enthalten 19990805

Method IS_CURRENT_VARIANT_EQ_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Anzeigevariante ist Default 20000113

Method IS_CURRENT_VARIANT_EQ_DEFAULT on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_ADD_EMPLOYEE Signature

Method ON_ADD_EMPLOYEE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method ON_ADD_EMPLOYEE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_AFTER_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UCOMM Value transfer Attribute reference (LIKE) >INVALID< 20000112

Method ON_AFTER_USER_COMMAND on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_CHANGE_HIERARCHY Signature

Method ON_CHANGE_HIERARCHY on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method ON_CHANGE_HIERARCHY on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_CHECKBOX_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EX_CHECKED Value transfer Attribute reference (LIKE) >INVALID< 19990702
2 Importing EX_FIELDNAME Value transfer Attribute reference (LIKE) >INVALID< 19990702
3 Importing EX_NODE_KEY Value transfer Attribute reference (LIKE) >INVALID< 19990702

Method ON_CHECKBOX_CHANGE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_CREATE_SELID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20000120
# Exception Resumable Description Created on
1 ERROR_SAVING_SELID Fehler beim Sichern der Selektion 19991123
2 GENERAL_ERROR Fehler im Popup 19991123

Method ON_DELETE_SELID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FUNC Call by reference Type reference (TYPE) UI_FUNC Fuktionscode 19991202

Method ON_DELETE_SELID on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EX_FCODE Value transfer Attribute reference (LIKE) 19990707

Method ON_FUNCTION_SELECTED on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_GET_NEW_PERIOD Signature

Method ON_GET_NEW_PERIOD on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method ON_GET_NEW_PERIOD on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_MAINTAIN_VARIANT Signature

Method ON_MAINTAIN_VARIANT on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method ON_MAINTAIN_VARIANT on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_NODE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EX_NODE_KEY Value transfer Attribute reference (LIKE) >INVALID< 19990702

Method ON_NODE_DOUBLE_CLICK on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_SAVE_VARIANT Signature

Method ON_SAVE_VARIANT on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
# Exception Resumable Description Created on
1 ERROR_IN_VARIANT_SAVE Fehler beim Sichern der Variante 20000114

Method ON_SELECT_VARIANT Signature

Method ON_SELECT_VARIANT on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method ON_SELECT_VARIANT on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_STRUCTURE_CHANGE Signature

Method ON_STRUCTURE_CHANGE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method ON_STRUCTURE_CHANGE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method ON_TOOLBAR_DROPDOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EX_FCODE Value transfer Attribute reference (LIKE) 19990704
2 Importing EX_POSX Value transfer Attribute reference (LIKE) 19990704
3 Importing EX_POSY Value transfer Attribute reference (LIKE) 19990704
4 Importing EX_REF_TOOLBAR Value transfer Attribute reference (LIKE) 19990704
5 Importing SENDER Value transfer Attribute reference (LIKE) 19990704

Method ON_TOOLBAR_DROPDOWN on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method READ_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIM_TMW_T_FCAT Feldkatalog 19990630

Method READ_FCAT on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method READ_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DATA_TABLE Value transfer Object reference (TYPE REF TO) DATA Ergebnistabelle 19990701
2 Exporting EX_EMPTY_TABLE Call by reference Object reference (TYPE REF TO) DATA leere Tabelle fürs Cotrol 19990701
3 Exporting EX_NO_DATA Call by reference Type reference (TYPE) AS4FLAG 'X', falls keine Daten vorhanden 19990817
4 Importing IM_UIA_NT Call by reference Object reference (TYPE REF TO) IF_PT_UIA_TMW_NAVIGATION_TREE Interface auf UIA-Objekt 19990630

Method READ_LINES on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method READ_SORT_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TMW_T_SORT_FIELDS Sortiertabelle (erweitert) 19990630

Method READ_SORT_CRITERIA on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method RESET_CURRENT_TREE Signature

Method RESET_CURRENT_TREE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method RESET_CURRENT_TREE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method SET_DOCKING_INVISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control für Navigationstree 20000503

Method SET_DOCKING_INVISIBLE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method SET_DOCKING_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DOCKING_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking 20000503

Method SET_DOCKING_VISIBLE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method SET_EVENT_HANDLER Signature

Method SET_EVENT_HANDLER on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method SET_EVENT_HANDLER on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method SET_MARKED_NODES_AND_EXPAND Signature

Method SET_MARKED_NODES_AND_EXPAND on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method SET_MARKED_NODES_AND_EXPAND on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method SET_STATUS_OF_TREE Signature

Method SET_STATUS_OF_TREE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method SET_STATUS_OF_TREE on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.

Method UPDATE_CALCULATIONS Signature

Method UPDATE_CALCULATIONS on class CL_PT_GUI_TMW_NAVIG_CONTROL has no parameter.
Method UPDATE_CALCULATIONS on class CL_PT_GUI_TMW_NAVIG_CONTROL has no exception.
History
Last changed by/on SAP  19991123 
SAP Release Created in