SAP ABAP Interface /IWBEP/IF_SBDM_GEN_ARTIFACT (SB - Domain Model - Generated Artifact)
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_GEN_ARTIFACT | SB - Domain Model - Generated Artifact | 20120116 |
Properties
| Interface | /IWBEP/IF_SBDM_GEN_ARTIFACT | |
| Short Description | SB - Domain Model - Generated Artifact |
General Data
| Package | /IWBEP/SB_DM_BASE | Gateway Service Builder - Domain Model API and SPI |
| Created | 20120110 | SAP |
| Last changed | 20141120 | |
| Unicode checks active |
Forward declarations
Interface /IWBEP/IF_SBDM_GEN_ARTIFACT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120116 |
Friends
Interface /IWBEP/IF_SBDM_GEN_ARTIFACT 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 | 20120116 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets the administrative data | 20120116 | |
| 2 | Instance method | Public | Method | Gets the hash value | 20120221 | |
| 3 | Instance method | Public | Method | Gets the RFC Name | 20140107 | |
| 4 | Instance method | Public | Method | Gets the TADIR data | 20120116 | |
| 5 | Instance method | Public | Method | Gets the generated artifact type | 20120221 | |
| 6 | Instance method | Public | Method | Sets the administrative data | 20120116 | |
| 7 | Instance method | Public | Method | Sets the hash value | 20120221 | |
| 8 | Instance method | Public | Method | Sets the RFC Name | 20140107 | |
| 9 | Instance method | Public | Method | Sets the TADIR data | 20120116 | |
| 10 | Instance method | Public | Method | Sets the generated artifact type | 20120221 |
Events
Interface /IWBEP/IF_SBDM_GEN_ARTIFACT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_TADIR_DATA | Public | See coding | 20120116 | BEGIN OF TY_S_TADIR_DATA,
pgmid TYPE pgmid,
trobj_type TYPE trobjtype,
trobj_name TYPE sobj_name,
END OF TY_S_TADIR_DATA
|
Method Signatures
Method GET_ADMIN_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_ADMIN_DATA | Value transfer | Type reference (TYPE) | /IWBEP/S_SBDM_ADMIN_DATA | SB: DM administrative data | 20120116 |
Method GET_ADMIN_DATA on Interface /IWBEP/IF_SBDM_GEN_ARTIFACT has no exception.
Method GET_HASH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HASH | Value transfer | Type reference (TYPE) | HASH160X | Hash Value (160 Bits) | 20120221 |
Method GET_HASH on Interface /IWBEP/IF_SBDM_GEN_ARTIFACT has no exception.
Method GET_RFCNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TYPE | Value transfer | Type reference (TYPE) | /IWBEP/SBDM_RFC_NAME | 20140107 |
Method GET_RFCNAME on Interface /IWBEP/IF_SBDM_GEN_ARTIFACT has no exception.
Method GET_TADIR_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_TADIR_DATA | Value transfer | Type reference (TYPE) | TY_S_TADIR_DATA | 20120116 |
Method GET_TADIR_DATA on Interface /IWBEP/IF_SBDM_GEN_ARTIFACT has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TYPE | Value transfer | Type reference (TYPE) | /IWBEP/SBDM_GEN_ART_TYPE | SB: DM generated artifact type | 20120221 |
Method GET_TYPE on Interface /IWBEP/IF_SBDM_GEN_ARTIFACT has no exception.
Method SET_ADMIN_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ADMIN_DATA | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDM_ADMIN_DATA | SB: DM administrative data | 20120116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120215 |
Method SET_HASH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HASH | Call by reference | Type reference (TYPE) | HASH160X | Hash Value (160 Bits) | 20120221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120221 |
Method SET_RFCNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_RFC_NAME | SB: DM generated artifact type | 20140107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20140109 |
Method SET_TADIR_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TADIR_DATA | Call by reference | Type reference (TYPE) | TY_S_TADIR_DATA | 20120116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120215 |
Method SET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_GEN_ART_TYPE | SB: DM generated artifact type | 20120221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120221 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |