SAP ABAP Interface IF_STW_ITEM_GENERIC (StreamWork Item (generic))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_STW_OL_COMMON (Package) Common Objects and def. of the Object Layer (comp. mode)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_STW_ITEM | StreamWork Item (Generic) | 20120510 |
Properties
| Interface | IF_STW_ITEM_GENERIC | |
| Short Description | StreamWork Item (generic) |
General Data
| Package | S_STW_OL_COMMON | Common Objects and def. of the Object Layer (comp. mode) |
| Created | 20111108 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_STW_ITEM | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_STW_ITEM | StreamWork Item (generic) | 20111108 |
Friends
Interface IF_STW_ITEM_GENERIC has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_ITEM_TYPE | Constant | Public | See coding | 20111108 | ||||
| 2 | GC_URL_TYPE | Constant | Public | See coding | 20111108 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create a new StreamWork Item | 20111108 | |
| 2 | Instance method | Public | Method | 20111116 | ||
| 3 | Instance method | Public | Method | 20111116 | ||
| 4 | Instance method | Public | Method | 20111116 | ||
| 5 | Instance method | Public | Method | 20111116 | ||
| 6 | Instance method | Public | Method | 20111128 | ||
| 7 | Instance method | Public | Method | 20111124 | ||
| 8 | Instance method | Public | Method | 20111108 | ||
| 9 | Instance method | Public | Method | 20111108 | ||
| 10 | Instance method | Public | Method | 20111116 | ||
| 11 | Instance method | Public | Method | 20111116 | ||
| 12 | Instance method | Public | Method | 20111116 | ||
| 13 | Instance method | Public | Method | 20111116 |
Events
Interface IF_STW_ITEM_GENERIC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ATTACHMENT | Public | See coding | 20111108 | BEGIN OF ts_attachment,
part_name TYPE string,
filename TYPE string,
content_type TYPE string ,
file TYPE xstring,
END OF ts_attachment
|
||
| 2 | TT_ATTACHMENT | Public | See coding | 20111108 | tt_attachment TYPE TABLE OF ts_attachment
|
||
| 3 | TT_ITEM | Public | See coding | 20111108 | tt_item TYPE TABLE OF REF TO if_stw_item WITH DEFAULT KEY
|
||
| 4 | TT_ITEM_ID | Public | See coding | 20111108 | tt_item_id TYPE TABLE OF stw_item_id WITH DEFAULT KEY
|
||
| 5 | TV_ITEM_CONTENT | Public | Type reference (TYPE) | XSTRING | 20111128 | |
|
| 6 | TV_ITEM_CONTENT_LENGTH | Public | Type reference (TYPE) | I | 20111128 | |
|
| 7 | TV_ITEM_CONTENT_TYPE | Public | Type reference (TYPE) | STW_ITEM_CONTENT_TYPE | 20111128 | |
|
| 8 | TV_ITEM_CREATED_AT | Public | Type reference (TYPE) | STW_ITEM_CREATED_AT | StreamWork Creation Timestamp | 20111108 | |
| 9 | TV_ITEM_DATA_GENERIC | Public | Type reference (TYPE) | XSTRING | Item Data Generic Format (XML) | 20111108 | |
| 10 | TV_ITEM_DESCRIPTION | Public | Type reference (TYPE) | STW_ITEM_DESCRIPTION | StreamWork Item Descripton ( About ) | 20111108 | |
| 11 | TV_ITEM_DETAIL_XML | Public | Type reference (TYPE) | XSTRING | 20111108 | |
|
| 12 | TV_ITEM_ID | Public | Type reference (TYPE) | STW_ITEM_ID | StreamWork Item ID | 20111108 | |
| 13 | TV_ITEM_NAME | Public | Type reference (TYPE) | STW_ITEM_NAME | StreamWork Item Name | 20111108 | |
| 14 | TV_ITEM_TYPE | Public | Type reference (TYPE) | STW_ITEM_TYPE | 20111108 | |
|
| 15 | TV_ITEM_UPDATED_AT | Public | Type reference (TYPE) | STW_ITEM_UPDATED_AT | 20111108 | |
|
| 16 | TV_ITEM_URL_TYPE | Public | Type reference (TYPE) | STW_ACTIVITY_URL_TYPE | 20111108 | |
|
| 17 | TV_ITEM_VERSION | Public | Type reference (TYPE) | STW_ITEM_VERSION | StreamWork Item Version | 20111108 | |
Method Signatures
Method CREATE_FROM_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ATTACHMENT | Call by reference | Type reference (TYPE) | IF_STW_ITEM=>TT_ATTACHMENT | 20111108 | ||||
| 2 | IV_ITEM_DESCRIPTION | Call by reference | Type reference (TYPE) | IF_STW_ITEM=>TV_ITEM_DESCRIPTION | StreamWork Item Descripton ( About ) | 20111108 | |||
| 3 | IV_ITEM_DETAIL_XML | Call by reference | Type reference (TYPE) | IF_STW_ITEM=>TV_ITEM_DETAIL_XML | 20111108 | ||||
| 4 | IV_ITEM_NAME | Call by reference | Type reference (TYPE) | IF_STW_ITEM=>TV_ITEM_NAME | StreamWork Item Name | 20111108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111108 |
Method GET_ACTIVITY Signature
Method GET_ACTIVITY on Interface IF_STW_ITEM_GENERIC has no parameter.
Method GET_ACTIVITY on Interface IF_STW_ITEM_GENERIC has no exception.
Method GET_CREATED_AT Signature
Method GET_CREATED_AT on Interface IF_STW_ITEM_GENERIC has no parameter.
Method GET_CREATED_AT on Interface IF_STW_ITEM_GENERIC has no exception.
Method GET_CREATOR Signature
Method GET_CREATOR on Interface IF_STW_ITEM_GENERIC has no parameter.
Method GET_CREATOR on Interface IF_STW_ITEM_GENERIC has no exception.
Method GET_DESCRIPTION Signature
Method GET_DESCRIPTION on Interface IF_STW_ITEM_GENERIC has no parameter.
Method GET_DESCRIPTION on Interface IF_STW_ITEM_GENERIC has no exception.
Method GET_DETAIL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONTENT | Call by reference | Type reference (TYPE) | TV_ITEM_CONTENT | 20111128 | ||||
| 2 | EV_CONTENT_LENGTH | Call by reference | Type reference (TYPE) | TV_ITEM_CONTENT_LENGTH | 20111128 | ||||
| 3 | EV_CONTENT_TYPE | Call by reference | Type reference (TYPE) | TV_ITEM_CONTENT_TYPE | 20111128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111128 |
Method GET_DETAIL_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DETAIL_XML | Value transfer | Type reference (TYPE) | IF_STW_ITEM=>TV_ITEM_DETAIL_XML | 20111124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111124 |
Method GET_ID Signature
Method GET_ID on Interface IF_STW_ITEM_GENERIC has no parameter.
Method GET_ID on Interface IF_STW_ITEM_GENERIC has no exception.
Method GET_LINK Signature
Method GET_LINK on Interface IF_STW_ITEM_GENERIC has no parameter.
Method GET_LINK on Interface IF_STW_ITEM_GENERIC has no exception.
Method GET_NAME Signature
Method GET_NAME on Interface IF_STW_ITEM_GENERIC has no parameter.
Method GET_NAME on Interface IF_STW_ITEM_GENERIC has no exception.
Method GET_UPDATED_AT Signature
Method GET_UPDATED_AT on Interface IF_STW_ITEM_GENERIC has no parameter.
Method GET_UPDATED_AT on Interface IF_STW_ITEM_GENERIC has no exception.
Method GET_UPDATED_BY Signature
Method GET_UPDATED_BY on Interface IF_STW_ITEM_GENERIC has no parameter.
Method GET_UPDATED_BY on Interface IF_STW_ITEM_GENERIC has no exception.
Method GET_VERSION Signature
Method GET_VERSION on Interface IF_STW_ITEM_GENERIC has no parameter.
Method GET_VERSION on Interface IF_STW_ITEM_GENERIC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |