SAP ABAP Interface /IWBEP/IF_SBUI_ON_VIEW_CONTROL (SB: ON annotation view controller (provider))
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_ODATA_UI (Package) Gateway Service Builder - UI Plugin
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBUI_ON_VOC_CONTROL SB: ON Abstract Vocabulary Controller 20131104
Properties
Interface /IWBEP/IF_SBUI_ON_VIEW_CONTROL  
Short Description SB: ON annotation view controller (provider)    
General Data
Package /IWBEP/SB_ODATA_UI   Gateway Service Builder - UI Plugin 
Created 20131011   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SBUI_SETUP_SERVICE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface /IWBEP/IF_SBUI_ON_VIEW_CONTROL has no interface.
Friends
Interface /IWBEP/IF_SBUI_ON_VIEW_CONTROL has no friend.
Attributes
Interface /IWBEP/IF_SBUI_ON_VIEW_CONTROL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ANNOTATION_VIEWS Instance method Public Method returns views for annotations 20131011
2 GET_EXPRESSION_VIEWS Instance method Public Method returns views for expressions 20131011
Events
Interface /IWBEP/IF_SBUI_ON_VIEW_CONTROL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ANNOTATION_VIEW Public See coding annotation maintenance view 20131011 BEGIN OF TY_S_ANNOTATION_VIEW , VOCABULARY_NAMESPACE TYPE /IWBEP/SBDM_NAMESPACE , VIEW_COMPONENT_NAME TYPE /IWBEP/IF_SBUI_SETUP_SERVICE=>TY_S_COMPONENT_NAME , END OF TY_S_ANNOTATION_VIEW
2 TY_S_EXPRESSION_VIEW Public See coding expression maintenance view 20131011 BEGIN OF TY_S_EXPRESSION_VIEW , VALUE_IS_COLLECTION TYPE /IWBEP/SBOD_ISCOLLECTION , VALUE_TYPE_KIND TYPE /IWBEP/SBOD_EXP_VAL_TYPE_KIND , VIEW_COMPONENT_NAME TYPE /IWBEP/IF_SBUI_SETUP_SERVICE=>TY_S_COMPONENT_NAME , END OF TY_S_EXPRESSION_VIEW
3 TY_T_ANNOTATION_VIEW Public See coding annotation maintenance view table 20131011 TY_T_ANNOTATION_VIEW TYPE STANDARD TABLE OF TY_S_ANNOTATION_VIEW WITH DEFAULT KEY
4 TY_T_EXPRESSION_VIEW Public See coding expression maintenance view table 20131011 TY_T_EXPRESSION_VIEW TYPE STANDARD TABLE OF TY_S_EXPRESSION_VIEW WITH DEFAULT KEY
Method Signatures

Method GET_ANNOTATION_VIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VIEW Value transfer Type reference (TYPE) TY_T_ANNOTATION_VIEW applicable views 20131011
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20131011

Method GET_EXPRESSION_VIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VIEW Value transfer Type reference (TYPE) TY_T_EXPRESSION_VIEW applicable views 20131011
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20131011
History
Last changed by/on SAP  20141120 
SAP Release Created in 200