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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_NWBC_RUNTIME 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 CHECK_OBJECT_ID Instance method Public Method Existence Check 20101122
2 CHECK_UNIQUE_ID Instance method Public Method Existence Check 20101217
3 GET_MENU_TYPE Instance method Public Method Get the Type of the current Menu 20111107
4 GET_TABLE Instance method Public Method Navigation Tree Table sorted by PARENT_ID and SORT_ORDER 20110915
5 IS_CACHABLE Instance method Public Method Is the current Menu cachable 20111107
6 READ_BY_OBJECT_ID Instance method Public Method Fast Read via Object ID 20101119
7 READ_BY_UNIQUE_ID 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 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) STRING 20101122
2 Returning 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 CX_NWBC_STATIC_CHECK NWBC - Exception (static) 20111104

Method CHECK_UNIQUE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UNIQUE_ID Call by reference Type reference (TYPE) STRING 20101217
2 Returning 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 CX_NWBC_STATIC_CHECK NWBC - Exception (static) 20111104

Method GET_MENU_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CORRECT_MENU_TYPE Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE 20111107
2 Returning RV_MENU_TYPE Value transfer Type reference (TYPE) IF_NWBC_RUNTIME=>T_MENU_TYPE 20111107
# Exception Resumable Description Created on
1 CX_NWBC_STATIC_CHECK NWBC - Exception (static) 20111107

Method GET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TABLE_INFO Call by reference Type reference (TYPE) IF_NWBC_RUNTIME=>T_NAVIGATION_TREE_INFO 20110919
2 Exporting ETR_TABLE Call by reference Object reference (TYPE REF TO) IF_NWBC_RUNTIME=>T_NAVIGATION_TREE_SRT 20120206
3 Exporting ET_TABLE Call by reference Type reference (TYPE) IF_NWBC_RUNTIME=>T_NAVIGATION_TREE_SRT 20110915
# Exception Resumable Description Created on
1 CX_NWBC_STATIC_CHECK NWBC - Exception (static) 20110915

Method IS_CACHABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Returning 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 CX_NWBC_STATIC_CHECK 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 Exporting ES_DATA Call by reference Type reference (TYPE) IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20101119
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) STRING 20101119
3 Importing 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 CX_NWBC_STATIC_CHECK 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 Exporting ES_DATA Call by reference Type reference (TYPE) IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20101217
2 Importing IV_UNIQUE_ID Call by reference Type reference (TYPE) STRING 20101217
# Exception Resumable Description Created on
1 CX_NWBC_STATIC_CHECK NWBC - Exception (static) 20101217
History
Last changed by/on SAP  20130531 
SAP Release Created in