SAP ABAP Class IF_NW7_UR_CUSTOM_MENU (Web Dynpro: Internal Menu)
Properties
Class IF_NW7_UR_CUSTOM_MENU  
Short Description Web Dynpro: Internal Menu    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20070719   SAP 
Last change 20110908   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)
Interfaces
Class IF_NW7_UR_CUSTOM_MENU has no interface implemented.
Friends
Class IF_NW7_UR_CUSTOM_MENU has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 E_POSITION_BEHAVIOUR Constant Public See coding 20070719
2 E_TYPE Constant Public See coding 20070719
3 MENU_OPEN_JS Instance attribute Public Type reference (TYPE) STRING 20070719
Methods
# Method Level Visibility Method type Description Created on
1 SET_CONTENT Instance method Public Method Process Adapter 20070719
Events
Class IF_NW7_UR_CUSTOM_MENU has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_USER_MENUS Public See coding 20070719 tt_user_menus type standard table of t_user_menu
2 T_MENU_ENTRY Public See coding 20070719 begin of t_menu_entry, id type string, parent_id type string, text type string, type type i, " see: e_type checked type abap_bool, enabled type abap_bool, event_param_1 type string, end of t_menu_entry
3 T_MENU_ENTRY_TAB Public See coding 20070719 t_menu_entry_tab type standard table of t_menu_entry with default key
4 T_POSITION_BEHAVIOUR Public Type reference (TYPE) I 20070719
5 T_USER_MENU Public See coding 20070719 begin of t_user_menu, menu type ref to cl_wd_menu, context_element type ref to if_wd_context_element, context_node_path_name type string, originator type ref to cl_wdr_view_element, end of t_user_menu
Method Signatures

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLOSE_EVENT_NAME Call by reference Type reference (TYPE) STRING 20070719
2 Importing CONNECTED_CONTROL_ID Call by reference Type reference (TYPE) STRING 20070719
3 Importing EVENT_HANDLER Call by reference Object reference (TYPE REF TO) IF_NW7_VIEW_ELEMENT_ADAPTER Event Handler für SSR Client Events 20070719
4 Importing EVENT_NAME Call by reference Type reference (TYPE) STRING 20070719
5 Importing LEFT Call by reference Type reference (TYPE) I 20070719
6 Importing MENU_ENTRIES Call by reference Type reference (TYPE) T_MENU_ENTRY_TAB 20070719
7 Importing PARENT_MENU_ID Call by reference Type reference (TYPE) STRING 20070719
8 Importing POSITION_BEHAVIOUR Call by reference Type reference (TYPE) T_POSITION_BEHAVIOUR E_POSITION_BEHAVIOUR-CENTERED 20070719
9 Importing TOP Call by reference Type reference (TYPE) I 20070719
10 Importing USER_MENUS Call by reference Type reference (TYPE) TT_USER_MENUS 20070719

Method SET_CONTENT on class IF_NW7_UR_CUSTOM_MENU has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in