SAP ABAP Class /IWBEP/IF_SBDM_GEN_ARTIFACT (SB - Domain Model - Generated Artifact)
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 | 20120116 |
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
| Class | /IWBEP/IF_SBDM_GEN_ARTIFACT | |
| Short Description | SB - Domain Model - Generated Artifact | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120110 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWBEP/IF_SBDM_GEN_ARTIFACT has no forward declaration.
Interfaces
Class /IWBEP/IF_SBDM_GEN_ARTIFACT has no interface implemented.
Friends
Class /IWBEP/IF_SBDM_GEN_ARTIFACT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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
Class /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 class /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 class /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 class /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 class /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 class /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 |