SAP ABAP Interface /IWBEP/IF_MGW_MED_DBA_MODEL (Model Persistency Interface)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_MED_PERSISTENCY (Package) OData Channel - Metadata - Backend Registration Persistency
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_MGW_MED_DBA_MODEL | Data Access to Model | 20110721 |
Properties
| Interface | /IWBEP/IF_MGW_MED_DBA_MODEL | |
| Short Description | Model Persistency Interface |
General Data
| Package | /IWBEP/MGW_MED_PERSISTENCY | OData Channel - Metadata - Backend Registration Persistency |
| Created | 20110721 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | /IWBEP/IF_MGW_MED_DBA_MODEL | 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 /IWBEP/IF_MGW_MED_DBA_MODEL has no interface.
Friends
Interface /IWBEP/IF_MGW_MED_DBA_MODEL has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MV_ENQUEUED | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20110721 | |||
| 2 | MV_TECHNICAL_NAME | Instance attribute | Public | Type reference (TYPE) | /IWBEP/MED_MDL_TECHNICAL_NAME | Technical Model Name | 20110725 | ||
| 3 | MV_VERSION | Instance attribute | Public | Type reference (TYPE) | /IWBEP/MED_MDL_VERSION | Model Version | 20110725 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110721 | ||
| 2 | Instance method | Public | Method | 20110721 | ||
| 3 | Instance method | Public | Method | 20110721 | ||
| 4 | Instance method | Public | Method | 20110721 | ||
| 5 | Instance method | Public | Method | 20110721 | ||
| 6 | Instance method | Public | Method | 20110722 | ||
| 7 | Instance method | Public | Method | 20110721 |
Events
Interface /IWBEP/IF_MGW_MED_DBA_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_MODEL | Public | See coding | 20110721 | BEGIN OF ty_s_model,
technical_name TYPE /iwbep/med_mdl_technical_name,
version TYPE /iwbep/med_mdl_version,
description TYPE /iwbep/med_description,
language TYPE langu,
class_name TYPE /iwbep/med_definition_class,
created_by TYPE sy-uname,
changed_by TYPE sy-uname,
END OF ty_s_model
|
||
| 2 | TY_T_MODELS | Public | See coding | 20110721 | ty_t_models TYPE SORTED TABLE OF ty_s_model WITH UNIQUE KEY technical_name version
|
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MED_MODEL | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_MED_DBA_MODEL=>TY_S_MODEL | 20110721 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20110722 |
Method DELETE Signature
Method DELETE on Interface /IWBEP/IF_MGW_MED_DBA_MODEL has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20110722 |
Method DEQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Language Key | 20110721 |
Method DEQUEUE on Interface /IWBEP/IF_MGW_MED_DBA_MODEL has no exception.
Method ENQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Language Key | 20110721 | |||
| 2 | IV_WAIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110721 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20110722 |
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Language Key | 20110721 | |||
| 2 | RS_MED_MODEL | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_MED_DBA_MODEL=>TY_S_MODEL | 20110722 |
Method READ on Interface /IWBEP/IF_MGW_MED_DBA_MODEL has no exception.
Method READ_BULK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Language Key | 20110722 | |||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | /IWBEP/MED_MDL_VERSION | Model Version | 20110722 | |||
| 3 | RT_MED_MODELS | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_MED_DBA_MODEL=>TY_T_MODELS | 20110722 |
Method READ_BULK on Interface /IWBEP/IF_MGW_MED_DBA_MODEL has no exception.
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | /IWBEP/MED_DEFINITION_CLASS | Meta Data Definition Class | 20110721 | |||
| 2 | IV_DESCRIPTION | Call by reference | Type reference (TYPE) | /IWBEP/MED_DESCRIPTION | Description | 20110721 | |||
| 3 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Language Key | 20110721 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20110722 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |