SAP ABAP Class IF_NWBC_NAVIGATION_TREE_ACCESS (NWBC - Access to the Navigation Tree)
Properties
Class | IF_NWBC_NAVIGATION_TREE_ACCESS | |
Short Description | NWBC - Access to the Navigation Tree | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20101119 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_NWBC_NAVIGATION_TREE_ACCESS has no interface implemented.
Friends
Class IF_NWBC_NAVIGATION_TREE_ACCESS has no friend class.
Attributes
Class IF_NWBC_NAVIGATION_TREE_ACCESS has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Existence Check | 20101122 |
2 | ![]() |
Instance method | Public | Method | Existence Check | 20101217 |
3 | ![]() |
Instance method | Public | Method | Get the Type of the current Menu | 20111107 |
4 | ![]() |
Instance method | Public | Method | Navigation Tree Table sorted by PARENT_ID and SORT_ORDER | 20110915 |
5 | ![]() |
Instance method | Public | Method | Is the current Menu cachable | 20111107 |
6 | ![]() |
Instance method | Public | Method | Fast Read via Object ID | 20101119 |
7 | ![]() |
Instance method | Public | Method | Fast Read via Unique ID | 20101217 |
Events
Class IF_NWBC_NAVIGATION_TREE_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_T_NAVIGATION_TREE | Public | See coding | 20101119 | gty_t_navigation_tree type sorted table of if_nwbc_runtime=>t_navigation_entry
with unique key parent_id sort_order
|
Method Signatures
Method CHECK_OBJECT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | STRING | 20101122 | |||
2 | ![]() |
RV_EXISTS | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NWBC - Exception (static) | 20111104 |
Method CHECK_UNIQUE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_UNIQUE_ID | Call by reference | Type reference (TYPE) | STRING | 20101217 | |||
2 | ![]() |
RV_EXISTS | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NWBC - Exception (static) | 20111104 |
Method GET_MENU_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CORRECT_MENU_TYPE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20111107 | ||
2 | ![]() |
RV_MENU_TYPE | Value transfer | Type reference (TYPE) | IF_NWBC_RUNTIME=>T_MENU_TYPE | 20111107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NWBC - Exception (static) | 20111107 |
Method GET_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_TABLE_INFO | Call by reference | Type reference (TYPE) | IF_NWBC_RUNTIME=>T_NAVIGATION_TREE_INFO | 20110919 | |||
2 | ![]() |
ETR_TABLE | Call by reference | Object reference (TYPE REF TO) | IF_NWBC_RUNTIME=>T_NAVIGATION_TREE_SRT | 20120206 | |||
3 | ![]() |
ET_TABLE | Call by reference | Type reference (TYPE) | IF_NWBC_RUNTIME=>T_NAVIGATION_TREE_SRT | 20110915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NWBC - Exception (static) | 20110915 |
Method IS_CACHABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DONT_FORCE_MENU_GENERATION | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20111107 | |
2 | ![]() |
RV_IS_CACHABLE | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20111107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NWBC - Exception (static) | 20111107 |
Method READ_BY_OBJECT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_DATA | Call by reference | Type reference (TYPE) | IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY | 20101119 | |||
2 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | STRING | 20101119 | |||
3 | ![]() |
IV_READ_BY_REF_ID | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110314 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NWBC - Exception (static) | 20101126 |
Method READ_BY_UNIQUE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_DATA | Call by reference | Type reference (TYPE) | IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY | 20101217 | |||
2 | ![]() |
IV_UNIQUE_ID | Call by reference | Type reference (TYPE) | STRING | 20101217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NWBC - Exception (static) | 20101217 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |