SAP ABAP Class CL_STW_MTH_CREATE_ACTIVITY (Create New Activity)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_STW_OL_CLB_METHODS (Package) Collaboration Method Impl. for StreamWork (comp. mode)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLB_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20110914 |
Properties
Class | CL_STW_MTH_CREATE_ACTIVITY | |
Short Description | Create New Activity | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_STW_OL_CLB_METHODS | Collaboration Method Impl. for StreamWork (comp. mode) |
Created | 20110914 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_STW_MTH_CREATE_ACTIVITY has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CLB_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20110914 |
Friends
Class CL_STW_MTH_CREATE_ACTIVITY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TS_CREATE_ACTIVITY_DATA | 20110914 | |||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STW_ACTIVITY_ID | 20110914 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20110914 | |
2 | ![]() |
Instance method | Public | Method | 20110914 |
Events
Class CL_STW_MTH_CREATE_ACTIVITY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_CREATE_ACTIVITY_DATA | Public | See coding | 20110914 | BEGIN OF ts_create_activity_data,
name TYPE if_stw_activity=>tv_activity_name,
purpose TYPE if_stw_activity=>tv_activity_purpose,
template_id TYPE if_stw_activity=>tv_activity_template_id,
privacy TYPE if_stw_activity=>tv_activity_privacy,
sharing TYPE if_stw_activity=>tv_activity_sharing,
invitable TYPE if_stw_activity=>tv_activity_sharing,
due_date TYPE if_stw_activity=>tv_activity_due_date_ts,
reminder TYPE if_stw_activity=>tv_activity_reminder_ts,
END OF ts_create_activity_data
|
Method Signatures
Method GET_ACTIVITY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ACTIVITY_ID | Value transfer | Type reference (TYPE) | STW_ACTIVITY_ID | 20110914 |
Method GET_ACTIVITY_ID on class CL_STW_MTH_CREATE_ACTIVITY has no exception.
Method SET_ACTIVITY_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ACTIVITY_DATA | Call by reference | Type reference (TYPE) | TS_CREATE_ACTIVITY_DATA | 20110914 |
Method SET_ACTIVITY_DATA on class CL_STW_MTH_CREATE_ACTIVITY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |