SAP IF_SWF_RUN_WIM_WORK_QUEUE OO Class - Workflow: Work Item Manager (Work Queue)









IF_SWF_RUN_WIM_WORK_QUEUE 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_SWF_RUN_WIM_WORK_QUEUE 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_SWF_RUN_WIM_WORK_QUEUE 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
AI_CREATE_AI_ENTRIESGenerates entries for work queue (on generation)Public
CALL METHOD if_swf_run_wim_work_queue=>AI_CREATE_AI_ENTRIES...more details

AI_ELEMENT_APPENDAppend a Line to an Existing Work QueuePublic
CALL METHOD if_swf_run_wim_work_queue=>AI_ELEMENT_APPEND...more details

AI_ELEMENT_DELETEDelete a Line from an Existing Work QueuePublic
CALL METHOD if_swf_run_wim_work_queue=>AI_ELEMENT_DELETE...more details

AI_ELEMENT_GETRead a Line from an Existing Work QueuePublic
CALL METHOD if_swf_run_wim_work_queue=>AI_ELEMENT_GET...more details

AI_ELEMENT_LIST_UPDATEUpdate Element List of Work QueuePublic
CALL METHOD if_swf_run_wim_work_queue=>AI_ELEMENT_LIST_UPDATE...more details

AI_ELEMENT_OBJECT_DISPLAYDisplay Object of EntryPublic
CALL METHOD if_swf_run_wim_work_queue=>AI_ELEMENT_OBJECT_DISPLAY...more details

AI_ELEMENT_STATUS_CHANGEChange Status of Line of Work QueuePublic
CALL METHOD if_swf_run_wim_work_queue=>AI_ELEMENT_STATUS_CHANGE...more details

AI_ELEMENT_WORKITEM_DISPLAYDisplay Work Item of EntryPublic
CALL METHOD if_swf_run_wim_work_queue=>AI_ELEMENT_WORKITEM_DISPLAY...more details

AI_EXECUTEExecute Work QueuePublic
CALL METHOD if_swf_run_wim_work_queue=>AI_EXECUTE...more details

AI_GET_ELEMENT_LISTGets element list of work queuePublic
CALL METHOD if_swf_run_wim_work_queue=>AI_GET_ELEMENT_LIST...more details

AI_GET_WI_HANDLEGets work itemPublic
CALL METHOD if_swf_run_wim_work_queue=>AI_GET_WI_HANDLE...more details

AI_HANDLE_APPLIC_EXECUTIONHandles error from application exitPublic
CALL METHOD if_swf_run_wim_work_queue=>AI_HANDLE_APPLIC_EXECUTION...more details

AI_REFRESH_ELEMENT_LISTReads Element List from DatabasePublic
CALL METHOD if_swf_run_wim_work_queue=>AI_REFRESH_ELEMENT_LIST...more details

AI_RELEASERelease Work QueuePublic
CALL METHOD if_swf_run_wim_work_queue=>AI_RELEASE...more details

AI_RESTARTRestart Work QueuePublic
CALL METHOD if_swf_run_wim_work_queue=>AI_RESTART...more details

AI_SET_ELEMENT_LISTSets Element List of a WorklistPublic
CALL METHOD if_swf_run_wim_work_queue=>AI_SET_ELEMENT_LIST...more details

AI_SET_STATUSSets status of work queuePublic
CALL METHOD if_swf_run_wim_work_queue=>AI_SET_STATUS...more details




Links to Related Class(s)

IF_SWF_R...
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!