SAP IF_STW_API OO Class - StreamWork Application API (Compatibility Mode in SAP Jam)









IF_STW_API 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_API 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_API 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_ACTIVITYCreate an Activity in StreamWorkPublic
CALL METHOD if_stw_api=>CREATE_ACTIVITY...more details

CREATE_FEED_FILTERCreate a Feed FilterPublic
CALL METHOD if_stw_api=>CREATE_FEED_FILTER...more details

CREATE_TOPICCreate a Topic in StreamWorkPublic
CALL METHOD if_stw_api=>CREATE_TOPIC...more details

GET_ACTIVITYGet a StreamWork Activity by the Activity IDPublic
CALL METHOD if_stw_api=>GET_ACTIVITY...more details

GET_ACTIVITY_QUERYGet the API for Activity QueriesPublic
CALL METHOD if_stw_api=>GET_ACTIVITY_QUERY...more details

GET_APPLICATION_IDGet the Application ID of the Current InstancePublic
CALL METHOD if_stw_api=>GET_APPLICATION_ID...more details

GET_CURRENT_USERGet the API for Information on the Current UserPublic
CALL METHOD if_stw_api=>GET_CURRENT_USER...more details

GET_GW_CHANNELGet the Gateway Layer WrapperPublic
CALL METHOD if_stw_api=>GET_GW_CHANNEL...more details

GET_ITEMGet the API for a StreamWork ItemPublic
CALL METHOD if_stw_api=>GET_ITEM...more details

GET_SINGLE_USE_TOKENPublic
CALL METHOD if_stw_api=>GET_SINGLE_USE_TOKEN...more details

GET_TASKGet Task by IDPublic
CALL METHOD if_stw_api=>GET_TASK...more details

GET_TOPICGet the API for a StreamWork Feed TopicPublic
CALL METHOD if_stw_api=>GET_TOPIC...more details

GET_USERGet the API for Information on a StreamWork UserPublic
CALL METHOD if_stw_api=>GET_USER...more details

SET_SCOPESet the Scope for the Following API CallsPublic
CALL METHOD if_stw_api=>SET_SCOPE...more details




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!