SAP ABAP Class IF_WAPI_WORKITEM_CONTEXT (Context for Work Item)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_RUN_WORKITEM_CONTEXT Workflow: Work Item Context 20011017
Properties
Class IF_WAPI_WORKITEM_CONTEXT  
Short Description Context for Work Item    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20011016   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SWF_RUN_WIM_INTERNAL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_WAPI_WORKITEM_CONTEXT has no interface implemented.
Friends
Class IF_WAPI_WORKITEM_CONTEXT has no friend class.
Attributes
Class IF_WAPI_WORKITEM_CONTEXT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DO_COMMIT_WORK Instance method Public Method Register Commit Work 20011018
2 GET_ACTION_DATA Instance method Public Method Gets Action Data 20070626
3 GET_ACTION_NAME Instance method Public Method Gets Action Name 20070626
4 GET_DEADLINES Instance method Public Method Gets Deadlines (in SY-ZONLO) 20070612
5 GET_DECISION_ALTS Instance method Public Method Gets alternatives of a user decision 20111103
6 GET_DESCRIPTION Instance method Public Method Work item description 20030627
7 GET_EVT_NAME Instance method Public Method Gets Name of Event 20030814
8 GET_HEADER Instance method Public Method Header 20011018
9 GET_PROPERTY Instance method Public Method Value of a Workflow Attribute (Basic Data + Step Data) 20011022
10 GET_RULE_CONTEXT Instance method Public Method Delivers the Current Rule Context 20011211
11 GET_RULE_RESULT Instance method Public Method Delivers the Result of the Current Rule Resolution 20011211
12 GET_STATE_TRANSITION Instance method Public Method Status transfer 20011018
13 GET_TASK_ID Instance method Public Method Name of task 20011019
14 GET_TOP_CONTAINER Instance method Public Method Top Work Item Container 20050916
15 GET_WF_CONTAINER Instance method Public Method Workflow Container 20011018
16 GET_WI_CONTAINER Instance method Public Method Work Item Container 20011018
17 GET_WORKFLOW_ID Instance method Public Method Workflow ID 20011019
18 GET_WORKFLOW_TASK_ID Instance method Public Method Workflow Name 20011019
19 GET_WORKFLOW_VERSION Instance method Public Method Workflow Version 20011024
20 GET_WORKITEM_ID Instance method Public Method Work item ID 20011016
21 IS_ENQUEUED Instance method Public Method Work Item Is Available Exclusively to the Caller 20011024
22 SET_DEBUG Instance method Public Method Activate/Deactivate Debugging 20011217
23 SET_DECISION_ALTS Instance method Public Method Sets alternatives of a user decision 20111103
24 SET_MESSAGE_TO_LOG Instance method Public Method Writes Message to the Work Item Log 20011126
25 SET_TRACE Instance method Public Method Switch trace on/off 20011217
Events
Class IF_WAPI_WORKITEM_CONTEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 SWRTDECIALTS Public See coding Alternatives of a User Decision 20120626 SWRTDECIALTS type table of SWR_DECIALTS
2 SWR_DECIALTS Public Type reference (TYPE) SWR_DECIALTS Alternatives of a User Decision 20120626
Method Signatures

Method DO_COMMIT_WORK Signature

Method DO_COMMIT_WORK on class IF_WAPI_WORKITEM_CONTEXT has no parameter.
Method DO_COMMIT_WORK on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_ACTION_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DATA Call by reference Type reference (TYPE) ANY 20070626
2 Importing IM_PARAMETER_NAME Call by reference Type reference (TYPE) STRING 20070626
# Exception Resumable Description Created on
1 CX_WAPI_PARAMETER_NOT_FOUND 20070626

Method GET_ACTION_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ACTION_NAME Value transfer Type reference (TYPE) STRING 20070626

Method GET_ACTION_NAME on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_DEADLINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESIRED_END Call by reference Type reference (TYPE) SWR_DEADL Gewünschter Endetermin 20070612
2 Exporting DESIRED_START Call by reference Type reference (TYPE) SWR_DEADL Gewünschter Starttermin (Vorlagetermin) 20070612
3 Exporting LATEST_END Call by reference Type reference (TYPE) SWR_DEADL Spätester Endetermin (Frist) 20070612
4 Exporting LATEST_START Call by reference Type reference (TYPE) SWR_DEADL Spätester Starttermin 20070612

Method GET_DEADLINES on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_DECISION_ALTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DECIALTS Call by reference Type reference (TYPE) SWRTDECIALTS Alternativen einer Benutzerentscheidung (Tabellentyp) 20111103

Method GET_DECISION_ALTS on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ASCII_TEXT Call by reference Type reference (TYPE) SWFTTLINE 20030627

Method GET_DESCRIPTION on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_EVT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_EVT_NAME Value transfer Type reference (TYPE) SWW_EVTTYP 20030814

Method GET_EVT_NAME on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WORKITEM_HEADER Value transfer Type reference (TYPE) SWR_WIHDR Struktur für Workitemübergabe an den WLC 20011018

Method GET_HEADER on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROPERTY_NAME Call by reference Type reference (TYPE) STRING Name des Properties 20011022
2 Returning RE_VALUE Value transfer Type reference (TYPE) STRING Wert des Property 20011022
# Exception Resumable Description Created on
1 CX_WAPI_DEF_PROPERTY_NOT_FOUND Workflow-WAPI: Eigenschaft nicht gefunden 20011113

Method GET_RULE_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CTX Value transfer Object reference (TYPE REF TO) IF_WAPI_ROUTING_CONTEXT Kontext für Routing (Bearbeiterfindung) 20011211

Method GET_RULE_CONTEXT on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_RULE_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_AGENTS Value transfer Type reference (TYPE) TSWHACTOR Tabelle mit OrgObjekten 20011211

Method GET_RULE_RESULT on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_STATE_TRANSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STATE_TRANSITION Value transfer Type reference (TYPE) SWW_STATRA Workflow: Transitionen Workitemstatus 20011018

Method GET_STATE_TRANSITION on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_TASK_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TASK_NAME Value transfer Type reference (TYPE) STRING Name der Aufgabe 20011019

Method GET_TASK_ID on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_TOP_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONTAINER Value transfer Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Container zur Übergabe von Parametern 20050916

Method GET_TOP_CONTAINER on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_WF_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONTAINER Value transfer Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Container zur Übergabe von Parametern 20011018

Method GET_WF_CONTAINER on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_WI_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONTAINER Value transfer Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Container zur Übergabe von Parametern 20011018

Method GET_WI_CONTAINER on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_WORKFLOW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WORKITEM Value transfer Type reference (TYPE) SWW_WIID Workitem-Kennung 20011019

Method GET_WORKFLOW_ID on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_WORKFLOW_TASK_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WORKFLOW_NAME Value transfer Type reference (TYPE) STRING Name des Workflows 20011019

Method GET_WORKFLOW_TASK_ID on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_WORKFLOW_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VERSION Value transfer Type reference (TYPE) SWD_VERSIO Version 20011024

Method GET_WORKFLOW_VERSION on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method GET_WORKITEM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WORKITEM Value transfer Type reference (TYPE) SWW_WIID Workitem-Kennung 20011016

Method GET_WORKITEM_ID on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method IS_ENQUEUED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ENQUEUED Value transfer Type reference (TYPE) XFELD Workitem hat einen Enqueue 20011024

Method IS_ENQUEUED on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method SET_DEBUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEBUG Call by reference Type reference (TYPE) XFELD 'X'= Debug ein, ' '=Debug aus 20011217

Method SET_DEBUG on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method SET_DECISION_ALTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DECIALTS Call by reference Type reference (TYPE) SWRTDECIALTS Alternativen einer Benutzerentscheidung (Tabellentyp) 20111103

Method SET_DECISION_ALTS on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method SET_MESSAGE_TO_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FUNCTION Call by reference Type reference (TYPE) CHAR30 Name der Funktion 20011126
2 Importing IM_MESSAGE Call by reference Type reference (TYPE) SWR_MSTRUC Workflow-Schnittstellen: Nachrichtenstruktur 20011126
3 Importing IM_OBJECT_POR Call by reference Type reference (TYPE) SIBFLPORB Lokale Persistente Objektreferenz - BOR kompatibel 20020620

Method SET_MESSAGE_TO_LOG on class IF_WAPI_WORKITEM_CONTEXT has no exception.

Method SET_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESCRIPTION Call by reference Type reference (TYPE) STRING Beschreibung der Tracedatei 20011217
2 Importing IM_TRACE Call by reference Type reference (TYPE) XFELD 'X'=Trace ein, ' '=Trace aus 20011217

Method SET_TRACE on class IF_WAPI_WORKITEM_CONTEXT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in