SAP ABAP Class CL_RSRT_UIE_CMENU (UI View Element: ContextMenu)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSRT_BICS_MODEL (Package) RSRT BICS Model
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRT_UIE_CMENU_ITEM UI View Element: ContextMenu Item 20120207
Properties
Class CL_RSRT_UIE_CMENU  
Short Description UI View Element: ContextMenu    
Super Class CL_RSRT_UIE_CMENU_ITEM UI View Element: ContextMenu Item 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRT_BICS_MODEL   RSRT BICS Model 
Created 20120207   SAP 
Last change 20140121   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 CL_RSRT_UIE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RSRT_UIE_CMENU has no interface implemented.
Friends
Class CL_RSRT_UIE_CMENU has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_CID Constant Public Type reference (TYPE) CL_RSRT_UI_VIEW_ELEMENT=>TN_CID 'CONTEXT_MENU' 20120508
2 N_S_TITLE Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_S_BIND_PROPERTY 20120508
3 N_TITLE Instance attribute Public Type reference (TYPE) CL_RSRT_UIE=>TN_TEXT 20120508
4 N_T_ITEMS Instance attribute Public Type reference (TYPE) IF_RSRT_UIE_CMENU_ITEM=>TN_T_CONTEXT_MENU_ITEM 20120508
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM Instance method Public Method Add ContextMenu Item 20120508
2 BIND_TITLE Instance method Public Method Bind Title 20120508
3 CONSTRUCTOR Instance method Protected Constructor CONSTRUCTOR 20120207
4 CREATE_CONTEXT_MENU Static method Public Method Create ContextMenu 20120207
5 GET_ITEM Instance method Public Method Get ContextMenu Item 20120508
6 GET_ITEMS Instance method Public Method Get ContextMenu Items 20120508
7 GET_TITLE Instance method Public Method Get Title 20120508
8 REMOVE_ITEM Instance method Public Method Remove ContextMenu Item 20120508
9 REMOVE_ITEMS Instance method Public Method Remove ContextMenu Items 20120508
10 SET_TITLE Instance method Public Method Set Title 20120508
Events
Class CL_RSRT_UIE_CMENU has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_T_CONTEXT_MENU Public See coding ContextMenu Item List 20120508 tn_t_context_menu type standard table of ref to cl_rsrt_uie_cmenu with default key initial size 1
Method Signatures

Method ADD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TN_ID ID 20120508
2 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120508
3 Importing VALUE Call by reference Object reference (TYPE REF TO) IF_RSRT_UIE_CMENU_ITEM UI Element: ContextMenu Item 20120508

Method ADD_ITEM on class CL_RSRT_UIE_CMENU has no exception.

Method BIND_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120508

Method BIND_TITLE on class CL_RSRT_UIE_CMENU has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_ENABLED Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120207
2 Importing BIND_TITLE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120208
3 Importing BIND_VISIBLE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120207
4 Importing CID Call by reference Type reference (TYPE) TN_CID Unique Type ID 20120207
5 Importing ENABLED Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_ENABLED ABAP_TRUE Enabled 20120207
6 Importing ID Call by reference Type reference (TYPE) TN_ID Unique ID 20120207
7 Importing O_VIEW Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW UI View 20120207
8 Importing TITLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_TEXT Text 20120208
9 Importing VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20120207

Method CONSTRUCTOR on class CL_RSRT_UIE_CMENU has no exception.

Method CREATE_CONTEXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_ENABLED Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120207
2 Importing BIND_TITLE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120208
3 Importing BIND_VISIBLE Call by reference Type reference (TYPE) TN_BIND_PROPERTY Bind Property 20120207
4 Importing ENABLED Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_ENABLED ABAP_TRUE Enabled 20120207
5 Importing ID Call by reference Type reference (TYPE) TN_ID ID 20120207
6 Importing O_VIEW Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW UI Element: ContextMenu 20120207
7 Importing TITLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_TEXT Text 20120208
8 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_RSRT_UIE_CMENU UI Element: ContextMenu 20120207
9 Importing VISIBLE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_VISIBLE ABAP_TRUE Visible 20120207

Method CREATE_CONTEXT_MENU on class CL_RSRT_UIE_CMENU has no exception.

Method GET_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TN_ID ID 20120508
2 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120508
3 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_UIE_CMENU_ITEM UI Element: ContextMenu Item 20120508

Method GET_ITEM on class CL_RSRT_UIE_CMENU has no exception.

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_UIE_CMENU_ITEM=>TN_T_CONTEXT_MENU_ITEM ContextMenu Item List 20120508

Method GET_ITEMS on class CL_RSRT_UIE_CMENU has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) CL_RSRT_UIE=>TN_TEXT Text 20120508

Method GET_TITLE on class CL_RSRT_UIE_CMENU has no exception.

Method REMOVE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TN_ID ID 20120508
2 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120508

Method REMOVE_ITEM on class CL_RSRT_UIE_CMENU has no exception.

Method REMOVE_ITEMS Signature

Method REMOVE_ITEMS on class CL_RSRT_UIE_CMENU has no parameter.
Method REMOVE_ITEMS on class CL_RSRT_UIE_CMENU has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) CL_RSRT_UIE=>TN_TEXT Text 20120508

Method SET_TITLE on class CL_RSRT_UIE_CMENU has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700