SAP ABAP Class CL_STW_MTH_ACT_INVITE_PARTICIP (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 | 20110915 |
Properties
| Class | CL_STW_MTH_ACT_INVITE_PARTICIP | |
| 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 | 20110915 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_STW_MTH_ACT_INVITE_PARTICIP has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CLB_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20110915 |
Friends
Class CL_STW_MTH_ACT_INVITE_PARTICIP 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) | CL_STW_MTH_ACT_INVITE_PARTICIP=>TS_INVITATION_RESULT_DATA | 20110915 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TT_PARTICIPANT | 20110922 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | STW_ACTIVITY_ID | 20110916 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110916 | ||
| 2 | Instance method | Public | Method | 20110916 | ||
| 3 | Instance method | Public | Method | 20110922 |
Events
Class CL_STW_MTH_ACT_INVITE_PARTICIP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INVITATION_RESULT_DATA | Public | See coding | 20110916 | BEGIN OF ts_invitation_result_data,
invited TYPE tt_participant,
already TYPE tt_participant,
not_invited TYPE TABLE OF ts_not_invited_participants WITH DEFAULT KEY,
END OF ts_invitation_result_data
|
||
| 2 | TS_NOT_INVITED_PARTICIPANTS | Public | See coding | 20110916 | BEGIN OF ts_not_invited_participants,
sw_user_email TYPE if_stw_user=>tv_sw_user_email,
sw_user_id TYPE stw_user_sw_id,
cause TYPE string,
END OF ts_not_invited_participants
|
||
| 3 | TS_PARTICIPANT | Public | Type reference (TYPE) | IF_STW_MTH_COMMON_TYPES=>TS_PARTICIPANT | 20110922 | |
|
| 4 | TT_PARTICIPANT | Public | Type reference (TYPE) | IF_STW_MTH_COMMON_TYPES=>TT_PARTICIPANT | 20110922 | |
Method Signatures
Method GET_INVITATION_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_INVITATION_RESULT | Call by reference | Type reference (TYPE) | TS_INVITATION_RESULT_DATA | 20110916 |
Method GET_INVITATION_RESULT on class CL_STW_MTH_ACT_INVITE_PARTICIP has no exception.
Method SET_ACTIVITY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVITY_ID | Call by reference | Type reference (TYPE) | STW_ACTIVITY_ID | 20110916 |
Method SET_ACTIVITY_ID on class CL_STW_MTH_ACT_INVITE_PARTICIP has no exception.
Method SET_PARTICIPANTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARTICIPANT | Call by reference | Type reference (TYPE) | TT_PARTICIPANT | 20110922 |
Method SET_PARTICIPANTS on class CL_STW_MTH_ACT_INVITE_PARTICIP has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |