SAP ABAP Class CL_CTS_REQUEST_TREE (Request Tree)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-ORG (Application Component) Transport Organizer
     SCTS_REQ (Package) CTS: Request Editing
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CTS_REQUEST_TREE Request Hierarchy 20000511
Properties
Class CL_CTS_REQUEST_TREE  
Short Description Request Tree    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_REQ   CTS: Request Editing 
Created 20000417   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SCTSC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SREQS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 STRHI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SWBM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 TRWBO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CTS_REQUEST_TREE Request Hierarchy 20000511
Friends
Class CL_CTS_REQUEST_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CATEGORY_NODES Instance attribute Private Type reference (TYPE) TRTREENTAB Layout: All Category Nodes 20001020
2 DISPLAY_DATE Instance attribute Private Type reference (TYPE) TRBOOLEAN User Customizing: Display Date 20000425
3 DISPLAY_TASKTEXT Instance attribute Private Type reference (TYPE) TRBOOLEAN User Customizing: Display Task Text 20000425
4 DISPLAY_USER Instance attribute Private Type reference (TYPE) TRBOOLEAN User Customizing: Display User 20000913
5 EXPANDED_NODES Instance attribute Private Type reference (TYPE) TRTREENTAB Layout: Expanded Nodes 20000510
6 F_DD_FEATURE Instance attribute Private Object reference (TYPE REF TO) CL_DRAGDROP Behavior for Drag and Drop 20081007
7 F_DD_HANDLE Instance attribute Private Type reference (TYPE) I 20081007
8 GUI_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for GUI Control 20000516
9 HIERARCHY_CHANGED Instance attribute Private Type reference (TYPE) TRBOOLEAN Layout: Hierarchy Changed 20000614
10 MARK_STANDARD_REQUESTS Instance attribute Private Type reference (TYPE) TRBOOLEAN Select Standard Requests 20000427
11 NODES Instance attribute Private Type reference (TYPE) TRTREENTAB Separate Node Table for User Command, and so on 20000519
12 NODE_COUNTER Static Attribute Private Type reference (TYPE) SEU_ID Counter for Nodes 20000427
13 OBJECT_STATE Instance attribute Private Object reference (TYPE REF TO) CL_CTS_OBJECT_STATE Request Tree State 20000818
14 REQUESTS Instance attribute Private Type reference (TYPE) STRHI_REQUESTS_WD Requests 20000417
15 REQUEST_SELECTION Instance attribute Private Object reference (TYPE REF TO) CL_CTS_REQUEST_SELECTION Request selection 20000417
16 SORTING_DESCRIPTION Instance attribute Private Type reference (TYPE) STRHI_DR_SORT Sort Description 20000427
17 SORT_BY_USER Instance attribute Private Type reference (TYPE) TRBOOLEAN User Customizing: Sort by User 20000425
18 SPECIAL_REQUESTS Instance attribute Private Type reference (TYPE) STRHI_SPECIAL_REQUESTS Requests with Special Handling 20000426
19 STANDARD_REQUESTS Instance attribute Private Type reference (TYPE) TRWBO_T_E070USE Standard Requests 20000427
20 TEXTS_OF_OBJECT_TYPES Instance attribute Private Type reference (TYPE) TR_OBJECT_TEXTS Texts for Object Types 20000502
21 TOP_NODE_PATH Instance attribute Private Type reference (TYPE) TRTREENTAB Layout: Top Node with Path 20000620
22 TREE Instance attribute Private Object reference (TYPE REF TO) CL_LIST_TREE_MODEL Tree 20000417
23 TREE_CONTROL Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTROL Tree Control 20000825
24 TREE_INITIALIZED Instance attribute Private Type reference (TYPE) TRBOOLEAN Tree Initialized 20000510
25 USER_FOR_STANDARD_REQUESTS Instance attribute Private Type reference (TYPE) TRUSER User for Standard Requests 20000516
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODE Instance method Private Method Insert Nodes 20000502
2 APPLY_OLD_LAYOUT Instance method Private Method Use Old Layout 20000614
3 APPLY_SORTING_ON_PROJECTS Instance method Private Method Sort by Project 20000504
4 BUILD_HIERARCHY Instance method Private Method Build Hierarchy 20000426
5 CHECK_IF_OBJECT_IS_INCLUDED Instance method Private Method Check Whether Request Contains an Object 20000504
6 COMPLETE_SORTING_DESCRIPTION Instance method Private Method Complete Sort 20000427
7 CONSTRUCTOR Instance method Public Constructor Constructor 20000417
8 CREATE_TREE_CONTROL Instance method Private Method Create Tree Control 20000417
9 DELETE_REQUEST_FROM_REQ_LIST Instance method Private Method Delete Request from Request List (Recursive) 20000614
10 DESTRUCT Instance method Public Method Destructor 20000619
11 DISPLAY_TREE Instance method Private Method Display Requests in Hierarchy 20000503
12 EXPAND_CATEGORY_NODES Instance method Private Method Expand Category Nodes (Recursive) 20001020
13 EXPAND_FOR_FIRST_TIME Instance method Private Method Expand Tree for the First Time 20001020
14 EXPAND_NEW_CATEGORY_NODES Instance method Private Method Expand New Category Nodes 20001020
15 FILL_REQUEST_NODE Instance method Private Method Fill Request Node 20000428
16 FILL_SEQUENCE_HANDLE Instance method Private Method Determine sort sequence 20000426
17 FILL_SORT_FIELD Instance method Private Method Fill Sort Field 20000426
18 GET_ACTIVITY_TEXT Instance method Private Method Read Activity Text 20000502
19 GET_LAYOUT Instance method Private Method Get Current Layout 20000620
20 GET_NEXT_NODE_KEY Instance method Private Method Return Next Key for Node 20000427
21 GET_OBJECT_CONTEXT_MENU Instance method Private Method Return Object Context Menu 20000517
22 GET_REQUEST_TYPE_TEXT Instance method Private Method Get Request Type Text 20000426
23 GET_TOP_NODE Instance method Private Method Get Top Node 20000620
24 GET_TREE Static method Public Method Create and Return Tree 20000522
25 HANDLE_CONFIGURATION_CHANGED Instance method Private Event handling method Handling Method (Settings Changed) 20000913
26 HANDLE_CONTEXT_MENU_REQUEST Instance method Private Event handling method Handling Method (Context Menu Request) 20000517
27 HANDLE_CONTEXT_MENU_SELECT Instance method Private Event handling method Handling Method (Selection in Context Menu) 20000518
28 HANDLE_DRAG Instance method Private Event handling method Handling Method (Drag) 20081007
29 HANDLE_EXPAND_NO_CHILDREN Instance method Private Event handling method Handling Method (Expand Without Children) 20000504
30 HANDLE_LOCAL_REFRESH Instance method Private Method Handling Method (Local Refresh) 20000515
31 HANDLE_NODE_DOUBLE_CLICK Instance method Private Event handling method Handling Method (Double-Click) 20000504
32 HANDLE_OBJECT_CHANGED Instance method Private Event handling method Handling Method (Object Changed) 20000613
33 HANDLE_OBJECT_DELETED Instance method Private Event handling method Handling Method (Object Deleted) 20000613
34 HANDLE_REFRESH Instance method Private Method Handling Method (Refresh) 20000914
35 INSERT_ATTR_LIST Instance method Private Method Insert Attribute List 20000503
36 INSERT_ATTR_LIST_WITH_HEADER Instance method Private Method Insert Attribute List Under Separate Node 20000503
37 INSERT_CATEGORY_NODE Instance method Private Method Insert Category Node 20000427
38 INSERT_DANGLING_TASKS Instance method Private Method Insert Tasks with Non-Selected Request 20000427
39 INSERT_KEY_LIST Instance method Private Method Insert Key List 20000503
40 INSERT_OBJECT_LIST Instance method Private Method Insert Object List 20000503
41 INSERT_OBJECT_LIST_WITH_HEADER Instance method Private Method Insert Object List Under Separate Node 20000503
42 INSERT_REQUEST_AND_DEPENDANTS Instance method Private Method Insert Request Node with Dependants 20000427
43 INSERT_REQUEST_NODE Instance method Private Method Insert Request Node 20000427
44 INSERT_ROOT_NODE Instance method Private Method Insert Root Node 20000426
45 INSERT_UNASSIGNED_TASKS Instance method Private Method Insert Non-Assigned Tasks 20000427
46 READ_MISSING_ATTRIBUTE_INFO Instance method Private Method Read Missing Attribute Information 20000504
47 READ_MISSING_CLIENTS Instance method Private Method Read Missing Client Information 20000504
48 READ_MISSING_OBJECT_INFO Instance method Private Method Read Missing Object Information 20000504
49 READ_MISSING_RELOC_INFO Instance method Private Method Read Missing Relocation Information 20000504
50 READ_MISSING_TEXTS Instance method Private Method Read Missing Short Texts 20000504
51 READ_OBJECT_LIST Instance method Private Method Read Object List and Key List of a Request 20000510
52 READ_USER_CUSTOMIZING Instance method Private Method Read User Customizing 20000425
53 REREAD_REQUEST_OF_REQ_LIST Instance method Private Method Reread Request from Database (Recursive) 20000614
54 SELECT_REQUESTS_FROM_DB Instance method Private Method Select Requests from Database 20000417
55 SET_LAYOUT Instance method Private Method Set Layout 20000620
56 SET_TOP_NODE Instance method Private Method Set Top Node 20000620
57 USER_COMMAND Instance method Private Method User command 20000505
Events
Class CL_CTS_REQUEST_TREE has no event.
Types
Class CL_CTS_REQUEST_TREE has no local type.
Method Signatures

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISABLED Call by reference Type reference (TYPE) AS4FLAG ' ' Knoten kann nicht selektiert werden 20000505
2 Importing EXPANDER Call by reference Type reference (TYPE) AS4FLAG ' ' Expandierikone 20000503
3 Importing FATHER_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Vaterknotens 20000502
4 Importing IMAGE Call by reference Type reference (TYPE) TV_IMAGE Ikone 20000505
5 Importing INFO Call by reference Type reference (TYPE) C Info zum Objekt 20000519
6 Importing ISFOLDER Call by reference Type reference (TYPE) AS4FLAG 'X' Folder 20000502
7 Importing ITEM_TABLE Call by reference Type reference (TYPE) TREEMLITAB List Tree Model: Item-Tabelle 20000502
8 Exporting NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Knotens 20000502
9 Importing NODE_KEY_TYPE Call by reference Type reference (TYPE) SREQS_NODE_TYPE Knotentyp 20000502
10 Importing OBJECT Call by reference Type reference (TYPE) C Objekt 20000505
11 Importing STYLE Call by reference Type reference (TYPE) INT4 Style 20000505

Method ADD_NODE on class CL_CTS_REQUEST_TREE has no exception.

Method APPLY_OLD_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY_NEW Call by reference Type reference (TYPE) SEU_ID Schlüssel des Knotens (neu) 20000614
2 Importing I_NODE_KEY_OLD Call by reference Type reference (TYPE) SEU_ID Schlüssel des Knotens (alt) 20000614
3 Importing I_ONLY_CATEGORY_NODES Call by reference Type reference (TYPE) TRBOOLEAN ' ' Nur Kategorieknoten bearbeiten 20000614

Method APPLY_OLD_LAYOUT on class CL_CTS_REQUEST_TREE has no exception.

Method APPLY_SORTING_ON_PROJECTS Signature

Method APPLY_SORTING_ON_PROJECTS on class CL_CTS_REQUEST_TREE has no parameter.
Method APPLY_SORTING_ON_PROJECTS on class CL_CTS_REQUEST_TREE has no exception.

Method BUILD_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SPECIAL_REQUESTS Call by reference Type reference (TYPE) STRHI_SPECIAL_REQUESTS Aufträge mit Sonderbehandlung 20000503
2 Importing I_MARK_STANDARD_REQUESTS Call by reference Type reference (TYPE) TRBOOLEAN ' ' Standardaufträge selektieren 20000503
3 Importing I_USER_FOR_STANDARD_REQUESTS Call by reference Type reference (TYPE) TRUSER SY-UNAME User für Standardaufträge 20000516

Method BUILD_HIERARCHY on class CL_CTS_REQUEST_TREE has no exception.

Method CHECK_IF_OBJECT_IS_INCLUDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OBJECT_IS_INCLUDED Call by reference Type reference (TYPE) TRBOOLEAN Objekt ist enthalten 20000504
2 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20000504

Method CHECK_IF_OBJECT_IS_INCLUDED on class CL_CTS_REQUEST_TREE has no exception.

Method COMPLETE_SORTING_DESCRIPTION Signature

Method COMPLETE_SORTING_DESCRIPTION on class CL_CTS_REQUEST_TREE has no parameter.
Method COMPLETE_SORTING_DESCRIPTION on class CL_CTS_REQUEST_TREE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CTS_OBJECT_STATE Call by reference Object reference (TYPE REF TO) CL_CTS_OBJECT_STATE Zustand Auftragsbaum 20000818
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler (siehe Fehlermeldung) 20000417

Method CREATE_TREE_CONTROL Signature

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

Method CREATE_TREE_CONTROL on class CL_CTS_REQUEST_TREE has no exception.

Method DELETE_REQUEST_FROM_REQ_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRKORR Value transfer Type reference (TYPE) TRKORR Auftrag/Aufgabe 20000614

Method DELETE_REQUEST_FROM_REQ_LIST on class CL_CTS_REQUEST_TREE has no exception.

Method DESTRUCT Signature

Method DESTRUCT on class CL_CTS_REQUEST_TREE has no parameter.
Method DESTRUCT on class CL_CTS_REQUEST_TREE has no exception.

Method DISPLAY_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SPECIAL_REQUESTS Call by reference Type reference (TYPE) STRHI_SPECIAL_REQUESTS Aufträge mit Sonderbehandlung 20000503
2 Importing I_GUI_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container 20000510
3 Importing I_MARK_STANDARD_REQUESTS Call by reference Type reference (TYPE) TRBOOLEAN ' ' Standardaufträge markieren 20000503
4 Importing I_TREE_STATE Call by reference Object reference (TYPE REF TO) CL_CTS_TREE_STATE Baumzustand 20000524
5 Importing I_USER_FOR_STANDARD_REQUESTS Call by reference Type reference (TYPE) TRUSER SY-UNAME User für Standardaufträge 20000516

Method DISPLAY_TREE on class CL_CTS_REQUEST_TREE has no exception.

Method EXPAND_CATEGORY_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY_NEW Call by reference Type reference (TYPE) TRTREENODE-KEY Knoten 20001020

Method EXPAND_CATEGORY_NODES on class CL_CTS_REQUEST_TREE has no exception.

Method EXPAND_FOR_FIRST_TIME Signature

Method EXPAND_FOR_FIRST_TIME on class CL_CTS_REQUEST_TREE has no parameter.
Method EXPAND_FOR_FIRST_TIME on class CL_CTS_REQUEST_TREE has no exception.

Method EXPAND_NEW_CATEGORY_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY_NEW Call by reference Type reference (TYPE) TRTREENODE-KEY Knotenschlüssel neu 20001020
2 Importing I_NODE_KEY_OLD Call by reference Type reference (TYPE) TRTREENODE-KEY Knotenschlüssel alt 20001020

Method EXPAND_NEW_CATEGORY_NODES on class CL_CTS_REQUEST_TREE has no exception.

Method FILL_REQUEST_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEMS Call by reference Type reference (TYPE) TREEMLITAB Items 20000503
2 Importing IS_REQUEST Call by reference Type reference (TYPE) STRHI_REQUEST_WD Auftrag 20000503

Method FILL_REQUEST_NODE on class CL_CTS_REQUEST_TREE has no exception.

Method FILL_SEQUENCE_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SORT Call by reference Type reference (TYPE) SREQS_SORTSEQ Sortierkriterien 20000426
2 Importing I_HANDLE Call by reference Type reference (TYPE) SREQS_NODE_TYPE . 20000426
3 Importing I_INDEX Call by reference Type reference (TYPE) STRHI_HIERARCHY_LEVELS-SRCSYSTEM Index 20000426

Method FILL_SEQUENCE_HANDLE on class CL_CTS_REQUEST_TREE has no exception.

Method FILL_SORT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_REQ_SORT Call by reference Type reference (TYPE) SREQS_REQ_SORT Sortierkriterien 20000426
2 Importing I_INDEX Call by reference Type reference (TYPE) STRHI_HIERARCHY_LEVELS-SRCSYSTEM Index 20000426
3 Importing I_VALUE Call by reference Type reference (TYPE) C Wert 20000426

Method FILL_SORT_FIELD on class CL_CTS_REQUEST_TREE has no exception.

Method GET_ACTIVITY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACTIVITY_TEXT Call by reference Type reference (TYPE) CUS_IMGACT-TEXT Erläuternder Text 20000502
2 Importing I_ACTIVITY Call by reference Type reference (TYPE) TRACTIVITY Aktivität, mit der Eintrag in Objektliste geschrieben wurde 20000502

Method GET_ACTIVITY_TEXT on class CL_CTS_REQUEST_TREE has no exception.

Method GET_LAYOUT Signature

Method GET_LAYOUT on class CL_CTS_REQUEST_TREE has no parameter.
Method GET_LAYOUT on class CL_CTS_REQUEST_TREE has no exception.

Method GET_NEXT_NODE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NODE_KEY Value transfer Type reference (TYPE) SEU_ID Knotenschlüssel 20000509

Method GET_NEXT_NODE_KEY on class CL_CTS_REQUEST_TREE has no exception.

Method GET_OBJECT_CONTEXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE Call by reference Type reference (TYPE) TRTREENODE Knoten 20000522
2 Importing I_MENU Value transfer Object reference (TYPE REF TO) CL_CTMENU Context Menu 20000517
3 Importing I_REQUEST_OWNER Call by reference Type reference (TYPE) TR_AS4USER Inhaber eines Auftrags oder einer Aufgabe 20001129
4 Importing I_REQUEST_STATUS Call by reference Type reference (TYPE) TRSTATUS Status des Auftrags 20001129
5 Importing I_REQUEST_TYPE Call by reference Type reference (TYPE) TRFUNCTION Typ des Auftrags/Aufgabe 20001129

Method GET_OBJECT_CONTEXT_MENU on class CL_CTS_REQUEST_TREE has no exception.

Method GET_REQUEST_TYPE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT_LONG Call by reference Type reference (TYPE) C Text lang 20000426
2 Exporting E_TEXT_SHORT Call by reference Type reference (TYPE) C Text kurz 20000426
3 Importing I_TYPE Call by reference Type reference (TYPE) TRFUNCTION Type 20000426

Method GET_REQUEST_TYPE_TEXT on class CL_CTS_REQUEST_TREE has no exception.

Method GET_TOP_NODE Signature

Method GET_TOP_NODE on class CL_CTS_REQUEST_TREE has no parameter.
Method GET_TOP_NODE on class CL_CTS_REQUEST_TREE has no exception.

Method GET_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CTS_REQUEST_TREE Call by reference Object reference (TYPE REF TO) IF_CTS_REQUEST_TREE Auftragshierarchie 20000522
2 Importing I_CTS_OBJECT_STATE Call by reference Object reference (TYPE REF TO) CL_CTS_OBJECT_STATE Zustand Auftrag 20000522
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler 20000522

Method HANDLE_CONFIGURATION_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NEW_CONFIGURATION Call by reference Type reference (TYPE) 20000913
2 Importing P_OLD_CONFIGURATION Call by reference Type reference (TYPE) 20000913

Method HANDLE_CONFIGURATION_CHANGED on class CL_CTS_REQUEST_TREE has no exception.

Method HANDLE_CONTEXT_MENU_REQUEST Signature

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

Method HANDLE_CONTEXT_MENU_REQUEST on class CL_CTS_REQUEST_TREE has no exception.

Method HANDLE_CONTEXT_MENU_SELECT Signature

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

Method HANDLE_CONTEXT_MENU_SELECT on class CL_CTS_REQUEST_TREE has no exception.

Method HANDLE_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) 20081007
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20081007

Method HANDLE_DRAG on class CL_CTS_REQUEST_TREE has no exception.

Method HANDLE_EXPAND_NO_CHILDREN 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) 20000504

Method HANDLE_EXPAND_NO_CHILDREN on class CL_CTS_REQUEST_TREE has no exception.

Method HANDLE_LOCAL_REFRESH Signature

Method HANDLE_LOCAL_REFRESH on class CL_CTS_REQUEST_TREE has no parameter.
Method HANDLE_LOCAL_REFRESH on class CL_CTS_REQUEST_TREE has no exception.

Method HANDLE_NODE_DOUBLE_CLICK 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) 20000504

Method HANDLE_NODE_DOUBLE_CLICK on class CL_CTS_REQUEST_TREE has no exception.

Method HANDLE_OBJECT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_OBJECT_NAME Call by reference Type reference (TYPE) 20000613
2 Importing P_OBJECT_TYPE Call by reference Type reference (TYPE) 20000613

Method HANDLE_OBJECT_CHANGED on class CL_CTS_REQUEST_TREE has no exception.

Method HANDLE_OBJECT_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_OBJECT_NAME Call by reference Type reference (TYPE) 20000613
2 Importing P_OBJECT_TYPE Call by reference Type reference (TYPE) 20000613

Method HANDLE_OBJECT_DELETED on class CL_CTS_REQUEST_TREE has no exception.

Method HANDLE_REFRESH Signature

Method HANDLE_REFRESH on class CL_CTS_REQUEST_TREE has no parameter.
Method HANDLE_REFRESH on class CL_CTS_REQUEST_TREE has no exception.

Method INSERT_ATTR_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ATTRIBUTES Call by reference Type reference (TYPE) TRWBO_T_E070A Attribute 20000503
2 Importing I_FATHER_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Vaterknotens 20000503

Method INSERT_ATTR_LIST on class CL_CTS_REQUEST_TREE has no exception.

Method INSERT_ATTR_LIST_WITH_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REQUEST Call by reference Type reference (TYPE) STRHI_REQUEST_WD Auftrag/Aufgabe 20000503
2 Importing I_FATHER_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Vaterknotens 20000503

Method INSERT_ATTR_LIST_WITH_HEADER on class CL_CTS_REQUEST_TREE has no exception.

Method INSERT_CATEGORY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Knotens 20000502
2 Importing I_AUTHORS Call by reference Type reference (TYPE) SREQS_AUTHORS . 20000427
3 Importing I_FATHER_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Vaterknotens 20000502
4 Importing I_SORT Call by reference Type reference (TYPE) SREQS_SORTSEQ . 20000427
5 Importing I_SORTSEQHANDLE Call by reference Type reference (TYPE) SREQS_SORTSEQ-FIRST . 20000427
6 Importing I_SORTTEXT Call by reference Type reference (TYPE) SREQS_REQ_SORT-SORT1 . 20000427
7 Importing I_STATUS4COLOR Call by reference Type reference (TYPE) TRSTATUS . 20000427

Method INSERT_CATEGORY_NODE on class CL_CTS_REQUEST_TREE has no exception.

Method INSERT_DANGLING_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DANGLING_REQUESTS Call by reference Type reference (TYPE) STRHI_REQUESTS_WD Aufgaben, deren Auftrag nicht angezeigt wird 20000503
2 Importing I_FATHER_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Vaterknotens 20000502
3 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20000427

Method INSERT_DANGLING_TASKS on class CL_CTS_REQUEST_TREE has no exception.

Method INSERT_KEY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECT Call by reference Type reference (TYPE) E071 Objekt 20000503
2 Importing IT_KEYS Call by reference Type reference (TYPE) TR_KEYS Objektschlüssel 20000503
3 Importing I_FATHER_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Vaterknotens 20000503

Method INSERT_KEY_LIST on class CL_CTS_REQUEST_TREE has no exception.

Method INSERT_OBJECT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEYS Value transfer Type reference (TYPE) TR_KEYS Objektschlüssel 20000503
2 Importing IT_OBJECTS Value transfer Type reference (TYPE) TR_OBJECTS Objekte 20000503
3 Importing I_FATHER_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Vaterknotens 20000503
4 Importing I_WITH_KEYS Call by reference Type reference (TYPE) TRBOOLEAN ' ' Mit Schlüssel 20000503

Method INSERT_OBJECT_LIST on class CL_CTS_REQUEST_TREE has no exception.

Method INSERT_OBJECT_LIST_WITH_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REQUEST Call by reference Type reference (TYPE) STRHI_REQUEST_WD Auftrag/Aufgabe 20000503
2 Importing I_FATHER_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Vaterknotens 20000503

Method INSERT_OBJECT_LIST_WITH_HEADER on class CL_CTS_REQUEST_TREE has no exception.

Method INSERT_REQUEST_AND_DEPENDANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DANGLING_REQUESTS Call by reference Type reference (TYPE) STRHI_REQUESTS_WD Aufgaben, deren Auftrag nicht angezeigt wird 20000503
2 Importing I_FATHER_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Vaterknotens 20000502
3 Importing I_TRFUNCTION Call by reference Type reference (TYPE) TRFUNCTION Typ des Auftrags/Aufgabe 20000427
4 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20000427

Method INSERT_REQUEST_AND_DEPENDANTS on class CL_CTS_REQUEST_TREE has no exception.

Method INSERT_REQUEST_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FATHER_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Vaterknotens 20000502
2 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20000427

Method INSERT_REQUEST_NODE on class CL_CTS_REQUEST_TREE has no exception.

Method INSERT_ROOT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Knotens 20000516

Method INSERT_ROOT_NODE on class CL_CTS_REQUEST_TREE has no exception.

Method INSERT_UNASSIGNED_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FATHER_NODE_KEY Call by reference Type reference (TYPE) SEU_ID Schlüssel des Vaterknotens 20000502
2 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20000427

Method INSERT_UNASSIGNED_TASKS on class CL_CTS_REQUEST_TREE has no exception.

Method READ_MISSING_ATTRIBUTE_INFO Signature

Method READ_MISSING_ATTRIBUTE_INFO on class CL_CTS_REQUEST_TREE has no parameter.
Method READ_MISSING_ATTRIBUTE_INFO on class CL_CTS_REQUEST_TREE has no exception.

Method READ_MISSING_CLIENTS Signature

Method READ_MISSING_CLIENTS on class CL_CTS_REQUEST_TREE has no parameter.
Method READ_MISSING_CLIENTS on class CL_CTS_REQUEST_TREE has no exception.

Method READ_MISSING_OBJECT_INFO Signature

Method READ_MISSING_OBJECT_INFO on class CL_CTS_REQUEST_TREE has no parameter.
Method READ_MISSING_OBJECT_INFO on class CL_CTS_REQUEST_TREE has no exception.

Method READ_MISSING_RELOC_INFO Signature

Method READ_MISSING_RELOC_INFO on class CL_CTS_REQUEST_TREE has no parameter.
Method READ_MISSING_RELOC_INFO on class CL_CTS_REQUEST_TREE has no exception.

Method READ_MISSING_TEXTS Signature

Method READ_MISSING_TEXTS on class CL_CTS_REQUEST_TREE has no parameter.
Method READ_MISSING_TEXTS on class CL_CTS_REQUEST_TREE has no exception.

Method READ_OBJECT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEYS Call by reference Type reference (TYPE) TR_KEYS Tabellenschlüssel 20000511
2 Exporting ET_OBJECTS Call by reference Type reference (TYPE) TR_OBJECTS Objekte 20000511
3 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20000510

Method READ_OBJECT_LIST on class CL_CTS_REQUEST_TREE has no exception.

Method READ_USER_CUSTOMIZING Signature

Method READ_USER_CUSTOMIZING on class CL_CTS_REQUEST_TREE has no parameter.
Method READ_USER_CUSTOMIZING on class CL_CTS_REQUEST_TREE has no exception.

Method REREAD_REQUEST_OF_REQ_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20000614

Method REREAD_REQUEST_OF_REQ_LIST on class CL_CTS_REQUEST_TREE has no exception.

Method SELECT_REQUESTS_FROM_DB Signature

Method SELECT_REQUESTS_FROM_DB on class CL_CTS_REQUEST_TREE has no parameter.
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler (siehe Fehlermeldung) 20000417

Method SET_LAYOUT Signature

Method SET_LAYOUT on class CL_CTS_REQUEST_TREE has no parameter.
Method SET_LAYOUT on class CL_CTS_REQUEST_TREE has no exception.

Method SET_TOP_NODE Signature

Method SET_TOP_NODE on class CL_CTS_REQUEST_TREE has no parameter.
Method SET_TOP_NODE on class CL_CTS_REQUEST_TREE has no exception.

Method USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOCAL_REFRESH Call by reference Type reference (TYPE) TRBOOLEAN Lokales Refresh ist notwendig (ohne Nachlesen) 20000516
2 Exporting E_REFRESH Call by reference Type reference (TYPE) TRBOOLEAN Refresh ist notwendig 20000516
3 Importing I_COMMAND Call by reference Type reference (TYPE) SY-UCOMM Kommando 20000505
4 Importing I_NODE_TYPE Call by reference Type reference (TYPE) SREQS_NODE_TYPE Knotentyp 20000505
5 Importing I_OBJECT Call by reference Type reference (TYPE) STRING Objekt 20000505

Method USER_COMMAND on class CL_CTS_REQUEST_TREE has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 50A