SAP ABAP Class CL_ENH_EDITOR_NAVIGATOR (Navigation Support)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ENH (Application Component) Enhancement Tools
⤷
SEEF_BASE (Package) Enhancement Base Functionality
⤷
⤷
Properties
| Class | CL_ENH_EDITOR_NAVIGATOR | |
| Short Description | Navigation Support | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEEF_BASE | Enhancement Base Functionality |
| Created | 20071126 | SAP |
| Last change | 20110908 | 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 CL_ENH_EDITOR_NAVIGATOR has no interface implemented.
Friends
Class CL_ENH_EDITOR_NAVIGATOR has no friend class.
Attributes
Methods
Events
Class CL_ENH_EDITOR_NAVIGATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_IT_INCLUDES | Private | See coding | 20090121 | ty_it_includes type standard table of program
|
||
| 2 | TY_RELATION | Public | See coding | 20090121 | BEGIN OF ty_relation,
child TYPE enhname,
parent TYPE enhname,
child_spot type enhname_it,
parent_spot type enhname_it,
parent_enhobjs type enhobj_it,
child_enhobjs type enhobj_it,
ct TYPE i,
direkt TYPE c LENGTH 1,
END OF ty_relation
|
||
| 3 | TY_RELATION_IT | Public | See coding | 20090121 | ty_relation_it TYPE STANDARD TABLE OF ty_relation
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ENH_EDITOR_NAVIGATOR has no parameter.
Method CONSTRUCTOR on class CL_ENH_EDITOR_NAVIGATOR has no exception.
Method GET_ALL_IMPL_ELEMS_FOR_ENH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TAB | Call by reference | Type reference (TYPE) | ENH_SENHMT_TAB | 20090121 | ||||
| 2 | IT_DWINACTIV | Call by reference | Type reference (TYPE) | DWINACTIV_TAB | 20090121 | ||||
| 3 | IV_ENHNAME | Call by reference | Type reference (TYPE) | ENHNAME | 20090121 | ||||
| 4 | IV_ENHTYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | 'ENHO' | 20090121 | |||
| 5 | IV_PROG | Call by reference | Type reference (TYPE) | PROGRAM | 20090121 | ||||
| 6 | IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | ' ' | 20090121 |
Method GET_ALL_IMPL_ELEMS_FOR_ENH on class CL_ENH_EDITOR_NAVIGATOR has no exception.
Method GET_ALL_SPOTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TAB | Call by reference | Type reference (TYPE) | TY_RELATION_IT | 20090121 | ||||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | 'A' | 20090121 |
Method GET_ALL_SPOTS on class CL_ENH_EDITOR_NAVIGATOR has no exception.
Method GET_ENH_HIERARCHY_FOR_ENH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ENHANCED_MAIN | Call by reference | Type reference (TYPE) | ENHOBJ | 20090121 | ||||
| 2 | ET_ENH_CHILDS | Call by reference | Type reference (TYPE) | TY_RELATION_IT | 20090121 | ||||
| 3 | ET_ENH_HIERARCHY | Call by reference | Type reference (TYPE) | TY_RELATION_IT | 20090121 | ||||
| 4 | ET_ENH_PARENTS | Call by reference | Type reference (TYPE) | TY_RELATION_IT | 20090121 | ||||
| 5 | IV_ENH | Call by reference | Type reference (TYPE) | ENHNAME | 20090121 | ||||
| 6 | IV_GET_SPOTS | Call by reference | Type reference (TYPE) | ENHBOOLEAN | ' ' | 20090121 | |||
| 7 | IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | 'A' | 20090121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090121 |
Method GET_ENH_HIERARCHY_FOR_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ENH_CHILDS | Call by reference | Type reference (TYPE) | TY_RELATION_IT | 20090121 | ||||
| 2 | IV_OBJ_NAME | Call by reference | Type reference (TYPE) | ENHOBJ-OBJ_NAME | 20090121 | ||||
| 3 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | ENHOBJ-OBJ_TYPE | 20090121 |
Method GET_ENH_HIERARCHY_FOR_OBJECT on class CL_ENH_EDITOR_NAVIGATOR has no exception.
Method GET_LINE_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_INCLUDE | Call by reference | Type reference (TYPE) | PROGRAM | Programm/Transaktion in SQL-Trace-Auswertung. | 20071129 | |||
| 2 | EV_LINE | Call by reference | Type reference (TYPE) | STRING | Gefundene Zeile | 20071129 | |||
| 3 | EV_LINE_NR | Call by reference | Type reference (TYPE) | I | 20071129 | ||||
| 4 | IV_ENHNAME | Call by reference | Type reference (TYPE) | ENHNAME | Id eines Enhancements | 20071129 | |||
| 5 | IV_ENHTYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | 'ENHO' | Objekttyp | 20071129 | ||
| 6 | IV_FULL_NAME | Call by reference | Type reference (TYPE) | STRING | 20071129 | ||||
| 7 | IV_PROG | Call by reference | Type reference (TYPE) | PROGRAM | Programm/Transaktion in SQL-Trace-Auswertung. | 20071129 | |||
| 8 | IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | ' ' | 20090121 |
Method GET_LINE_POSITION on class CL_ENH_EDITOR_NAVIGATOR has no exception.
Method GET_MAIN_FOR_FIRST_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARENT | Call by reference | Type reference (TYPE) | CLIKE | 20090121 | ||||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | 'A' | 20090121 | |||
| 3 | RS_ENHOBJ | Value transfer | Type reference (TYPE) | ENHOBJ | 20090121 |
Method GET_MAIN_FOR_FIRST_PARENT on class CL_ENH_EDITOR_NAVIGATOR has no exception.
Method HAS_ENHANCEMENTS_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENH | Call by reference | Type reference (TYPE) | ENHNAME | 20090121 | ||||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | 'A' | 20090121 | |||
| 3 | IV_VERSION_READ_FORCED | Call by reference | Type reference (TYPE) | ENHBOOLEAN | ' ' | Versionsparameter muss berücksichtigt werden | 20090211 | ||
| 4 | RV_ENHANCED | Value transfer | Type reference (TYPE) | ENHNAME | 20090121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090121 |
Method HAS_ENHANCEMENTS_PARENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENH | Call by reference | Type reference (TYPE) | ENHNAME | 20090121 | ||||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | 'A' | 20090121 | |||
| 3 | IV_VERSION_READ_FORCED | Call by reference | Type reference (TYPE) | ENHBOOLEAN | ' ' | Versionsparameter muss berücksichtigt werden | 20090211 | ||
| 4 | RV_ENHANCED | Value transfer | Type reference (TYPE) | ENHNAME | 20090121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090121 |
Method IS_ENHANCEMENT_AN_OVERWRITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENH | Call by reference | Type reference (TYPE) | ENHNAME | 20090121 | ||||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | 'A' | 20090121 | |||
| 3 | IV_VERSION_READ_FORCED | Call by reference | Type reference (TYPE) | ENHBOOLEAN | ' ' | Versionsparameter muss berücksichtigt werden | 20090211 | ||
| 4 | RV_ENHANCED | Value transfer | Type reference (TYPE) | ENHNAME | 20090121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090121 |
Method IS_ENHANCEMENT_ENHANCED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENH | Call by reference | Type reference (TYPE) | ENHNAME | 20090121 | ||||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | 20090121 | ||||
| 3 | IV_VERSION_READ_FORCED | Call by reference | Type reference (TYPE) | ENHBOOLEAN | ' ' | Versionsparameter muss berücksichtigt werden | 20090211 | ||
| 4 | RV_ENHANCED | Value transfer | Type reference (TYPE) | BOOLEAN | 20090121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090121 |
Method IS_ENHANCEMENT_IN_NESTED_HIER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENH | Call by reference | Type reference (TYPE) | ENHNAME | 20090121 | ||||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | 20090121 | ||||
| 3 | IV_VERSION_READ_FORCED | Call by reference | Type reference (TYPE) | ENHBOOLEAN | ' ' | Versionsparameter muss berücksichtigt werden | 20090211 | ||
| 4 | RV_ENHANCED | Value transfer | Type reference (TYPE) | BOOLEAN | 20090121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090121 |
Method IS_ENHANCEMENT_OVERWRITEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENH | Call by reference | Type reference (TYPE) | ENHNAME | 20090121 | ||||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | 'A' | 20090121 | |||
| 3 | IV_VERSION_READ_FORCED | Call by reference | Type reference (TYPE) | ENHBOOLEAN | ' ' | Versionsparameter muss berücksichtig werden | 20090211 | ||
| 4 | RV_ENHANCED | Value transfer | Type reference (TYPE) | ENHNAME | 20090121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090121 |
Method NAVIGATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_WB_REQUEST | Workbench Manager: Request | 20071129 | |||
| 2 | IV_LINE_NR | Call by reference | Type reference (TYPE) | I | 20071129 | ||||
| 3 | IV_OBJTYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | Objekttyp | 20071129 | |||
| 4 | IV_OBJ_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20071129 |
Method NAVIGATE on class CL_ENH_EDITOR_NAVIGATOR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |