SAP ABAP Class CL_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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STW_BO | StreamWork Business Object | 20110922 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STW_BO_INTERNAL | StreamWork Business Object Internal | 20110922 |
Properties
Class | CL_STW_BO | |
Short Description | StreamWork Business Object | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_STW_OL_COMMON | Common Objects and def. of the Object Layer (comp. mode) |
Created | 20110922 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_STW_BO has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_STW_BO | StreamWork Business Object | 20110922 | ||
2 | IF_STW_BO_INTERNAL | StreamWork Business Object Internal | 20110922 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_STW_MODEL_FACTORY | 20110922 | StreamWork Model Factory |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_STW_CONTROLLER | 20110922 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STW_BO_ID | 20110922 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Assign a StreamWork Entity | 20111007 |
2 | ![]() |
Instance method | Private | Method | Assign a StreamWork Topic | 20111025 |
3 | ![]() |
Instance method | Private | Method | Check if an Activity Assignment Exists | 20111007 |
4 | ![]() |
Instance method | Private | Method | Check if a Topic Assignment Exists | 20111025 |
5 | ![]() |
Instance method | Protected | Constructor | Constructor | 20110922 |
6 | ![]() |
Instance method | Private | Method | Fill the Key Fields of an Activity Assignment | 20111007 |
7 | ![]() |
Instance method | Private | Method | Fill the Key Fields of a Topic Assignment | 20111025 |
8 | ![]() |
Instance method | Private | Method | Unassign a StreamWork Entity | 20111007 |
9 | ![]() |
Instance method | Private | Method | Unassign a StreamWork Topic | 20111025 |
Events
Class CL_STW_BO has no event.
Types
Class CL_STW_BO has no local type.
Method Signatures
Method ASSIGN_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BO_ENTITY | Call by reference | Type reference (TYPE) | STW_S_BO_ENTITY | 20111007 |
Method ASSIGN_ENTITY on class CL_STW_BO has no exception.
Method ASSIGN_TOPIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BO_TOPIC | Call by reference | Type reference (TYPE) | STW_S_BO_TOPIC | 20111025 |
Method ASSIGN_TOPIC on class CL_STW_BO has no exception.
Method CHECK_IF_ASSIGNMENT_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENTITY_ID | Call by reference | Type reference (TYPE) | STW_ENTITY_ID | 20111007 | |||
2 | ![]() |
IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | STW_ENTITY_TYPE | 20111007 | |||
3 | ![]() |
RV_EXISTS | Value transfer | Type reference (TYPE) | BOOLE | 20111007 |
Method CHECK_IF_ASSIGNMENT_EXISTS on class CL_STW_BO has no exception.
Method CHECK_IF_TOPIC_ASSIGNMT_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TOPIC_ID | Call by reference | Type reference (TYPE) | STW_TOPIC_ID | 20111025 | |||
2 | ![]() |
RV_EXISTS | Value transfer | Type reference (TYPE) | BOOLE | 20111025 |
Method CHECK_IF_TOPIC_ASSIGNMT_EXISTS on class CL_STW_BO has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_STW_CONTROLLER | 20110922 | |||
2 | ![]() |
IV_BO_ID | Call by reference | Type reference (TYPE) | STW_BO_ID | 20110922 |
Method CONSTRUCTOR on class CL_STW_BO has no exception.
Method FILL_ASSIGNMENT_KEY_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENTITY_ID | Call by reference | Type reference (TYPE) | STW_ENTITY_ID | 20111007 | |||
2 | ![]() |
IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | STW_ENTITY_TYPE | 20111007 | |||
3 | ![]() |
RS_BO_ENTITY | Value transfer | Type reference (TYPE) | STW_S_BO_ENTITY | 20111007 |
Method FILL_ASSIGNMENT_KEY_FIELDS on class CL_STW_BO has no exception.
Method FILL_TOPIC_ASSIGNMT_KEY_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TOPIC_ID | Call by reference | Type reference (TYPE) | STW_TOPIC_ID | 20111025 | |||
2 | ![]() |
RS_BO_TOPIC | Value transfer | Type reference (TYPE) | STW_S_BO_TOPIC | 20111025 |
Method FILL_TOPIC_ASSIGNMT_KEY_FIELDS on class CL_STW_BO has no exception.
Method UNASSIGN_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BO_ENTITY | Call by reference | Type reference (TYPE) | STW_S_BO_ENTITY | 20111007 |
Method UNASSIGN_ENTITY on class CL_STW_BO has no exception.
Method UNASSIGN_TOPIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BO_TOPIC | Call by reference | Type reference (TYPE) | STW_S_BO_TOPIC | 20111025 |
Method UNASSIGN_TOPIC on class CL_STW_BO has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |