SAP ABAP Class /IWBEP/IF_SBDM_SERVICE (SB - Domain Model - Service)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120119 |
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
| Class | /IWBEP/IF_SBDM_SERVICE | |
| Short Description | SB - Domain Model - Service | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120110 | SAP |
| Last change | 20131127 | SAP |
| 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
Class /IWBEP/IF_SBDM_SERVICE has no interface implemented.
Friends
Class /IWBEP/IF_SBDM_SERVICE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20120126 | |||||
| 2 | Constant | Public | Type reference (TYPE) | /IWBEP/SBDM_RELATION_TYPE | 'DRCS' | Service Builder: Relation Type | 20130208 | ||
| 3 | Constant | Public | Type reference (TYPE) | /IWBEP/SBDM_RELATION_TYPE | 'SES' | Service Builder: Relation Type | 20130208 | ||
| 4 | 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
Class /IWBEP/IF_SBDM_SERVICE has no event.
Types
Class /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 class /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 class /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 class /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 class /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 |