SAP ABAP Interface IF_SIW_PIECE (Object of a Service Implementation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SIW (Application Component) Service Implementation Workbench
⤷
S_SIW_CORE (Package) Core of Service Implementation Workbench
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SIW_DDIC_PIECE_DESCR | DDIC Object Description | 20090916 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_SIW_DOMA_PIECE_DESCR | Object Description of a Domain | 20100621 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_SIW_DTEL_PIECE_DESCR | Object Description for a Data Element | 20100318 |
| 4 | Interface composition (i COMPRISING i_ref) | IF_SIW_PIECE_DESCR | Object Description | 20061206 |
| 5 | Interface composition (i COMPRISING i_ref) | IF_SIW_PIECE_PRODUCED | Generated Object | 20061207 |
| 6 | Interface composition (i COMPRISING i_ref) | IF_SIW_SG_PIECE_DESCR | Service Group Object Description | 20090122 |
| 7 | Interface composition (i COMPRISING i_ref) | IF_SIW_STRU_PIECE_DESCR | Object Description for a Structure | 20100408 |
| 8 | Interface composition (i COMPRISING i_ref) | IF_SIW_TTYP_PIECE_DESCR | Object Description for a Table Type | 20100420 |
| 9 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIW_PIECE | Piece (Abstract) | 20071113 |
Properties
| Interface | IF_SIW_PIECE | |
| Short Description | Object of a Service Implementation |
General Data
| Package | S_SIW_CORE | Core of Service Implementation Workbench |
| Created | 20061129 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_SIW_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_SIW_PIECE has no interface.
Friends
Interface IF_SIW_PIECE has no friend.
Attributes
Interface IF_SIW_PIECE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get the Activation Group | 20100322 | |
| 2 | Instance method | Public | Method | Get the Object ID | 20061130 | |
| 3 | Instance method | Public | Method | Supplies the Technical Name of the Object | 20061130 | |
| 4 | Instance method | Public | Method | Get the Package | 20070316 | |
| 5 | Instance method | Public | Method | Get the Producer of the Object | 20070302 | |
| 6 | Instance method | Public | Method | Get the Share Information of the Object | 20070122 | |
| 7 | Instance method | Public | Method | Get the Transport Information | 20070112 | |
| 8 | Instance method | Public | Method | Supplies the Type of the Object | 20061130 |
Events
Interface IF_SIW_PIECE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | STR_IDENTITY_CHANGE | Public | See coding | 20070131 | BEGIN OF STR_IDENTITY_CHANGE,
type type REF TO CE_SIW_PIECE_TYPE,
ID TYPE string,
old_name type string,
new_name type string,
END OF str_identity_change
|
||
| 2 | TAB | Public | See coding | 20061129 | tab TYPE STANDARD TABLE OF REF TO if_siw_piece WITH DEFAULT KEY
|
||
| 3 | TAB_IDENTITY_CHANGE | Public | See coding | 20070131 | tab_identity_change TYPE STANDARD TABLE OF STR_IDENTITY_CHANGE
with DEFAULT KEY
|
Method Signatures
Method GET_ACTIVATION_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ACTIVATION_GROUP | Value transfer | Type reference (TYPE) | SIW_DTE_ACTIVATION_GROUP | Activation Group Number | 20100322 |
Method GET_ACTIVATION_GROUP on Interface IF_SIW_PIECE has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ID | Value transfer | Type reference (TYPE) | STRING | 20061130 |
Method GET_ID on Interface IF_SIW_PIECE has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | STRING | 20061130 |
Method GET_NAME on Interface IF_SIW_PIECE has no exception.
Method GET_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PACKAGE | Value transfer | Type reference (TYPE) | DEVCLASS | Package | 20070316 |
Method GET_PACKAGE on Interface IF_SIW_PIECE has no exception.
Method GET_PRODUCER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PRODUCER | Value transfer | Object reference (TYPE REF TO) | IF_SIW_PRODUCER | Produzent von generierten Objekten | 20070302 |
Method GET_PRODUCER on Interface IF_SIW_PIECE has no exception.
Method GET_SHARE_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SHARE_ATTRIBUTE | Value transfer | Type reference (TYPE) | STRING | 20070122 |
Method GET_SHARE_ATTRIBUTE on Interface IF_SIW_PIECE has no exception.
Method GET_TRANSPORT_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_STR_TRANSPORT_INFO | Value transfer | Type reference (TYPE) | IF_SIW_TYPES=>STR_TRANSPORT_INFO | 20070112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during execution | 20090904 |
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TYPE | Value transfer | Object reference (TYPE REF TO) | CE_SIW_PIECE_TYPE | 20061130 |
Method GET_TYPE on Interface IF_SIW_PIECE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 100 |