SAP ABAP Interface IF_STW_MTH_COMMON_TYPES (StreamWork Methods common Data Types)
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)

⤷

⤷

Properties
Interface | IF_STW_MTH_COMMON_TYPES | |
Short Description | StreamWork Methods common Data Types |
General Data
Package | S_STW_OL_CLB_METHODS | Collaboration Method Impl. for StreamWork (comp. mode) |
Created | 20110927 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_STW_MTH_COMMON_TYPES has no forward declaration.
Interfaces
Interface IF_STW_MTH_COMMON_TYPES has no interface.
Friends
Interface IF_STW_MTH_COMMON_TYPES has no friend.
Attributes
Interface IF_STW_MTH_COMMON_TYPES has no attribute.
Methods
Interface IF_STW_MTH_COMMON_TYPES has no method.
Events
Interface IF_STW_MTH_COMMON_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_ACTIVITY_DATA | Public | Type reference (TYPE) | STW_S_ACTIVITY_DATA | 20111028 |
|
|
2 | TS_ACTIVITY_ID_STRUC | Public | See coding | 20111031 | BEGIN OF ts_activity_id_struc,
activity_id TYPE stw_activity_id,
END OF ts_activity_id_struc
|
||
3 | TS_EXTERNAL_ENTITY_INFO | Public | See coding | 20110929 | BEGIN OF ts_external_entity_info,
external_entity_id TYPE string,
external_entity_link_back_url TYPE string,
END OF ts_external_entity_info
|
||
4 | TS_INVITATION | Public | See coding | 20110929 | BEGIN OF ts_invitation,
invitation_id TYPE sysuuid_22,
user TYPE if_stw_mth_common_types=>ts_user,
END OF ts_invitation
|
||
5 | TS_PARTICIPANT | Public | Type reference (TYPE) | TS_USER | 20110927 |
|
|
6 | TS_REQUEST | Public | See coding | 20110929 | BEGIN OF ts_request,
request_id TYPE sysuuid_22,
initator TYPE if_stw_mth_common_types=>ts_user,
END OF ts_request
|
||
7 | TS_TAG | Public | See coding | 20111121 | BEGIN OF ts_tag,
tag_id TYPE string,
tag_value TYPE string,
END OF ts_tag
|
||
8 | TS_USER | Public | See coding | 20110927 | BEGIN OF ts_user,
sw_user_email TYPE if_stw_user=>tv_sw_user_email,
sw_user_id TYPE stw_user_sw_id,
sw_user_name TYPE if_stw_user=>tv_sw_user_name,
END OF ts_user
|
||
9 | TT_ACTIVITY_DATA | Public | See coding | 20111028 | tt_activity_data TYPE STANDARD TABLE OF ts_activity_data WITH DEFAULT KEY
|
||
10 | TT_ACTIVITY_ID_STRUC | Public | See coding | 20111031 | tt_activity_id_struc TYPE TABLE OF ts_activity_id_struc
|
||
11 | TT_INVITATION | Public | See coding | 20110929 | tt_invitation TYPE TABLE OF ts_invitation WITH DEFAULT KEY
|
||
12 | TT_PARTICIPANT | Public | See coding | 20110927 | tt_participant TYPE TABLE OF ts_participant WITH DEFAULT KEY
|
||
13 | TT_REQUESTS | Public | See coding | 20110929 | tt_requests TYPE TABLE OF ts_request WITH DEFAULT KEY
|
||
14 | TT_TAG | Public | See coding | 20111121 | tt_tag TYPE STANDARD TABLE OF ts_tag WITH DEFAULT KEY
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |