SAP ABAP Interface /IWBEP/IF_SBDM_SERVICE (SB - Domain Model - Service)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_DM_BASE (Package) Gateway Service Builder - Domain Model API and SPI
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBDM_SERVICE | SB - Domain Model - Service | 20120126 |
Properties
| Interface | /IWBEP/IF_SBDM_SERVICE | |
| Short Description | SB - Domain Model - Service |
General Data
| Package | /IWBEP/SB_DM_BASE | Gateway Service Builder - Domain Model API and SPI |
| Created | 20120110 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | /IWBEP/IF_SBCM_MSG_OBJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120119 |
Friends
Interface /IWBEP/IF_SBDM_SERVICE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_NODE_TYPE | Constant | Public | See coding | 20120126 | ||||
| 2 | GC_RELTYPE_DATA_SOURCES | Constant | Public | Type reference (TYPE) | /IWBEP/SBDM_RELATION_TYPE | 'DRCS' | Service Builder: Relation Type | 20130208 | |
| 3 | GC_RELTYPE_ENTITY_SETS | Constant | Public | Type reference (TYPE) | /IWBEP/SBDM_RELATION_TYPE | 'SES' | Service Builder: Relation Type | 20130208 | |
| 4 | GC_RELTYPE_MODL | Constant | Public | Type reference (TYPE) | /IWBEP/SBDM_RELATION_TYPE | 'MODL' | Service Builder: Relation Type | 20130204 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets the DPC | 20120126 | |
| 2 | Instance method | Public | Method | Gets the external service name | 20120126 | |
| 3 | Instance method | Public | Method | Gets the model | 20120126 | |
| 4 | Instance method | Public | Method | Gets the service version | 20120126 | |
| 5 | Instance method | Public | Method | Gets the technical service name | 20120126 | |
| 6 | Instance method | Public | Method | Sets the DPC | 20120126 | |
| 7 | Instance method | Public | Method | Sets the external service name | 20120126 | |
| 8 | Instance method | Public | Method | Sets the model | 20120126 | |
| 9 | Instance method | Public | Method | Sets the service version | 20120126 | |
| 10 | Instance method | Public | Method | Sets the technical service name | 20120126 |
Events
Interface /IWBEP/IF_SBDM_SERVICE has no event.
Types
Interface /IWBEP/IF_SBDM_SERVICE has no local type.
Method Signatures
Method GET_DPC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DPC | Value transfer | Type reference (TYPE) | /IWBEP/MED_RUNTIME_SERVICE | Name of Service Data Provider Class | 20120126 |
Method GET_DPC on Interface /IWBEP/IF_SBDM_SERVICE has no exception.
Method GET_EXTERNAL_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EXTERNAL_NAME | Value transfer | Type reference (TYPE) | /IWBEP/MED_GRP_EXTERNAL_NAME | External Service Name | 20120126 |
Method GET_EXTERNAL_NAME on Interface /IWBEP/IF_SBDM_SERVICE has no exception.
Method GET_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_MODEL | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_MODEL | SB - Domain Model - Model | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB - Domain Model - Exception | 20120203 |
Method GET_SERVICE_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VERSION | Value transfer | Type reference (TYPE) | /IWBEP/MED_GRP_VERSION | Service Version | 20120126 |
Method GET_SERVICE_VERSION on Interface /IWBEP/IF_SBDM_SERVICE has no exception.
Method GET_TECHNICAL_SERVICE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TECHNICAL_NAME | Value transfer | Type reference (TYPE) | /IWBEP/MED_GRP_TECHNICAL_NAME | Technical Service Name | 20120126 |
Method GET_TECHNICAL_SERVICE_NAME on Interface /IWBEP/IF_SBDM_SERVICE has no exception.
Method SET_DPC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DPC | Call by reference | Type reference (TYPE) | /IWBEP/MED_RUNTIME_SERVICE | Name of Service Data Provider Class | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120203 |
Method SET_EXTERNAL_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXTERNAL_NAME | Call by reference | Type reference (TYPE) | /IWBEP/MED_GRP_EXTERNAL_NAME | External Service Name | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120203 |
Method SET_MODEL 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/IF_SBDM_MODEL | SB - Domain Model - Model | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120203 |
Method SET_SERVICE_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VERSION | Call by reference | Type reference (TYPE) | /IWBEP/MED_GRP_VERSION | Service Version | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120203 |
Method SET_TECHNICAL_SERVICE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TECHNICAL_NAME | Call by reference | Type reference (TYPE) | /IWBEP/MED_GRP_TECHNICAL_NAME | Technical Service Name | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120203 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |