SAP ABAP Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET (interface representing a script based odata entity set)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
     /IWBEP/MGW_MED_API (Package) OData Channel - Metadata - API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_MGW_ODATA_FW_ESET OData Entity Set FPI 20110629
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_MGW_ODATA_ENTITY_SET entity set 20110901
Properties
Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET  
Short Description interface representing a script based odata entity set    
General Data
Package /IWBEP/MGW_MED_API   OData Channel - Metadata - API 
Created 20110329   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_MGW_MED_ODATA_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /IWBEP/IF_MGW_ODATA_ITEM interface representing a script based odata general item 20111125
Friends
Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no friend.
Attributes
Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ANNOTATION Instance method Public Method creates an annotation container for all sets of entity type 20110401
2 GET_ID Instance method Public Method 20111127
3 SET_ADDRESSABLE Instance method Public Method Sets the addressable flag 20120210
4 SET_CREATABLE Instance method Public Method Sets the creatable flag 20120210
5 SET_DELETABLE Instance method Public Method Sets the deletable flag 20120210
6 SET_DISABLED Instance method Public Method Set the disabled flag 20120314
7 SET_FILTER_REQUIRED Instance method Public Method Sets the flag that a filter is required for getting feeds 20120210
8 SET_HAS_FTXT_SEARCH Instance method Public Method Sets the freetext search flag 20120210
9 SET_LABEL_FROM_TEXT_ELEMENT Instance method Public Method 20111128
10 SET_MEMBER_TITLE Instance method Public Method Set singular title (member:title) 20110713
11 SET_MEMBER_TITLE_FR_TELEMENT Instance method Public Method sets the member title from a text element of a report/object 20111127
12 SET_NAME Instance method Public Method 20120503
13 SET_PAGEABLE Instance method Public Method Sets the pageable flag 20120210
14 SET_SUBSCRIBABLE Instance method Public Method Sets the subscribable flag 20120210
15 SET_TITLE Instance method Public Method DEPRECATED - use set_label_from_text_element 20110713
16 SET_UPDATABLE Instance method Public Method Sets the updatable flag 20120210
Events
Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S Public Type reference (TYPE) CHAR1 Single-Character Indicator 20110406
Method Signatures

Method CREATE_ANNOTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANNOTATION_NAMESPACE Call by reference Type reference (TYPE) /IWBEP/MED_ANNO_NAMESPACE Single-Character Indicator 20110401
2 Returning RO_ANNOTATION Value transfer Object reference (TYPE REF TO) /IWBEP/IF_MGW_ODATA_ANNOTATION 20110401
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20110401

Method GET_ID Signature

Method GET_ID on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no parameter.
Method GET_ID on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.

Method SET_ADDRESSABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADDRESSABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120210

Method SET_ADDRESSABLE on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.

Method SET_CREATABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREATABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120210

Method SET_CREATABLE on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.

Method SET_DELETABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DELETABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120210

Method SET_DELETABLE on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.

Method SET_DISABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISABLED Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20120314

Method SET_DISABLED on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.

Method SET_FILTER_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REQ_FILTER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120210

Method SET_FILTER_REQUIRED on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.

Method SET_HAS_FTXT_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FSEARCH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120210

Method SET_HAS_FTXT_SEARCH on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.

Method SET_LABEL_FROM_TEXT_ELEMENT Signature

Method SET_LABEL_FROM_TEXT_ELEMENT on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no parameter.
Method SET_LABEL_FROM_TEXT_ELEMENT on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.

Method SET_MEMBER_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT_KEY Call by reference Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_TEXT_KEY 20110713
2 Importing IV_TEXT_OBJ_TYPE Call by reference Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_TEXT_OBJ_TYPE 20110718
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20110901

Method SET_MEMBER_TITLE_FR_TELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT_REF Call by reference Object reference (TYPE REF TO) OBJECT 20111127
2 Importing IV_TEXT_ELEMENT_CONTAINER Call by reference Type reference (TYPE) STRING 20111127
3 Importing IV_TEXT_ELEMENT_SYMBOL Call by reference Type reference (TYPE) TEXTPOOLKY 20111127
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20111127

Method SET_NAME Signature

Method SET_NAME on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no parameter.
Method SET_NAME on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.

Method SET_PAGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PAGEABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120210

Method SET_PAGEABLE on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.

Method SET_SUBSCRIBABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUBSCRIBABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120210

Method SET_SUBSCRIBABLE on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT_KEY Call by reference Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_TEXT_KEY 20110713
2 Importing IV_TEXT_OBJ_TYPE Call by reference Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_TEXT_OBJ_TYPE 20110718
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20110901

Method SET_UPDATABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UPDATABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120210

Method SET_UPDATABLE on Interface /IWBEP/IF_MGW_ODATA_ENTITY_SET has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 200