SAP ABAP Interface IF_STW_BO (StreamWork Business Object)
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 composition (i COMPRISING i_ref) | IF_STW_BO_INTERNAL | StreamWork Business Object Internal | 20110922 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_STW_BO | StreamWork Business Object | 20110922 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | TD_STW_GENERAL_ABSTRACT | general abstract testdouble to reduce note dependencies | 20120526 |
Properties
Interface | IF_STW_BO | |
Short Description | StreamWork Business Object |
General Data
Package | S_STW_OL_COMMON | Common Objects and def. of the Object Layer (comp. mode) |
Created | 20110922 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_STW_BO | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_STW_BO has no interface.
Friends
Interface IF_STW_BO has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_ENTITY_TYPE | Constant | Public | See coding | 20110923 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Assign an Activity to a Business Object | 20110922 |
2 | ![]() |
Instance method | Public | Method | Assign a Topic to A Business object | 20111019 |
3 | ![]() |
Instance method | Public | Method | Get the Activities that are Assigned to a Business Object | 20110926 |
4 | ![]() |
Instance method | Public | Method | Get the IDs of Activities that are Assigned to a BO | 20111026 |
5 | ![]() |
Instance method | Public | Method | Get IDs and Administrative Data of Assigned Activities | 20111031 |
6 | ![]() |
Instance method | Public | Method | Get the Topics that are Assigned to a Business Object | 20111019 |
7 | ![]() |
Instance method | Public | Method | Get Topic References and Administrative Data | 20111028 |
8 | ![]() |
Instance method | Public | Method | Get the ID of a Business object | 20110922 |
9 | ![]() |
Instance method | Public | Method | Unassign an Activity from a Business Object | 20110922 |
10 | ![]() |
Instance method | Public | Method | Unassign a Topic from a Business Object | 20111019 |
Events
Interface IF_STW_BO has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_ASSIGNED_ACT_ID_DETAILS | Public | See coding | 20111031 | BEGIN OF ts_assigned_act_id_details,
activity_id TYPE stw_activity_id,
assigned_by TYPE stw_bo_assigned_by,
assigned_on TYPE stw_bo_assigned_on ,
END OF ts_assigned_act_id_details
|
||
2 | TS_ASSIGNED_TOPIC_DETAILS | Public | See coding | 20111028 | BEGIN OF ts_assigned_topic_details,
topic TYPE REF TO if_stw_topic,
assigned_by TYPE stw_bo_assigned_by,
assigned_on TYPE stw_bo_assigned_on ,
END OF ts_assigned_topic_details
|
||
3 | TT_ASSIGNED_ACT_ID_DETAILS | Public | See coding | 20111031 | tt_assigned_act_id_details TYPE STANDARD TABLE OF ts_assigned_act_id_details WITH DEFAULT KEY
|
||
4 | TT_ASSIGNED_TOPIC_DETAILS | Public | See coding | 20111028 | tt_assigned_topic_details TYPE STANDARD TABLE OF ts_assigned_topic_details WITH DEFAULT KEY
|
Method Signatures
Method ASSIGN_ACTIVITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ACTIVITY | Call by reference | Object reference (TYPE REF TO) | IF_STW_ACTIVITY | Activity | 20110923 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110923 |
Method ASSIGN_TOPIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TOPIC | Call by reference | Object reference (TYPE REF TO) | IF_STW_TOPIC | Feed Topic | 20111019 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111019 |
Method GET_ASSIGNED_ACTIVITIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ASSIGNED_ACTIVITY | Value transfer | Type reference (TYPE) | IF_STW_ACTIVITY=>TT_ACTIVITY | 20111028 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111102 |
Method GET_ASSIGNED_ACTIVITY_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ASSIGNED_ACTIVITY_ID | Value transfer | Type reference (TYPE) | IF_STW_ACTIVITY=>TT_ACTIVITY_ID | 20111028 |
Method GET_ASSIGNED_ACTIVITY_IDS on Interface IF_STW_BO has no exception.
Method GET_ASSIGNED_ACT_ID_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ASSIGNED_ACT_ID_DETAILS | Value transfer | Type reference (TYPE) | IF_STW_BO=>TT_ASSIGNED_ACT_ID_DETAILS | 20111031 |
Method GET_ASSIGNED_ACT_ID_DETAILS on Interface IF_STW_BO has no exception.
Method GET_ASSIGNED_TOPICS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ASSIGNED_TOPIC | Value transfer | Type reference (TYPE) | IF_STW_TOPIC=>TT_TOPIC | 20111028 |
Method GET_ASSIGNED_TOPICS on Interface IF_STW_BO has no exception.
Method GET_ASSIGNED_TOPIC_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ASSIGNED_TOPIC_DETAILS | Value transfer | Type reference (TYPE) | IF_STW_BO=>TT_ASSIGNED_TOPIC_DETAILS | 20111028 |
Method GET_ASSIGNED_TOPIC_DETAILS on Interface IF_STW_BO has no exception.
Method GET_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_BO_ID | Value transfer | Type reference (TYPE) | STW_BO_ID | Business Object ID | 20110922 |
Method GET_ID on Interface IF_STW_BO has no exception.
Method UNASSIGN_ACTIVITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ACTIVITY | Call by reference | Object reference (TYPE REF TO) | IF_STW_ACTIVITY | Activity | 20110923 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110923 |
Method UNASSIGN_TOPIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TOPIC | Call by reference | Object reference (TYPE REF TO) | IF_STW_TOPIC | Feed Topic | 20111019 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111019 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 732 |