SAP ABAP Interface IF_RMPS_WORKITEM (IF for Work Item)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-RCM (Application Component) Records and Case Management
     RMPS_DESK (Package) Electronic Desk
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RMPS_WORKITEM Tree in Organizer (Workflow) 20020909
Properties
Interface IF_RMPS_WORKITEM  
Short Description IF for Work Item    
General Data
Package RMPS_DESK   Electronic Desk 
Created 20020909   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SRM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_RMPS_WORKITEM has no interface.
Friends
Interface IF_RMPS_WORKITEM has no friend.
Attributes
Interface IF_RMPS_WORKITEM has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CASES_GET Static method Public Method Get List of Cases 20070412
2 CONTEXT_MENU_WORKITEM Instance method Public Method 20020909
3 EXECUTE_FCODE Instance method Public Method Execute FCODE from Context Menu 20020909
4 GET_INSTANCE Static method Public Method Instance of Work Item Class (re-create if necessary) 20020909
5 OTHER_WORKITEMS_GET Static method Public Method Get all work items that do not belong to the task list 20020909
6 RAISE_PROCESSING_ERROR Instance method Public Method Trigger Event "STOP_FURTHER_ITEMS" 20021018
7 RAISE_WORKITEM_CLOSED Instance method Public Method Trigger Event "WORKITEM_CLOSED" 20021017
8 STATUS_TO_ICON Static method Public Method Find Icon for Work Item Status 20021007
9 WF_ITEM_ACCEPT Instance method Public Method 20020909
10 WF_ITEM_DISPLAY Instance method Public Method 20020909
11 WF_ITEM_EXECUTE Instance method Public Method Execute Work Item 20020910
12 WF_ITEM_FORWARD Instance method Public Method Forward Work Item 20020909
13 WF_ITEM_PUT_BACK Instance method Public Method Replace work item 20020909
14 WF_ITEM_RESUBMIT Instance method Public Method Resubmission (Workflow Item) 20020909
15 WF_ITEM_SHOW_PROCESS_DATA Instance method Public Method Display Log 20030108
16 WF_LOAD Static method Public Method 20020909
17 WF_LOADED_ITEM_GET Static method Public Method 20020909
18 WF_LOADED_USERS_GET Static method Public Method 20020909
19 WORKLIST_GET Static method Public Method Get List of Work Items 20020909
Events
# Event Type Visibility Description Created on
1 STOP_FURTHER_ITEMS Instance Event
(0)
Public
(2)
Do not edit any more work items 20021018
2 WORKITEM_CLOSED Instance Event
(0)
Public
(2)
Processing of Work Items Completed Ended/Terminated Window 20021017
Types
Interface IF_RMPS_WORKITEM has no local type.
Method Signatures

Method CASES_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_UNAME Call by reference Type reference (TYPE) XUBNAME Benutzername im Benutzerstamm 20070412
2 Returning RE_WORKITEMS Value transfer Type reference (TYPE) SWRTWIHDR WAPI: Tabellentyp für Workitemheader 20070412

Method CASES_GET on Interface IF_RMPS_WORKITEM has no exception.

Method CONTEXT_MENU_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MENU Call by reference Object reference (TYPE REF TO) CL_CTMENU Context Menu 20020909
2 Importing IM_UNAME Call by reference Type reference (TYPE) UNAME SY-UNAME Benutzername 20020909

Method CONTEXT_MENU_WORKITEM on Interface IF_RMPS_WORKITEM has no exception.

Method EXECUTE_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FCODE Call by reference Type reference (TYPE) SY-UCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20020909
2 Importing IM_IF_SRM Call by reference Object reference (TYPE REF TO) IF_SRM Allgemeine SRM Methoden 20021202
3 Importing IM_POID Call by reference Object reference (TYPE REF TO) IF_SRM_POID POID 20021202
4 Importing IM_UNAME Call by reference Type reference (TYPE) UNAME 20020909
5 Returning RE_REFRESH Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20020909
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20030203

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WI_ID Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20020909
2 Returning RE_WI Value transfer Object reference (TYPE REF TO) IF_RMPS_WORKITEM IF für Workitem 20020909

Method GET_INSTANCE on Interface IF_RMPS_WORKITEM has no exception.

Method OTHER_WORKITEMS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NEGATIVE_TASKFILTER Call by reference Type reference (TYPE) SWRTTASK WAPI: Tabellentyp für Aufgaben 20020909
2 Importing IM_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20060609
3 Importing IM_USER Call by reference Type reference (TYPE) UNAME Benutzername 20020909
4 Returning RE_WORKLIST Value transfer Type reference (TYPE) SWRTWIHDR WAPI: Tabellentyp für Workitemheader 20020909

Method OTHER_WORKITEMS_GET on Interface IF_RMPS_WORKITEM has no exception.

Method RAISE_PROCESSING_ERROR Signature

Method RAISE_PROCESSING_ERROR on Interface IF_RMPS_WORKITEM has no parameter.
Method RAISE_PROCESSING_ERROR on Interface IF_RMPS_WORKITEM has no exception.

Method RAISE_WORKITEM_CLOSED Signature

Method RAISE_WORKITEM_CLOSED on Interface IF_RMPS_WORKITEM has no parameter.
Method RAISE_WORKITEM_CLOSED on Interface IF_RMPS_WORKITEM has no exception.

Method STATUS_TO_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STAT Call by reference Type reference (TYPE) SWW_WISTAT Bearbeitungsstatus eines Workitem 20021007
2 Returning RE_ICON Value transfer Type reference (TYPE) TV_IMAGE Tree Control: Ikone / Bild 20021007

Method STATUS_TO_ICON on Interface IF_RMPS_WORKITEM has no exception.

Method WF_ITEM_ACCEPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_UNAME Call by reference Type reference (TYPE) UNAME SY-UNAME Benutzername 20020909

Method WF_ITEM_ACCEPT on Interface IF_RMPS_WORKITEM has no exception.

Method WF_ITEM_DISPLAY Signature

Method WF_ITEM_DISPLAY on Interface IF_RMPS_WORKITEM has no parameter.
Method WF_ITEM_DISPLAY on Interface IF_RMPS_WORKITEM has no exception.

Method WF_ITEM_EXECUTE Signature

Method WF_ITEM_EXECUTE on Interface IF_RMPS_WORKITEM has no parameter.
Method WF_ITEM_EXECUTE on Interface IF_RMPS_WORKITEM has no exception.

Method WF_ITEM_FORWARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RECIPIENT Call by reference Type reference (TYPE) UNAME Benutzername 20021119
2 Importing IM_UNAME Call by reference Type reference (TYPE) UNAME SY-UNAME Benutzername 20020909

Method WF_ITEM_FORWARD on Interface IF_RMPS_WORKITEM has no exception.

Method WF_ITEM_PUT_BACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_UNAME Call by reference Type reference (TYPE) XUBNAME SY-UNAME Benutzername im Benutzerstamm 20030526

Method WF_ITEM_PUT_BACK on Interface IF_RMPS_WORKITEM has no exception.

Method WF_ITEM_RESUBMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_IF_SRM Call by reference Object reference (TYPE REF TO) IF_SRM Allgemeine SRM Methoden 20021202
2 Importing IM_POID Call by reference Object reference (TYPE REF TO) IF_SRM_POID POID 20021202
3 Importing IM_RESUBMIT_END Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20020909
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20030107

Method WF_ITEM_SHOW_PROCESS_DATA Signature

Method WF_ITEM_SHOW_PROCESS_DATA on Interface IF_RMPS_WORKITEM has no parameter.
Method WF_ITEM_SHOW_PROCESS_DATA on Interface IF_RMPS_WORKITEM has no exception.

Method WF_LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CHANGED Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20030227
2 Exporting EX_NEW Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20030227
3 Importing IM_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20060609
4 Importing IM_RELOAD Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20020909
5 Importing IM_UNAME Call by reference Type reference (TYPE) UNAME Benutzername 20020909

Method WF_LOAD on Interface IF_RMPS_WORKITEM has no exception.

Method WF_LOADED_ITEM_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_UNAME Call by reference Type reference (TYPE) UNAME SY-UNAME Benutzername 20020909
2 Importing IM_WI_ID Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20020909
3 Returning RE_WIHDR Value transfer Type reference (TYPE) SWR_WIHDR Struktur für Workitemübergabe an den WLC 20020909

Method WF_LOADED_ITEM_GET on Interface IF_RMPS_WORKITEM has no exception.

Method WF_LOADED_USERS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_UNAMES Value transfer Type reference (TYPE) SWRTAGENT Tabelle von Benutzernamen 20020909

Method WF_LOADED_USERS_GET on Interface IF_RMPS_WORKITEM has no exception.

Method WORKLIST_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20030514
2 Importing IM_STATUSFILTER Call by reference Type reference (TYPE) SWFARTWISTA WAPI: Tabellentyp für Status 20020909
3 Importing IM_TASKFILTER Call by reference Type reference (TYPE) SWRTTASK WAPI: Tabellentyp für Aufgaben 20020909
4 Importing IM_USER Call by reference Type reference (TYPE) UNAME Benutzername 20020909
5 Returning RE_WORKLIST Value transfer Type reference (TYPE) SWRTWIHDR WAPI: Tabellentyp für Workitemheader 20020909

Method WORKLIST_GET on Interface IF_RMPS_WORKITEM has no exception.
Event Signatures

Event STOP_FURTHER_ITEMS Signature
Event STOP_FURTHER_ITEMS on Interface IF_RMPS_WORKITEM has no parameter.
Event WORKITEM_CLOSED Signature
Event WORKITEM_CLOSED on Interface IF_RMPS_WORKITEM has no parameter.
History
Last changed by/on SAP  20110908 
SAP Release Created in 110_620