SAP ABAP Class /IWBEP/CL_MGW_ODATA_ENTITY_TYP (implementation for odata meta data entity type)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_MED_IMPLEMENTATIONS (Package) OData Channel - Metadata - Implementations
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_MGW_MED_ABS_ITEM | abstract/reusable item | 20111125 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_MGW_ODATA_ANNOTATABL | type interface for mgw odata annotatable items | 20110206 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_MGW_ODATA_ENTITY_TYP | Interface Representing a Script-Based OData Entity Type | 20110329 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_MGW_ODATA_ETYPE_CONV | interface representing the convience methods of a data objec | 20110329 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_MGW_ODATA_FW_ETYPE | OData Entity Type FPI | 20110624 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_MGW_ODATA_RE_ETYPE | OData Entity Type Read Interface | 20110624 |
Properties
| Class | /IWBEP/CL_MGW_ODATA_ENTITY_TYP | |
| Short Description | implementation for odata meta data entity type | |
| Super Class | /IWBEP/CL_MGW_MED_ABS_ITEM | abstract/reusable item |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWBEP/MGW_MED_IMPLEMENTATIONS | OData Channel - Metadata - Implementations |
| Created | 20110206 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_MGW_ODATA_ANNOTATABL | type interface for mgw odata annotatable items | 20110206 | ||
| 2 | /IWBEP/IF_MGW_ODATA_ENTITY_TYP | Interface Representing a Script-Based OData Entity Type | 20110329 | ||
| 3 | /IWBEP/IF_MGW_ODATA_ETYPE_CONV | interface representing the convience methods of a data objec | 20110329 | ||
| 4 | /IWBEP/IF_MGW_ODATA_FW_ETYPE | OData Entity Type FPI | 20110624 | ||
| 5 | /IWBEP/IF_MGW_ODATA_RE_ETYPE | OData Entity Type Read Interface | 20110624 |
Friends
Class /IWBEP/CL_MGW_ODATA_ENTITY_TYP has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20110207 | |
| 2 | Instance method | Public | Method | creates a parameter on the entity | 20110322 | |
| 3 | Instance method | Public | Method | creates an annotation on the item | 20110401 | |
| 4 | Instance method | Public | Method | 20120523 |
Events
Class /IWBEP/CL_MGW_ODATA_ENTITY_TYP has no event.
Types
Class /IWBEP/CL_MGW_ODATA_ENTITY_TYP has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_MGW_ODATA_MODEL | 20110208 | ||||
| 2 | IR_ENTITY_TYPE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_S_MED_ENTITY_TYPE | 20110207 |
Method CONSTRUCTOR on class /IWBEP/CL_MGW_ODATA_ENTITY_TYP has no exception.
Method CREATE_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ABAP_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20110322 | ||||
| 2 | IV_PARAMETER_NAME | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 20110322 | ||||
| 3 | RO_PARAMETER | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_MGW_ODATA_PARAMETER | 20110322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110322 |
Method CREATE_PRIVATE_ANNOTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ANNOTATION_NAMESPACE | Call by reference | Type reference (TYPE) | /IWBEP/MED_ANNO_NAMESPACE | Single-Character Indicator | 20110401 | |||
| 2 | RO_ANNOTATION | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_ODATA_ANNOTATION | 20110401 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110401 |
Method GET_NAVIGATION_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 20120523 | ||||
| 2 | RO_NAVIGATION_PROPERTY | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_MGW_ODATA_NAV_PROP | OData Navigation Property Implementation | 20120523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20120523 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |