Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PB_PACK_TREE | Package Builder: Tree for Displaying Package Hierarchy | 20040318 |
Properties
| Class | CL_PB_PACK_TREE | |
| Short Description | Package Builder: Package Hierarchy Tree | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPAK_TOOL | Package Builder: Tools |
| Created | 20040318 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_PB_PACK_TREE | Package Builder: Tree for Displaying Package Hierarchy | 20040318 |
Friends
Class CL_PB_PACK_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20040319 | |||
| 2 | Constant | Private | Type reference (TYPE) | TV_ITMNAME | 'DESCRIPTION' | Tree Control: Column Name / Item Name | 20040318 | ||
| 3 | Constant | Private | Type reference (TYPE) | TV_ITMNAME | 'HIERARCHY' | Tree Control: Column Name / Item Name | 20040318 | ||
| 4 | Constant | Private | Type reference (TYPE) | TV_ITMNAME | 'PACK_CHECK' | Tree Control: Column Name / Item Name | 20040318 | ||
| 5 | Constant | Private | Type reference (TYPE) | INT4 | 100 | Natural Number | 20040318 | ||
| 6 | Constant | Private | Type reference (TYPE) | INT4 | 60 | Natural Number | 20040318 | ||
| 7 | Constant | Private | Type reference (TYPE) | INT4 | 20 | Natural Number | 20040318 | ||
| 8 | Constant | Private | Type reference (TYPE) | TV_IMAGE | '@02@' | Tree Control: Icon / Image | 20040318 | ||
| 9 | Constant | Private | Type reference (TYPE) | TV_IMAGE | '@01@' | Tree Control: Icon / Image | 20040318 | ||
| 10 | Constant | Private | Type reference (TYPE) | TV_IMAGE | '@QC@' | Tree Control: Icon / Image | 20040326 | ||
| 11 | Constant | Private | Type reference (TYPE) | TV_IMAGE | '@63@' | Tree Control: Icon / Image | 20040326 | ||
| 12 | Constant | Private | Type reference (TYPE) | I | 6 | Prefix Length | 20040318 | ||
| 13 | Constant | Private | Type reference (TYPE) | STRING | '#LOAD#' | Prefix for Reloadable Nodes | 20040318 | ||
| 14 | Constant | Private | Type reference (TYPE) | STRING | '#PACK#' | Prefix for Package Nodes in Tree | 20040318 | ||
| 15 | Constant | Private | Type reference (TYPE) | STRING | '#PINF#' | Prefix for Package Interface Nodes in Tree | 20040318 | ||
| 16 | Instance attribute | Private | Type reference (TYPE) | TT_INTF_SORTED | 20100718 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | TT_INTFTEXT_HASHED | 20100718 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | TT_PACKAGE_INFO | 20100718 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | TT_PACKAGE_INFO | 20100718 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | TT_TDEVCT_HASHED | 20100718 | ||||
| 21 | Instance attribute | Private | Type reference (TYPE) | DEVCLASS | Package | 20040319 | |||
| 22 | Instance attribute | Private | Type reference (TYPE) | TREEMNOTAB | Tree Model: Table of Node Keys | 20040318 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | TREEMCITAC | Column Tree Model: Table of Node Key Plus Item | 20040318 | |||
| 24 | Instance attribute | Private | Type reference (TYPE) | TM_NODEKEY | Column Tree Model: Selected Nodes | 20040319 | |||
| 25 | Instance attribute | Private | Type reference (TYPE) | TREEMCNOTA | Column Tree Model. Node Table | 20040318 | |||
| 26 | Instance attribute | Private | Type reference (TYPE) | DEVCLASS | Root Package of Package Hierarchy | 20100822 | |||
| 27 | Instance attribute | Private | Type reference (TYPE) | DEVCLASS | Direct Superpackage | 20100822 | |||
| 28 | Instance attribute | Public | Attribute reference (LIKE) | 20040318 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | NAVIGATE_TO_OBJECT | Instance Event (0) |
Public (2) |
20040319 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_INTFTEXT_HASHED | Private | See coding | 20100718 | tt_intftext_hashed TYPE HASHED TABLE OF intftext
WITH UNIQUE KEY intf_name
|
||
| 2 | TT_INTF_SORTED | Private | See coding | 20100718 | tt_intf_sorted TYPE SORTED TABLE OF intf
WITH NON-UNIQUE KEY pack_name
WITH UNIQUE SORTED KEY intf_name
COMPONENTS intf_name
|
||
| 3 | TT_INTF_UNSORTED | Private | See coding | 20100718 | tt_intf_unsorted TYPE STANDARD TABLE OF intf
|
||
| 4 | TT_PACKAGE_INFO | Private | See coding | 20100718 | tt_package_info TYPE SORTED TABLE OF ty_package_info
WITH UNIQUE KEY devclass
WITH NON-UNIQUE SORTED KEY parentcl
COMPONENTS parentcl
|
||
| 5 | TT_PACKAGE_INFO_US | Private | See coding | 20100718 | tt_package_info_us TYPE STANDARD TABLE OF ty_package_info
|
||
| 6 | TT_TDEVCT_HASHED | Private | See coding | 20100718 | tt_tdevct_hashed TYPE HASHED TABLE OF tdevct
WITH UNIQUE KEY devclass
|
||
| 7 | TY_PACKAGE_INFO | Private | See coding | 20100718 | BEGIN OF ty_package_info,
devclass TYPE devclass,
parentcl TYPE devclass,
srv_check TYPE srv_check,
END OF ty_package_info
|
Method Signatures
Method ADD_PACKAGE_INTERFACE_TO_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20100822 | |||
| 2 | PIF | Call by reference | Type reference (TYPE) | SCOMIFNAM | Paketschnittstelle | 20100822 |
Method ADD_PACKAGE_INTERFACE_TO_TREE on class CL_PB_PACK_TREE has no exception.
Method ADD_PACKAGE_TO_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPANDER | Call by reference | Type reference (TYPE) | AS4FLAG | SPACE | Flag (X oder Blank) | 20040318 | ||
| 2 | LOAD_PACKAGE_NODE | Call by reference | Type reference (TYPE) | FLAG | SPACE | allgemeines flag | 20040318 | ||
| 3 | PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20040318 | |||
| 4 | PACKAGE_CHECK | Call by reference | Type reference (TYPE) | SRV_CHECK | Kennzeichen für Paketprüfung als Server | 20040318 | |||
| 5 | PACKAGE_PARENT | Call by reference | Type reference (TYPE) | PARENTCL | Vorgängerpaket | 20040318 |
Method ADD_PACKAGE_TO_TREE on class CL_PB_PACK_TREE has no exception.
Method BUILD_PACKAGE_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20040318 | |||
| 2 | PACKAGE_CHECK | Call by reference | Type reference (TYPE) | SRV_CHECK | Kennzeichen für Paketprüfung als Server | 20040318 | |||
| 3 | PACKAGE_PARENT | Call by reference | Type reference (TYPE) | PARENTCL | Vorgängerpaket | 20040318 |
Method BUILD_PACKAGE_HIERARCHY on class CL_PB_PACK_TREE has no exception.
Method BUILD_PACKAGE_PARENT_HIERARCHY Signature
Method BUILD_PACKAGE_PARENT_HIERARCHY on class CL_PB_PACK_TREE has no parameter.
Method BUILD_PACKAGE_PARENT_HIERARCHY on class CL_PB_PACK_TREE has no exception.
Method CHECK_PACKAGE_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PACKAGE_NAME | Call by reference | Type reference (TYPE) | DEVCLASS | 20120927 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120927 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20040318 | |||
| 2 | PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | 20040318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120927 |
Method GET_INITIAL_PACKAGE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20100718 |
Method GET_INITIAL_PACKAGE_DATA on class CL_PB_PACK_TREE has no exception.
Method GET_NODEKEY_FROM_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODEKEY | Value transfer | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20040318 | |||
| 2 | PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20040318 |
Method GET_NODEKEY_FROM_PACKAGE on class CL_PB_PACK_TREE has no exception.
Method GET_NODEKEY_FROM_PACK_INTF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODEKEY | Value transfer | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20100822 | |||
| 2 | PIF | Call by reference | Type reference (TYPE) | SCOMIFNAM | Paketschnittstelle | 20100822 |
Method GET_NODEKEY_FROM_PACK_INTF on class CL_PB_PACK_TREE has no exception.
Method GET_PACKAGE_FROM_NODEKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODEKEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20040318 | |||
| 2 | PACKAGE | Value transfer | Type reference (TYPE) | DEVCLASS | Paket | 20040318 |
Method GET_PACKAGE_FROM_NODEKEY on class CL_PB_PACK_TREE has no exception.
Method GET_PACKAGE_INTERFACES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INTF | Call by reference | Type reference (TYPE) | TT_INTF_UNSORTED | 20100718 | ||||
| 2 | PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20100718 |
Method GET_PACKAGE_INTERFACES on class CL_PB_PACK_TREE has no exception.
Method GET_PACK_INTF_FROM_NODEKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODEKEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20100822 | |||
| 2 | PIF | Value transfer | Type reference (TYPE) | SCOMIFNAM | Paketschnittstelle | 20100822 |
Method GET_PACK_INTF_FROM_NODEKEY on class CL_PB_PACK_TREE has no exception.
Method GET_PARENT_FROM_LOAD_NODEKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODEKEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20100822 | |||
| 2 | PACKAGE_PARENT | Value transfer | Type reference (TYPE) | PARENTCL | Vorgängerpaket | 20100822 |
Method GET_PARENT_FROM_LOAD_NODEKEY on class CL_PB_PACK_TREE has no exception.
Method GET_SUBPACKAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PACKAGE_INFO | Call by reference | Type reference (TYPE) | TT_PACKAGE_INFO_US | 20100718 | ||||
| 2 | PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20100718 |
Method GET_SUBPACKAGES on class CL_PB_PACK_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 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20040318 |
Method HANDLE_EXPAND_NO_CHILDREN on class CL_PB_PACK_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 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20040319 |
Method HANDLE_NODE_DOUBLE_CLICK on class CL_PB_PACK_TREE has no exception.
Method INITIALIZE_TREE Signature
Method INITIALIZE_TREE on class CL_PB_PACK_TREE has no parameter.
Method INITIALIZE_TREE on class CL_PB_PACK_TREE has no exception.
Method LOAD_SUBPACKAGE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SUBPACKAGES | Call by reference | Type reference (TYPE) | TT_PACKAGE_INFO_US | 20100718 | ||||
| 2 | PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20100718 |
Method LOAD_SUBPACKAGE_DATA on class CL_PB_PACK_TREE has no exception.
Method REFRESH Signature
Method REFRESH on class CL_PB_PACK_TREE has no parameter.
Method REFRESH on class CL_PB_PACK_TREE has no exception.
Method RESTORE_STATE Signature
Method RESTORE_STATE on class CL_PB_PACK_TREE has no parameter.
Method RESTORE_STATE on class CL_PB_PACK_TREE has no exception.
Method SET_PACKAGE Signature
Method SET_PACKAGE on class CL_PB_PACK_TREE has no parameter.
Method SET_PACKAGE on class CL_PB_PACK_TREE has no exception.
Method STORE_STATE Signature
Method STORE_STATE on class CL_PB_PACK_TREE has no parameter.
Method STORE_STATE on class CL_PB_PACK_TREE has no exception.
Event Signatures
Event NAVIGATE_TO_OBJECT Signature
Event NAVIGATE_TO_OBJECT on class CL_PB_PACK_TREE has no parameter.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |