SAP ABAP Interface IF_STW_BO_API (StremWork Application API for Business Objects)
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)

⤷

⤷

Properties
Interface | IF_STW_BO_API | |
Short Description | StremWork Application API for Business Objects |
General Data
Package | S_STW_OL_COMMON | Common Objects and def. of the Object Layer (comp. mode) |
Created | 20110927 | SAP |
Last changed | 20130531 | 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... |
2 | IF_STW_BO_API | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_STW_BO_API has no interface.
Friends
Interface IF_STW_BO_API has no friend.
Attributes
Interface IF_STW_BO_API has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get Application ID | 20111005 |
2 | ![]() |
Instance method | Public | Method | Get Business Object | 20110927 |
3 | ![]() |
Instance method | Public | Method | Get Business Objects for an Activity | 20110927 |
4 | ![]() |
Instance method | Public | Method | Get Business Objects for Topics | 20111020 |
Events
Interface IF_STW_BO_API has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_ASSIGNED_BO | Public | See coding | 20111019 | BEGIN OF ts_assigned_bo,
bo TYPE REF TO if_stw_bo,
assigned_by TYPE stw_bo_assigned_by,
assigned_on TYPE stw_bo_assigned_on ,
END OF ts_assigned_bo
|
||
2 | TS_TOPIC_ASSIGNED_BO | Public | See coding | 20111019 | BEGIN OF ts_topic_assigned_bo,
topic TYPE REF TO if_stw_topic,
bo TYPE REF TO if_stw_bo,
assigned_by TYPE stw_bo_assigned_by,
assigned_on TYPE stw_bo_assigned_on ,
END OF ts_topic_assigned_bo
|
||
3 | TT_ASSIGNED_BO | Public | See coding | 20111019 | tt_assigned_bo TYPE STANDARD TABLE OF ts_assigned_bo WITH DEFAULT KEY
|
||
4 | TT_TOPIC_ASSIGNED_BO | Public | See coding | 20111019 | tt_topic_assigned_bo TYPE STANDARD TABLE OF ts_topic_assigned_bo WITH DEFAULT KEY
|
Method Signatures
Method GET_APPLICATION_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_APPLICATION_ID | Value transfer | Type reference (TYPE) | CLB_APPLICATION_ID | 20111005 |
Method GET_APPLICATION_ID on Interface IF_STW_BO_API has no exception.
Method GET_BO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BO_ID | Call by reference | Type reference (TYPE) | STW_BO_ID | 20110927 | |||
2 | ![]() |
RO_BO | Value transfer | Object reference (TYPE REF TO) | IF_STW_BO | StreamWork Business Object | 20110927 |
Method GET_BO on Interface IF_STW_BO_API has no exception.
Method GET_BOS_FOR_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 | StreamWork Activity | 20110927 | ||
2 | ![]() |
RT_ASSIGNED_BO | Value transfer | Type reference (TYPE) | IF_STW_BO_API=>TT_ASSIGNED_BO | 20111027 |
Method GET_BOS_FOR_ACTIVITY on Interface IF_STW_BO_API has no exception.
Method GET_BOS_FOR_TOPICS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TOPIC | Call by reference | Type reference (TYPE) | IF_STW_TOPIC=>TT_TOPIC | 20111020 | |||
2 | ![]() |
RT_ASSIGNED_BO | Value transfer | Type reference (TYPE) | IF_STW_BO_API=>TT_TOPIC_ASSIGNED_BO | 20111027 |
Method GET_BOS_FOR_TOPICS on Interface IF_STW_BO_API has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |