SAP IF_STW_ACTIVITY OO Class - StreamWork Activity









IF_STW_ACTIVITY is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_STW_ACTIVITY including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_STW_ACTIVITY SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CREATE_ITEM_INSTANCECreate Item InstancePublic
CALL METHOD if_stw_activity=>CREATE_ITEM_INSTANCE...more details

CREATE_TASKCreate TaskPublic
CALL METHOD if_stw_activity=>CREATE_TASK...more details

FOLLOWPublic
CALL METHOD if_stw_activity=>FOLLOW...more details

GET_CREATED_ATGet Attribute 'Created at'Public
CALL METHOD if_stw_activity=>GET_CREATED_AT...more details

GET_CREATORGet the Creator of an ActivityPublic
CALL METHOD if_stw_activity=>GET_CREATOR...more details

GET_DUE_DATEGet Activity Attribute 'Due Date'Public
CALL METHOD if_stw_activity=>GET_DUE_DATE...more details

GET_FOLLOWERSPublic
CALL METHOD if_stw_activity=>GET_FOLLOWERS...more details

GET_IDGet the Activity IDPublic
CALL METHOD if_stw_activity=>GET_ID...more details

GET_INVITATIONSGet the Pending Participant Invitations of an ActivityPublic
CALL METHOD if_stw_activity=>GET_INVITATIONS...more details

GET_ITEMSGet Items for the ActivityPublic
CALL METHOD if_stw_activity=>GET_ITEMS...more details

GET_LINKGet the Link to an ActivityPublic
CALL METHOD if_stw_activity=>GET_LINK...more details

GET_NAMEGet the Activity NamePublic
CALL METHOD if_stw_activity=>GET_NAME...more details

GET_OWNERGet the Owner of the ActivityPublic
CALL METHOD if_stw_activity=>GET_OWNER...more details

GET_PARTICIPANTSGet the Participants of an ActivityPublic
CALL METHOD if_stw_activity=>GET_PARTICIPANTS...more details

GET_PRIVACYGet Activity Attribute 'Privacy'Public
CALL METHOD if_stw_activity=>GET_PRIVACY...more details

GET_PURPOSEGet Activity DescriptionPublic
CALL METHOD if_stw_activity=>GET_PURPOSE...more details

GET_REMINDERGet Activity Attribute 'Reminder'Public
CALL METHOD if_stw_activity=>GET_REMINDER...more details

GET_RESOURCE_FEEDPublic
CALL METHOD if_stw_activity=>GET_RESOURCE_FEED...more details

GET_SHARINGGet Activity Attribute 'Sharing'Public
CALL METHOD if_stw_activity=>GET_SHARING...more details

GET_STATUSGet the Status of an ActivityPublic
CALL METHOD if_stw_activity=>GET_STATUS...more details

GET_TAGSGet TagsPublic
CALL METHOD if_stw_activity=>GET_TAGS...more details

GET_TASKSGet TasksPublic
CALL METHOD if_stw_activity=>GET_TASKS...more details

GET_UPDATED_ATGet Attribute 'Updated At'Public
CALL METHOD if_stw_activity=>GET_UPDATED_AT...more details

GET_UPDATE_COUNTGet Attribute 'Update Count'Public
CALL METHOD if_stw_activity=>GET_UPDATE_COUNT...more details

GET_VISIBILITYObsolete: Get Attribute 'Visibility'Public
CALL METHOD if_stw_activity=>GET_VISIBILITY...more details

INVITE_PARTICIPANTSInvite Participants to an ActivityPublic
CALL METHOD if_stw_activity=>INVITE_PARTICIPANTS...more details

POST_STATUS_UPDATEPublic
CALL METHOD if_stw_activity=>POST_STATUS_UPDATE...more details

REMOVE_PARTICIPANTRemove a Participant from an ActivityPublic
CALL METHOD if_stw_activity=>REMOVE_PARTICIPANT...more details

RESET_EVENT_COUNTERReset the Update Counter for an ActivityPublic
CALL METHOD if_stw_activity=>RESET_EVENT_COUNTER...more details

SET_DUE_DATESet Due Date and Reminder of ActivityPublic
CALL METHOD if_stw_activity=>SET_DUE_DATE...more details

SET_NAMESet NamePublic
CALL METHOD if_stw_activity=>SET_NAME...more details

SET_OWNERSet the Owner of the ActivityPublic
CALL METHOD if_stw_activity=>SET_OWNER...more details

SET_PRIVACYSet Activity Attribute 'Privacy'Public
CALL METHOD if_stw_activity=>SET_PRIVACY...more details

SET_SHARINGSet Activity Attribute 'Sharing'Public
CALL METHOD if_stw_activity=>SET_SHARING...more details

SET_STATUSSet StatusPublic
CALL METHOD if_stw_activity=>SET_STATUS...more details

UNFOLLOWPublic
CALL METHOD if_stw_activity=>UNFOLLOW...more details



IF_STW_ACTIVITY attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
GC_DUE_DATEConstantLIKE
Public
GC_INVITABLEConstantnum invitable of a activityLIKE
Public
GC_PRIVACYConstantEnum Privacy of a activtyLIKE
Public
GC_REMINDERConstantLIKE
Public
GC_SHARINGConstantEnum Sharing of a activityLIKE
Public
GC_STATUSConstantLIKE
Public
GC_URL_TYPEConstantLIKE
Public
GC_VISIBLITYConstantLIKE
Public




IF_STW_ACTIVITY types

TS_ACTIVITY_TAG - Activity Tag
TS_EXTERNAL_ENTITY_INFO - External Reference
TS_INVITATION_ERROR - Invitation Error
TS_INVITATION_RESULT - Invitation Result
TT_ACTIVITY - List of Activity References
TT_ACTIVITY_ID - List of Activity IDs
TT_ACTIVITY_TAG - List of Activity Tags
TT_INVITATION_ERROR - List of Invitation Errors
TV_ACTIVITY_CREATED_AT - Created at (Timestamp)
TV_ACTIVITY_DUE_DATE - StreamWork Activity Due Date
TV_ACTIVITY_DUE_DATE_TS -
TV_ACTIVITY_ID - Activity ID
TV_ACTIVITY_INVITABLE - Invitable in Case of Confidential Privacy
TV_ACTIVITY_NAME - Activity Name
TV_ACTIVITY_PRIVACY - Privacy
TV_ACTIVITY_PURPOSE - Objectives
TV_ACTIVITY_REMINDER - StreamWork Activity Due Date Reminder
TV_ACTIVITY_REMINDER_TS -
TV_ACTIVITY_SHARING - Sharing State
TV_ACTIVITY_STATUS - Status
TV_ACTIVITY_TEMPLATE_ID - Template ID
TV_ACTIVITY_UPDATED_AT - Updated at (Timestamp)
TV_ACTIVITY_UPDATE_COUNT - Update Count
TV_ACTIVITY_URL_TYPE - URL Type
TV_ACTIVITY_VISIBILITY - Visibility of Activity

Links to Related Class(s)

IF_STW_A...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!