Hierarchy
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SEDI_NAV_TREE_SUB | OO Navigation for Methods | 20110923 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SEDI_NAV_TREE_SUPER | Type Hierarchy Navigation | 20110923 |
Properties
| Class | CL_SEDI_ABS_NAV_TREE | |
| Short Description | Abstract Navigation Tree | |
| Super Class | ||
| 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SEDI_ABS_NAV_TREE has no interface implemented.
Friends
Class CL_SEDI_ABS_NAV_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | SEOCLSTYPE | 20110923 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TV_NODEKEY | 20110923 | ||||
| 4 | Constant | Private | See coding | `)` | 20110923 | ||||
| 5 | Constant | Private | See coding | ` (` | 20110923 | ||||
| 6 | Constant | Private | Type reference (TYPE) | TROBJTYPE | 'FUGR' | 20110923 | |||
| 7 | Constant | Protected | Type reference (TYPE) | I | 4 | 20110923 | |||
| 8 | Constant | Private | Type reference (TYPE) | TROBJTYPE | 'PROG' | 20110923 | |||
| 9 | Constant | Protected | Type reference (TYPE) | PGMID | 'R3TR' | 20110923 | |||
| 10 | Constant | Protected | Type reference (TYPE) | TROBJTYPE | 'REPS' | 20110923 | |||
| 11 | Constant | Public | Type reference (TYPE) | TV_NODEKEY | ' 1' | 20110923 | |||
| 12 | Constant | Protected | Type reference (TYPE) | SEU_OBJ | 'CLAS' | 20110923 | |||
| 13 | Constant | Protected | Type reference (TYPE) | SEU_OBJ | 'INTF' | 20110923 | |||
| 14 | Constant | Protected | See coding | `C` | 20110923 | ||||
| 15 | Constant | Protected | See coding | `T` | 20110923 | ||||
| 16 | Constant | Protected | See coding | `I` | 20110923 | ||||
| 17 | Constant | Protected | See coding | `M` | 20110923 | ||||
| 18 | Constant | Private | Type reference (TYPE) | TIMESTAMPL | '00000000000000.15000000' | 20110923 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | INT2 | 20110923 | ||||
| 20 | Instance attribute | Protected | Type reference (TYPE) | TT_IMPLEMENTATION | 20110923 | ||||
| 21 | Instance attribute | Protected | Type reference (TYPE) | TT_INHERITATION | 20110923 | ||||
| 22 | Instance attribute | Public | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 23 | Instance attribute | Protected | Type reference (TYPE) | TT_INHERITATION | 20110923 | ||||
| 24 | Static Attribute | Protected | Type reference (TYPE) | IF_SEDI_KEYWORDS=>TT_KEYWORDS | 20110923 | ||||
| 25 | Static Attribute | Private | Type reference (TYPE) | IF_SEDI_KEYWORDS=>TT_KEYWORDS | 20110923 | ||||
| 26 | Instance attribute | Public | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 27 | Instance attribute | Private | Type reference (TYPE) | TT_MAINPROGRAM_BUFFER | 20110923 | ||||
| 28 | Instance attribute | Protected | Type reference (TYPE) | INT2 | 20110923 | ||||
| 29 | Instance attribute | Protected | Type reference (TYPE) | TT_METADATA | 20110923 | ||||
| 30 | Instance attribute | Public | Type reference (TYPE) | STRING | 20110923 | ||||
| 31 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMPL | 20110923 | ||||
| 32 | Instance attribute | Private | Type reference (TYPE) | SEDI_SOURCE | 20110923 | ||||
| 33 | Instance attribute | Private | Type reference (TYPE) | TT_TOKEN_BUFFER_IMPL | 20110923 | ||||
| 34 | Instance attribute | Private | Type reference (TYPE) | TT_TOKEN_BUFFER_METH | 20110923 | ||||
| 35 | Instance attribute | Public | Type reference (TYPE) | TT_NODE | 20110923 | ||||
| 36 | Instance attribute | Private | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 37 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 38 | Instance attribute | Private | Type reference (TYPE) | TT_WUL_BUFFER | 20110923 |
Methods
Events
Class CL_SEDI_ABS_NAV_TREE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_IMPLEMENTATION | Protected | See coding | 20110923 | BEGIN OF ts_implementation,
class TYPE seoclsname,
mainprogram TYPE syrepid,
include TYPE syrepid,
END OF ts_implementation
|
||
| 2 | TS_INHERITANCE | Protected | See coding | 20110923 | BEGIN OF ts_inheritance,
clif TYPE string,
prnt TYPE string,
END OF ts_inheritance
|
||
| 3 | TS_INHERITATION | Protected | See coding | 20110923 | BEGIN OF ts_inheritation,
clif TYPE seoclsname,
clif_mainprogram TYPE syrepid,
parent TYPE seoclsname,
parent_mainprogram TYPE syrepid,
END OF ts_inheritation
|
||
| 4 | TS_LEVEL | Protected | See coding | 20110923 | BEGIN OF ts_level,
lvl TYPE int2,
incl TYPE string,
END OF ts_level
|
||
| 5 | TS_MAINPROGRAM_BUFFER | Private | See coding | 20110923 | BEGIN OF ts_mainprogram_buffer,
include TYPE syrepid,
programs TYPE tt_includes,
END OF ts_mainprogram_buffer
|
||
| 6 | TS_METADATA | Public | See coding | 20110923 | BEGIN OF ts_metadata,
clif TYPE seoclsname,
type TYPE seoclstype,
mainprogram TYPE syrepid,
impl_include TYPE syrepid,
devclass TYPE devclass,
text TYPE lvc_value,
multi_used TYPE abap_bool,
END OF ts_metadata
|
||
| 7 | TS_NODE | Public | See coding | 20110923 | BEGIN OF ts_node.
INCLUDE TYPE treev_node.
TYPES: text TYPE lvc_value,
clif_name TYPE seoclsname,
clif_type TYPE seoclstype,
devclass TYPE devclass,
mainprogram TYPE include,
is_super TYPE abap_bool,
to_definition TYPE abap_bool,
END OF ts_node
|
||
| 8 | TS_TOKEN_BUFFER_IMPL | Protected | See coding | 20110923 | BEGIN OF ts_token_buffer_impl,
incl TYPE string,
tki TYPE STANDARD TABLE OF ts_token_impl WITH KEY str,
tki_filled TYPE abap_bool,
inh TYPE STANDARD TABLE OF ts_inheritance WITH KEY clif,
inh_filled TYPE abap_bool,
END OF ts_token_buffer_impl
|
||
| 9 | TS_TOKEN_BUFFER_METH | Protected | See coding | 20110923 | BEGIN OF ts_token_buffer_meth,
incl TYPE string,
tkm TYPE STANDARD TABLE OF ts_token_meth WITH KEY str,
lvl TYPE SORTED TABLE OF ts_level WITH UNIQUE KEY lvl,
END OF ts_token_buffer_meth
|
||
| 10 | TS_TOKEN_IMPL | Protected | See coding | 20110923 | BEGIN OF ts_token_impl,
str TYPE string,
type TYPE c LENGTH 1,
final TYPE abap_bool,
END OF ts_token_impl
|
||
| 11 | TS_TOKEN_METH | Protected | See coding | 20110923 | BEGIN OF ts_token_meth,
str TYPE string,
type TYPE c LENGTH 1,
row TYPE i,
col TYPE int2,
lvl TYPE int2,
END OF ts_token_meth
|
||
| 12 | TS_WUL_BUFFER | Private | See coding | 20110923 | BEGIN OF ts_wul_buffer,
clif_name TYPE string,
include TYPE string,
includes TYPE tt_includes,
END OF ts_wul_buffer
|
||
| 13 | TT_IMPLEMENTATION | Protected | See coding | 20110923 | tt_implementation TYPE SORTED TABLE OF ts_implementation WITH UNIQUE KEY class mainprogram INITIAL SIZE 1
|
||
| 14 | TT_INCLUDES | Protected | See coding | 20110923 | tt_includes TYPE STANDARD TABLE OF string WITH DEFAULT KEY
|
||
| 15 | TT_INHERITATION | Protected | See coding | 20110923 | tt_inheritation TYPE STANDARD TABLE OF ts_inheritation WITH KEY parent parent_mainprogram INITIAL SIZE 1
|
||
| 16 | TT_MAINPROGRAMS | Protected | See coding | 20110923 | tt_mainprograms TYPE STANDARD TABLE OF syrepid WITH KEY table_line INITIAL SIZE 1
|
||
| 17 | TT_MAINPROGRAM_BUFFER | Private | See coding | 20110923 | tt_mainprogram_buffer TYPE SORTED TABLE OF ts_mainprogram_buffer WITH UNIQUE KEY include INITIAL SIZE 1
|
||
| 18 | TT_METADATA | Protected | See coding | 20110923 | tt_metadata TYPE SORTED TABLE OF ts_metadata WITH UNIQUE KEY clif mainprogram INITIAL SIZE 1
|
||
| 19 | TT_NODE | Public | See coding | 20110923 | tt_node TYPE STANDARD TABLE OF ts_node WITH KEY node_key
|
||
| 20 | TT_TOKEN_BUFFER_IMPL | Private | See coding | 20110923 | tt_token_buffer_impl TYPE SORTED TABLE OF ts_token_buffer_impl WITH UNIQUE KEY incl
|
||
| 21 | TT_TOKEN_BUFFER_METH | Private | See coding | 20110923 | tt_token_buffer_meth TYPE SORTED TABLE OF ts_token_buffer_meth WITH UNIQUE KEY incl
|
||
| 22 | TT_WUL_BUFFER | Private | See coding | 20110923 | tt_wul_buffer TYPE SORTED TABLE OF ts_wul_buffer WITH UNIQUE KEY clif_name include
|
Method Signatures
Method AFTER_WUL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ABORT_AT_FIRST_HIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 2 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 3 | I_CLIF_TYPE | Call by reference | Type reference (TYPE) | SEOCLSTYPE | 20110923 | ||||
| 4 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 5 | I_INCLUDES | Call by reference | Type reference (TYPE) | TT_INCLUDES | 20110923 |
Method AFTER_WUL on class CL_SEDI_ABS_NAV_TREE has no exception.
Method BEFORE_WUL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ABORT_AT_FIRST_HIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 2 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 3 | I_CLIF_TYPE | Call by reference | Type reference (TYPE) | SEOCLSTYPE | 20110923 | ||||
| 4 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 5 | R_ABORT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110923 |
Method BEFORE_WUL on class CL_SEDI_ABS_NAV_TREE has no exception.
Method BUILT_METADATA 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_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 3 | I_MAINPROGRAM | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 4 | I_NUMBER_OF_MAINPROGRAMS | Call by reference | Type reference (TYPE) | I | 20110923 |
Method BUILT_METADATA on class CL_SEDI_ABS_NAV_TREE has no exception.
Method CHANGE_NODE_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_NODE | Call by reference | Type reference (TYPE) | TS_NODE | 20110923 |
Method CHANGE_NODE_LAYOUT on class CL_SEDI_ABS_NAV_TREE has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SEDI_ABS_NAV_TREE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SEDI_ABS_NAV_TREE has no exception.
Method CLEAR_BUFFER Signature
Method CLEAR_BUFFER on class CL_SEDI_ABS_NAV_TREE has no parameter.
Method CLEAR_BUFFER on class CL_SEDI_ABS_NAV_TREE has no exception.
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_ABS_NAV_TREE has no exception.
Method FILL_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | 20110923 |
Method FILL_NODES on class CL_SEDI_ABS_NAV_TREE has no exception.
Method FILL_TREE_SUB_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CURRENT_NODE | Call by reference | Type reference (TYPE) | TS_NODE | 20110923 | ||||
| 2 | I_NODES | Call by reference | Type reference (TYPE) | TT_INHERITATION | 20110923 |
Method FILL_TREE_SUB_NODES on class CL_SEDI_ABS_NAV_TREE has no exception.
Method FILL_TREE_SUPER_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CURRENT_NODE | Call by reference | Type reference (TYPE) | TS_NODE | 20110923 | ||||
| 2 | I_NODES | Call by reference | Type reference (TYPE) | TT_INHERITATION | 20110923 |
Method FILL_TREE_SUPER_NODES on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_CLASS_INCLUDES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CP_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 2 | R_INCLUDES | Value transfer | Type reference (TYPE) | TT_INCLUDES | 20110923 |
Method GET_CLASS_INCLUDES on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_DEFINITION_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 2 | E_COL | Value transfer | Type reference (TYPE) | I | 20110923 | ||||
| 3 | E_ROW | Value transfer | Type reference (TYPE) | I | 20110923 | ||||
| 4 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 |
Method GET_DEFINITION_POSITION on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_EMPTY_CLASS_INCLUDES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_REPLACING_TABLE | Call by reference | Type reference (TYPE) | SREPTAB | 20110923 | ||||
| 2 | I_CP_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 |
Method GET_EMPTY_CLASS_INCLUDES on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_IMPLEMENTATION_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 2 | E_COL | Value transfer | Type reference (TYPE) | I | 20110923 | ||||
| 3 | E_ROW | Value transfer | Type reference (TYPE) | I | 20110923 | ||||
| 4 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 |
Method GET_IMPLEMENTATION_POSITION on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_INSTANCE 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_MAX_LEVEL | Call by reference | Type reference (TYPE) | I | 99 | 20110923 | |||
| 5 | I_METHOD_NAME | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 6 | I_SOURCE | Call by reference | Type reference (TYPE) | SEDI_SOURCE | 20110923 | ||||
| 7 | I_TYPE_HIERACHY_SETTINGS | Call by reference | Type reference (TYPE) | CL_WB_SOURCE_NAVIGATOR=>TS_NAV_TREE_OPTIONS | 20110923 | ||||
| 8 | I_UI_DEFAULT | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 9 | I_USE_WUL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 10 | R_TREE | Value transfer | Object reference (TYPE REF TO) | CL_SEDI_ABS_NAV_TREE | 20110923 |
Method GET_INSTANCE on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_MAIN_PROGRAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 2 | R_MAIN_PROGRAMS | Value transfer | Type reference (TYPE) | TT_MAINPROGRAMS | 20110923 |
Method GET_MAIN_PROGRAMS on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_METADATA 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_MAINPROGRAM | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 3 | R_METADATA | Value transfer | Type reference (TYPE) | TS_METADATA | 20110923 |
Method GET_METADATA on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_NODE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IMPLEMENTATIONS | Value transfer | Type reference (TYPE) | IF_SEDI_ADT_POPUP_DEF_IMPL=>TT_NODES | 20110923 |
Method GET_NODE_TABLE on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_NUMBER_OF_IMPLEMENTATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_VALUE | Value transfer | Type reference (TYPE) | I | 20110923 |
Method GET_NUMBER_OF_IMPLEMENTATIONS on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_POSITION_LOCAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 2 | E_COL | Value transfer | Type reference (TYPE) | I | 20110923 | ||||
| 3 | E_ROW | Value transfer | Type reference (TYPE) | I | 20110923 | ||||
| 4 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 5 | I_TO_DEFINITION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 |
Method GET_POSITION_LOCAL on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_TOKENS_IMPLEMENTS 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_BUFFER_IMPL | 20110923 | ||||
| 2 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 3 | I_SOURCE | Call by reference | Type reference (TYPE) | SEDI_SOURCE | 20110923 |
Method GET_TOKENS_IMPLEMENTS on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_TOKENS_IMPLEMENTS_PERF 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_BUFFER_IMPL | 20110923 | ||||
| 2 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 3 | I_CLIF_TYPE | Call by reference | Type reference (TYPE) | SEOCLSTYPE | 20110923 | ||||
| 4 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 |
Method GET_TOKENS_IMPLEMENTS_PERF on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_TOKENS_METHOD 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_BUFFER_METH | 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_METHOD on class CL_SEDI_ABS_NAV_TREE has no exception.
Method GET_UI_DEFAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20120514 | ||||
| 2 | E_MAINPROGRAM | Call by reference | Type reference (TYPE) | SYREPID | ABAP-Programm, aktuelles Rahmenprogramm | 20120514 |
Method GET_UI_DEFAULT on class CL_SEDI_ABS_NAV_TREE has no exception.
Method INCLUDE_CS_INTERFACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ABORT_AT_FIRST_HIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 2 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 3 | I_CLIF_TYPE | Call by reference | Type reference (TYPE) | SEOCLSTYPE | 20110923 | ||||
| 4 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 5 | R_ABORT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110923 |
Method INCLUDE_CS_INTERFACE on class CL_SEDI_ABS_NAV_TREE has no exception.
Method INCLUDE_CS_METHOD 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_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 3 | I_MAINPROGRAM | Call by reference | Type reference (TYPE) | SYREPID | 20110923 |
Method INCLUDE_CS_METHOD on class CL_SEDI_ABS_NAV_TREE has no exception.
Method INCLUDE_CS_SUBCLASSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ABORT_AT_FIRST_HIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 2 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 3 | I_CLIF_TYPE | Call by reference | Type reference (TYPE) | SEOCLSTYPE | 20110923 | ||||
| 4 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 5 | R_ABORT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110923 |
Method INCLUDE_CS_SUBCLASSES on class CL_SEDI_ABS_NAV_TREE has no exception.
Method MAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ABORT_AT_FIRST_HIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 2 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 3 | I_CLIF_TYPE | Call by reference | Type reference (TYPE) | SEOCLSTYPE | 20110923 | ||||
| 4 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 |
Method MAIN on class CL_SEDI_ABS_NAV_TREE has no exception.
Method MD_LOCAL_CLASS_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_METADATA | Call by reference | Type reference (TYPE) | CL_SEDI_ABS_NAV_TREE=>TS_METADATA | 20110923 | ||||
| 2 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 3 | I_MAINPROGRAM | Call by reference | Type reference (TYPE) | SYREPID | 20110923 |
Method MD_LOCAL_CLASS_TYPE on class CL_SEDI_ABS_NAV_TREE has no exception.
Method SET_USE_WUL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_USE_WUL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 |
Method SET_USE_WUL on class CL_SEDI_ABS_NAV_TREE has no exception.
Method SHOW_PROGRESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STRING | Call by reference | Type reference (TYPE) | STRING | 20110923 |
Method SHOW_PROGRESS on class CL_SEDI_ABS_NAV_TREE has no exception.
Method WUL_CLIF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INCLUDES | Call by reference | Type reference (TYPE) | TT_INCLUDES | 20110923 | ||||
| 2 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 3 | I_CLIF_TYPE | Call by reference | Type reference (TYPE) | SEOCLSTYPE | 20110923 | ||||
| 4 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 |
Method WUL_CLIF on class CL_SEDI_ABS_NAV_TREE has no exception.
Method WUL_CLIF_PERF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INCLUDES | Call by reference | Type reference (TYPE) | TT_INCLUDES | 20110923 | ||||
| 2 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 3 | I_CLIF_TYPE | Call by reference | Type reference (TYPE) | SEOCLSTYPE | 20110923 | ||||
| 4 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 |
Method WUL_CLIF_PERF on class CL_SEDI_ABS_NAV_TREE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |