SAP ABAP Class CL_SEDI_NAV_TREE_SUPER (Type Hierarchy Navigation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ABA (Application Component) ABAP Editor
⤷
SEDI_EXT (Package) Protected Enhancements for Editor
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SEDI_ABS_NAV_TREE | Abstract Navigation Tree | 20110923 |
Properties
| Class | CL_SEDI_NAV_TREE_SUPER | |
| Short Description | Type Hierarchy Navigation | |
| Super Class | CL_SEDI_ABS_NAV_TREE | Abstract Navigation Tree |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEDI_EXT | Protected Enhancements for Editor |
| Created | 20110923 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class CL_SEDI_NAV_TREE_SUPER has no interface implemented.
Friends
Class CL_SEDI_NAV_TREE_SUPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TT_TOKEN_DEFINITION | 20110923 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20110923 | ||
| 2 | Instance method | Private | Method | 20110923 |
Events
Class CL_SEDI_NAV_TREE_SUPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CLIF_DEFINITION | Public | See coding | 20110923 | BEGIN OF ts_clif_definition,
str TYPE string,
type TYPE c LENGTH 1,
lvl TYPE int2,
parent TYPE string,
END OF ts_clif_definition
|
||
| 2 | TS_TOKEN_DEFINITION | Public | See coding | 20110923 | BEGIN OF ts_token_definition,
incl TYPE string,
def TYPE STANDARD TABLE OF ts_clif_definition WITH KEY str,
lvl TYPE SORTED TABLE OF ts_level WITH UNIQUE KEY lvl,
END OF ts_token_definition
|
||
| 3 | TT_TOKEN_DEFINITION | Public | See coding | 20110923 | tt_token_definition TYPE SORTED TABLE OF ts_token_definition WITH UNIQUE KEY incl
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 2 | I_CLIF_TYPE | Call by reference | Type reference (TYPE) | SEOCLSTYPE | 20110923 | ||||
| 3 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 4 | I_METHOD_NAME | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 5 | I_SOURCE | Call by reference | Type reference (TYPE) | SEDI_SOURCE | 20110923 | ||||
| 6 | I_UI_DEFAULT | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 7 | I_USE_WUL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 |
Method CONSTRUCTOR on class CL_SEDI_NAV_TREE_SUPER has no exception.
Method GET_TOKENS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TOKENS | Call by reference | Type reference (TYPE) | TS_TOKEN_DEFINITION | 20110923 | ||||
| 2 | I_MAINPROGRAM | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 3 | I_SOURCE | Call by reference | Type reference (TYPE) | SEDI_SOURCE | 20110923 |
Method GET_TOKENS on class CL_SEDI_NAV_TREE_SUPER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |