SAP ABAP Class IF_CTS_REQUEST_TREE (Request Hierarchy)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CTS_REQUEST_TREE | Request Tree | 20000511 |
Properties
| Class | IF_CTS_REQUEST_TREE | |
| Short Description | Request Hierarchy | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20000511 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_CTS_REQUEST_TREE has no interface implemented.
Friends
Class IF_CTS_REQUEST_TREE has no friend class.
Attributes
Class IF_CTS_REQUEST_TREE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Destructor | 20000712 | |
| 2 | Instance method | Public | Method | Display Requests in Hierarchy | 20000511 | |
| 3 | Instance method | Public | Method | Return Selection Parameters | 20000712 | |
| 4 | Instance method | Public | Method | Get Tree State | 20000522 | |
| 5 | Instance method | Public | Method | Refresh (with New Selection) | 20000914 | |
| 6 | Instance method | Public | Method | Save User Settings | 20000818 | |
| 7 | Instance method | Public | Method | Select Requests from Database | 20000511 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | EVT_CTMENU_REQUESTED | Instance Event (0) |
Public (2) |
Context Menu Requested | 20000522 |
| 2 | EVT_FUNCTION_REQUESTED | Instance Event (0) |
Public (2) |
Function Triggered by User | 20000522 |
| 3 | EVT_REFRESH | Instance Event (0) |
Public (2) |
Refresh Tree (New Selection) | 20000524 |
Types
Class IF_CTS_REQUEST_TREE has no local type.
Method Signatures
Method DESTRUCT Signature
Method DESTRUCT on class IF_CTS_REQUEST_TREE has no parameter.
Method DESTRUCT on class IF_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 | IT_SPECIAL_REQUESTS | Call by reference | Type reference (TYPE) | STRHI_SPECIAL_REQUESTS | Aufträge mit Sonderbehandlung | 20000511 | |||
| 2 | I_GUI_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container fuer GUI Controls | 20000511 | |||
| 3 | I_MARK_STANDARD_REQUESTS | Call by reference | Type reference (TYPE) | TRBOOLEAN | ' ' | Standardaufträge markieren | 20000511 | ||
| 4 | I_TREE_STATE | Call by reference | Object reference (TYPE REF TO) | CL_CTS_TREE_STATE | Baumzustand | 20000524 | |||
| 5 | 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 IF_CTS_REQUEST_TREE has no exception.
Method GET_SELECTION_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | TRWBO_SELECTIONS | Selektionsparameter | 20000712 | |||
| 2 | E_USERNAME | Call by reference | Type reference (TYPE) | TRUSER | Inhaber des Auftrags/Aufgabe | 20000712 |
Method GET_SELECTION_PARAMETERS on class IF_CTS_REQUEST_TREE has no exception.
Method GET_TREE_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT_STATE | Call by reference | Object reference (TYPE REF TO) | CL_CTS_OBJECT_STATE | Zustand Baum (Selektion) | 20000828 | |||
| 2 | E_TREE_STATE | Call by reference | Object reference (TYPE REF TO) | CL_CTS_TREE_STATE | Zustand Baum | 20000522 |
Method GET_TREE_STATE on class IF_CTS_REQUEST_TREE has no exception.
Method REFRESH Signature
Method REFRESH on class IF_CTS_REQUEST_TREE has no parameter.
Method REFRESH on class IF_CTS_REQUEST_TREE has no exception.
Method SAVE_SETTINGS Signature
Method SAVE_SETTINGS on class IF_CTS_REQUEST_TREE has no parameter.
Method SAVE_SETTINGS on class IF_CTS_REQUEST_TREE has no exception.
Method SELECT_REQUESTS_FROM_DB Signature
Method SELECT_REQUESTS_FROM_DB on class IF_CTS_REQUEST_TREE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler | 20000511 |
Event Signatures
Event EVT_CTMENU_REQUESTED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISABLE | Exporting | Value transfer | Type reference (TYPE) | UI_FUNCTIONS | Funktionscodestabelle | 20000522 | ||
| 2 | MENU | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_CTMENU | Context Menu | 20000522 | ||
| 3 | OBJNAME | Exporting | Value transfer | Type reference (TYPE) | C | Name des Objekts | 20000522 | ||
| 4 | OBJTYPE | Exporting | Value transfer | Type reference (TYPE) | TROBJTYPE | Objekttyp | 20000522 |
Event EVT_FUNCTION_REQUESTED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FUNCTION_CODE | Exporting | Value transfer | Type reference (TYPE) | SY-UCOMM | Function Code | 20000522 | ||
| 2 | OBJNAME | Exporting | Value transfer | Type reference (TYPE) | C | Name des Objekts | 20000522 | ||
| 3 | OBJTYPE | Exporting | Value transfer | Type reference (TYPE) | TROBJTYPE | Objekttyp | 20000522 |
Event EVT_REFRESH Signature
Event EVT_REFRESH on class IF_CTS_REQUEST_TREE has no parameter.
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in |