SAP ABAP Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME (OData Channel - Application Convenience Interface)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_GSR_CORE (Package) OData Channel - Service Interface - Core
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_MGW_ABS_DATA | Abstract Business Data Provider | 20111125 |
Properties
| Interface | /IWBEP/IF_MGW_CONV_SRV_RUNTIME | |
| Short Description | OData Channel - Application Convenience Interface |
General Data
| Package | /IWBEP/MGW_GSR_CORE | OData Channel - Service Interface - Core |
| Created | 20111125 | SAP |
| Last changed | 20141120 | |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | /IWBEP/CL_MGW_REQUEST_UNITTST | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
| 2 | /IWBEP/IF_MGW_CORE_SRV_RUNTIME | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no interface.
Friends
Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no friend.
Attributes
Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check if is not modified (return TRUE or FALSE) | 20131205 | |
| 2 | Instance method | Public | Method | Get Reference of data | 20111125 | |
| 3 | Instance method | Public | Method | Gets the Data Provider Facade | 20120215 | |
| 4 | Instance method | Public | Method | Gets logger | 20111125 | |
| 5 | Instance method | Public | Method | Gets message container | 20111125 | |
| 6 | Instance method | Public | Method | Initializes a Data Provider Instance for Unit tests | 20131008 | |
| 7 | Instance method | Public | Method | Move Corresponding for simple or nested structure/table | 20130123 | |
| 8 | Instance method | Public | Method | Sets the etag to the HTTP response | 20111125 | |
| 9 | Instance method | Public | Method | Sets an header with key and value | 20111125 |
Events
Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no event.
Types
Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no local type.
Method Signatures
Method CHECK_IF_IS_NOT_MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IF_MODIFIED_SINCE | Call by reference | Type reference (TYPE) | TZNTSTMPS | if-modified-since | 20131205 | |||
| 2 | IV_LAST_MODIFIED | Call by reference | Type reference (TYPE) | TZNTSTMPS | last-modified | 20131205 | |||
| 3 | RV_IS_NOT_MODIFIED | Value transfer | Type reference (TYPE) | /IWBEP/MGW_IS_NOT_MODIFIED | Is Not Modified | 20131205 |
Method CHECK_IF_IS_NOT_MODIFIED on Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no exception.
Method COPY_DATA_TO_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20111125 | ||||
| 2 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20111125 |
Method COPY_DATA_TO_REF on Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no exception.
Method GET_DP_FACADE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_DP_FACADE | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_DP_FACADE | OData Channel - Data Provider Facade | 20120215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Technical Exception | 20120215 |
Method GET_LOGGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_LOGGER | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_COS_LOGGER | Logger for local AppsLog and CCMS | 20111125 |
Method GET_LOGGER on Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no exception.
Method GET_MESSAGE_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_MESSAGE_CONTAINER | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_MESSAGE_CONTAINER | Message Container Interface | 20111125 |
Method GET_MESSAGE_CONTAINER on Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no exception.
Method INIT_DP_FOR_UNIT_TEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_REQUEST_CONTEXT | Call by reference | Type reference (TYPE) | /IWBEP/CL_MGW_REQUEST_UNITTST=>TY_S_MGW_REQUEST_CONTEXT_UNIT | 20131008 | ||||
| 2 | RO_REQUEST_CONTEXT | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_MGW_REQUEST_UNITTST | Unit test enabling Request Context | 20131014 |
Method INIT_DP_FOR_UNIT_TEST on Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no exception.
Method MOVE_CORRESPONDING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_TARGET_DATA | Call by reference | Type reference (TYPE) | ANY | Target Data | 20130123 | |||
| 2 | ID_SOURCE_DATA | Call by reference | Type reference (TYPE) | ANY | Source Data | 20130123 |
Method MOVE_CORRESPONDING on Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no exception.
Method SET_ETAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20111125 |
Method SET_ETAG on Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no exception.
Method SET_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_HEADER | Call by reference | Type reference (TYPE) | IHTTPNVP | HTTP Framework (iHTTP) Name/Value Pair | 20111125 |
Method SET_HEADER on Interface /IWBEP/IF_MGW_CONV_SRV_RUNTIME has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |