SAP ABAP Class IF_STW_BO_API (StremWork Application API for Business Objects)
Properties
| Class | IF_STW_BO_API | |
| Short Description | StremWork Application API for Business Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110927 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_STW_BO_API has no interface implemented.
Friends
Class IF_STW_BO_API has no friend class.
Attributes
Class 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
Class 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 class 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 class 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 class 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 class IF_STW_BO_API has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |