Hierarchy

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_AKB_INTERFACE_BROWSER | Hierarchy Display of All Interface Objects | 20040227 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_AKB_INTERFACE_NAVIGATOR | 20040227 |
Properties
Class | CL_AKB_INTERFACE_VIS | |
Short Description | Interface Visualization | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | PAK | |
Program status | ||
Category | 0 | |
Package | SPAK_AKB | Downward Compatible Development |
Created | 20040227 | SAP |
Last change | 20040930 | 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) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_AKB_INTERFACE_VIS has no interface implemented.
Friends
Class CL_AKB_INTERFACE_VIS has no friend class.
Attributes
Methods
Events
Class CL_AKB_INTERFACE_VIS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | INDEX_T | Protected | See coding | Entry in Index Table | 20040227 | BEGIN OF index_t,
key TYPE lvc_nkey,
id TYPE i,
parentid type i,
is_client TYPE flag,
END OF index_t
|
|
2 | KEY_INDEX_T | Protected | See coding | 20040227 | key_index_t TYPE HASHED TABLE OF index_t WITH UNIQUE KEY KEY
|
||
3 | LIST_TYPE | Protected | See coding | 20040227 | LIST_TYPE type table of akb_env3
|
||
4 | NODE_TABLE | Protected | See coding | 20040227 | NODE_TABLE TYPE SORTED TABLE OF usg_ext WITH NON-UNIQUE KEY obj_type
|
||
5 | USG_EXT | Protected | See coding | 20040227 | BEGIN OF usg_ext,
obj_type TYPE trobjtype,
obj_name TYPE sobj_name,
sub_type TYPE trobjtype,
sub_name TYPE seocpdlong,
id TYPE i,
used_by_appl TYPE flag,
inheritance TYPE flag,
END OF usg_ext
|
Method Signatures
Method ADD_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXPAND | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20040513 | ||
2 | ![]() |
ID | Call by reference | Type reference (TYPE) | I | 20040227 | |||
3 | ![]() |
PARENT_ID | Call by reference | Type reference (TYPE) | INT4 | allgemeines flag | 20040227 | ||
4 | ![]() |
PARENT_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV-Tree-Control: Node-key | 20040227 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040227 |
Method ADD_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARENT_ID | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20040227 | ||
2 | ![]() |
PARENT_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV-Tree-Control: Node-key | 20040227 | ||
3 | ![]() |
SUCCESSORS | Call by reference | Type reference (TYPE) | AKB_ID_LIST | Id-Liste | 20040227 |
Method ADD_NODES on class CL_AKB_INTERFACE_VIS has no exception.
Method AKH_MODE_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AKH_MODE | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20040514 |
Method AKH_MODE_ACTIVE on class CL_AKB_INTERFACE_VIS has no exception.
Method CHANGE_ALVTREE_TOOLBAR Signature
Method CHANGE_ALVTREE_TOOLBAR on class CL_AKB_INTERFACE_VIS has no parameter.
Method CHANGE_ALVTREE_TOOLBAR on class CL_AKB_INTERFACE_VIS has no exception.
Method CHANGE_COMP_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANGED | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20040513 | ||
2 | ![]() |
COMP | Call by reference | Type reference (TYPE) | AKB_COMP_STATE | Kompatibilitätsstatus | 20040513 | ||
3 | ![]() |
ID | Call by reference | Type reference (TYPE) | INT4 | Paket Schnittstellen | 20040513 |
Method CHANGE_COMP_STATE on class CL_AKB_INTERFACE_VIS has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_AKB_INTERFACE_VIS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AKB_INTERFACE_VIS has no exception.
Method COMP_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20040227 |
Method COMP_CHECK on class CL_AKB_INTERFACE_VIS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AKH_MODE | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20040430 | |
2 | ![]() |
ALLOW_RFC | Call by reference | Type reference (TYPE) | FLAG | 'X' | Infos für Anwendungsobjekte per RFC besorgen | 20040227 | |
3 | ![]() |
CHANGABLE | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20040227 | |
4 | ![]() |
CLIENT_FOLDER | Call by reference | Type reference (TYPE) | FLAG | 'X' | Client Folder anzeigen | 20040712 | |
5 | ![]() |
CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20040227 | ||
6 | ![]() |
INTERFACE | Call by reference | Object reference (TYPE REF TO) | IF_AKB_INTERFACE_QUERY | Datenzugriff für Baumanzeige | 20040227 | ||
7 | ![]() |
NO_HTML_HEADER | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20040305 | |
8 | ![]() |
SERVER_FOLDER | Call by reference | Type reference (TYPE) | FLAG | 'X' | Server Folder anzeigen | 20040712 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040227 | ||
2 | ![]() |
20040315 |
Method EXCLUDE_TB_FUNCTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PT_EXCLUDE | Call by reference | Type reference (TYPE) | UI_FUNCTIONS | 20040227 |
Method EXCLUDE_TB_FUNCTIONS on class CL_AKB_INTERFACE_VIS has no exception.
Method FREE Signature
Method FREE on class CL_AKB_INTERFACE_VIS has no parameter.
Method FREE on class CL_AKB_INTERFACE_VIS has no exception.
Method GET_ALVTREE_ICON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMP | Call by reference | Type reference (TYPE) | AKB_COMP_STATE | Kompatibilitätsstatus | 20040227 | ||
2 | ![]() |
ICON | Value transfer | Type reference (TYPE) | TV_IMAGE | Tree Control: Ikone / Bild | 20040227 |
Method GET_ALVTREE_ICON on class CL_AKB_INTERFACE_VIS has no exception.
Method GET_INTERFACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AKH_MODE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20040812 | ||
2 | ![]() |
ALLOW_RFC | Call by reference | Type reference (TYPE) | FLAG | Infos für Anwendungsobjekte per RFC besorgen | 20040812 | ||
3 | ![]() |
CHANGABLE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20040812 | ||
4 | ![]() |
CLIENT_FOLDER | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20040812 | ||
5 | ![]() |
INTERFACE | Call by reference | Object reference (TYPE REF TO) | IF_AKB_INTERFACE_QUERY | Datenzugriff für Baumanzeige | 20040812 | ||
6 | ![]() |
SERVER_FOLDER | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20040812 |
Method GET_INTERFACE on class CL_AKB_INTERFACE_VIS has no exception.
Method HANDLE_EXPAND_NC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20040227 |
Method HANDLE_EXPAND_NC on class CL_AKB_INTERFACE_VIS has no exception.
Method HANDLE_ITEM_CM_REQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIELDNAME | Value transfer | Attribute reference (LIKE) | 20040227 | ||||
2 | ![]() |
MENU | Value transfer | Attribute reference (LIKE) | 20040227 | ||||
3 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20040227 |
Method HANDLE_ITEM_CM_REQ on class CL_AKB_INTERFACE_VIS has no exception.
Method HANDLE_ITEM_CM_SEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | 20040227 | ||||
2 | ![]() |
FIELDNAME | Value transfer | Attribute reference (LIKE) | 20040227 | ||||
3 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20040227 |
Method HANDLE_ITEM_CM_SEL on class CL_AKB_INTERFACE_VIS has no exception.
Method HANDLE_ITEM_DOUBLE_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIELDNAME | Value transfer | Attribute reference (LIKE) | 20040227 | ||||
2 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20040227 |
Method HANDLE_ITEM_DOUBLE_CLICK on class CL_AKB_INTERFACE_VIS has no exception.
Method HANDLE_NODE_CM_REQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MENU | Value transfer | Attribute reference (LIKE) | 20040227 | ||||
2 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20040227 |
Method HANDLE_NODE_CM_REQ on class CL_AKB_INTERFACE_VIS has no exception.
Method HANDLE_NODE_CM_SEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | 20040227 | ||||
2 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20040227 |
Method HANDLE_NODE_CM_SEL on class CL_AKB_INTERFACE_VIS 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) | 20040227 |
Method HANDLE_NODE_DOUBLE_CLICK on class CL_AKB_INTERFACE_VIS has no exception.
Method HANDLE_ON_DROPDOWN_CLICKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | 20040227 | ||||
2 | ![]() |
POSX | Value transfer | Attribute reference (LIKE) | 20040227 | ||||
3 | ![]() |
POSY | Value transfer | Attribute reference (LIKE) | 20040227 |
Method HANDLE_ON_DROPDOWN_CLICKED on class CL_AKB_INTERFACE_VIS has no exception.
Method HANDLE_ON_FUNCTION_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | 20040227 |
Method HANDLE_ON_FUNCTION_SELECTED on class CL_AKB_INTERFACE_VIS has no exception.
Method HIER_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_HIERARCHY_HEADER | Call by reference | Type reference (TYPE) | TREEV_HHDR | 20040227 |
Method HIER_HEADER on class CL_AKB_INTERFACE_VIS has no exception.
Method REGISTER_ALVTREE_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTIVATION | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | 20040227 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040227 |
Method SET_INTERFACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AKH_MODE | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20040430 | |
2 | ![]() |
ALLOW_RFC | Call by reference | Type reference (TYPE) | FLAG | 'X' | Infos für Anwendungsobjekte per RFC besorgen | 20040430 | |
3 | ![]() |
CHANGABLE | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20040430 | |
4 | ![]() |
CLIENT_FOLDER | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20040712 | |
5 | ![]() |
INTERFACE | Call by reference | Object reference (TYPE REF TO) | IF_AKB_INTERFACE_QUERY | Datenzugriff für Baumanzeige | 20040430 | ||
6 | ![]() |
PARAMETERS_CHANGED | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20040430 | ||
7 | ![]() |
SERVER_FOLDER | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20040712 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040430 |
Method SHOW_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NEW_WINDOW | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20040227 | |
2 | ![]() |
NODE | Call by reference | Type reference (TYPE) | INDEX_T | 20040227 |
Method SHOW_OBJECT on class CL_AKB_INTERFACE_VIS has no exception.
History
Last changed by/on | SAP | 20040930 |
SAP Release Created in | 700 |