Hierarchy

⤷

⤷

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
Interface | IF_WAPI_WORKITEM_CONTEXT | |
Short Description | Context for Work Item |
General Data
Package | SWR | Business Workflow: WAPI Interfaces |
Created | 20011016 | SAP |
Last changed | 20130531 | SAP |
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
Interface IF_WAPI_WORKITEM_CONTEXT has no interface.
Friends
Interface IF_WAPI_WORKITEM_CONTEXT has no friend.
Attributes
Interface IF_WAPI_WORKITEM_CONTEXT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Register Commit Work | 20011018 |
2 | ![]() |
Instance method | Public | Method | Gets Action Data | 20070626 |
3 | ![]() |
Instance method | Public | Method | Gets Action Name | 20070626 |
4 | ![]() |
Instance method | Public | Method | Gets Deadlines (in SY-ZONLO) | 20070612 |
5 | ![]() |
Instance method | Public | Method | Gets alternatives of a user decision | 20111103 |
6 | ![]() |
Instance method | Public | Method | Work item description | 20030627 |
7 | ![]() |
Instance method | Public | Method | Gets Name of Event | 20030814 |
8 | ![]() |
Instance method | Public | Method | Header | 20011018 |
9 | ![]() |
Instance method | Public | Method | Value of a Workflow Attribute (Basic Data + Step Data) | 20011022 |
10 | ![]() |
Instance method | Public | Method | Delivers the Current Rule Context | 20011211 |
11 | ![]() |
Instance method | Public | Method | Delivers the Result of the Current Rule Resolution | 20011211 |
12 | ![]() |
Instance method | Public | Method | Status transfer | 20011018 |
13 | ![]() |
Instance method | Public | Method | Name of task | 20011019 |
14 | ![]() |
Instance method | Public | Method | Top Work Item Container | 20050916 |
15 | ![]() |
Instance method | Public | Method | Workflow Container | 20011018 |
16 | ![]() |
Instance method | Public | Method | Work Item Container | 20011018 |
17 | ![]() |
Instance method | Public | Method | Workflow ID | 20011019 |
18 | ![]() |
Instance method | Public | Method | Workflow Name | 20011019 |
19 | ![]() |
Instance method | Public | Method | Workflow Version | 20011024 |
20 | ![]() |
Instance method | Public | Method | Work item ID | 20011016 |
21 | ![]() |
Instance method | Public | Method | Work Item Is Available Exclusively to the Caller | 20011024 |
22 | ![]() |
Instance method | Public | Method | Activate/Deactivate Debugging | 20011217 |
23 | ![]() |
Instance method | Public | Method | Sets alternatives of a user decision | 20111103 |
24 | ![]() |
Instance method | Public | Method | Writes Message to the Work Item Log | 20011126 |
25 | ![]() |
Instance method | Public | Method | Switch trace on/off | 20011217 |
Events
Interface 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 Interface IF_WAPI_WORKITEM_CONTEXT has no parameter.
Method DO_COMMIT_WORK on Interface 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 | ![]() |
EX_DATA | Call by reference | Type reference (TYPE) | ANY | 20070626 | |||
2 | ![]() |
IM_PARAMETER_NAME | Call by reference | Type reference (TYPE) | STRING | 20070626 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20070626 |
Method GET_ACTION_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_ACTION_NAME | Value transfer | Type reference (TYPE) | STRING | 20070626 |
Method GET_ACTION_NAME on Interface 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 | ![]() |
DESIRED_END | Call by reference | Type reference (TYPE) | SWR_DEADL | Gewünschter Endetermin | 20070612 | ||
2 | ![]() |
DESIRED_START | Call by reference | Type reference (TYPE) | SWR_DEADL | Gewünschter Starttermin (Vorlagetermin) | 20070612 | ||
3 | ![]() |
LATEST_END | Call by reference | Type reference (TYPE) | SWR_DEADL | Spätester Endetermin (Frist) | 20070612 | ||
4 | ![]() |
LATEST_START | Call by reference | Type reference (TYPE) | SWR_DEADL | Spätester Starttermin | 20070612 |
Method GET_DEADLINES on Interface 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 | ![]() |
ET_DECIALTS | Call by reference | Type reference (TYPE) | SWRTDECIALTS | Alternativen einer Benutzerentscheidung (Tabellentyp) | 20111103 |
Method GET_DECISION_ALTS on Interface 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 | ![]() |
EX_ASCII_TEXT | Call by reference | Type reference (TYPE) | SWFTTLINE | 20030627 |
Method GET_DESCRIPTION on Interface 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 | ![]() |
RE_EVT_NAME | Value transfer | Type reference (TYPE) | SWW_EVTTYP | 20030814 |
Method GET_EVT_NAME on Interface 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 | ![]() |
RE_WORKITEM_HEADER | Value transfer | Type reference (TYPE) | SWR_WIHDR | Struktur für Workitemübergabe an den WLC | 20011018 |
Method GET_HEADER on Interface 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 | ![]() |
IM_PROPERTY_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Properties | 20011022 | ||
2 | ![]() |
RE_VALUE | Value transfer | Type reference (TYPE) | STRING | Wert des Property | 20011022 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
RE_CTX | Value transfer | Object reference (TYPE REF TO) | IF_WAPI_ROUTING_CONTEXT | Kontext für Routing (Bearbeiterfindung) | 20011211 |
Method GET_RULE_CONTEXT on Interface 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 | ![]() |
RE_AGENTS | Value transfer | Type reference (TYPE) | TSWHACTOR | Tabelle mit OrgObjekten | 20011211 |
Method GET_RULE_RESULT on Interface 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 | ![]() |
RE_STATE_TRANSITION | Value transfer | Type reference (TYPE) | SWW_STATRA | Workflow: Transitionen Workitemstatus | 20011018 |
Method GET_STATE_TRANSITION on Interface 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 | ![]() |
RE_TASK_NAME | Value transfer | Type reference (TYPE) | STRING | Name der Aufgabe | 20011019 |
Method GET_TASK_ID on Interface 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 | ![]() |
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 Interface 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 | ![]() |
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 Interface 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 | ![]() |
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 Interface 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 | ![]() |
RE_WORKITEM | Value transfer | Type reference (TYPE) | SWW_WIID | Workitem-Kennung | 20011019 |
Method GET_WORKFLOW_ID on Interface 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 | ![]() |
RE_WORKFLOW_NAME | Value transfer | Type reference (TYPE) | STRING | Name des Workflows | 20011019 |
Method GET_WORKFLOW_TASK_ID on Interface 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 | ![]() |
RE_VERSION | Value transfer | Type reference (TYPE) | SWD_VERSIO | Version | 20011024 |
Method GET_WORKFLOW_VERSION on Interface 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 | ![]() |
RE_WORKITEM | Value transfer | Type reference (TYPE) | SWW_WIID | Workitem-Kennung | 20011016 |
Method GET_WORKITEM_ID on Interface 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 | ![]() |
RE_ENQUEUED | Value transfer | Type reference (TYPE) | XFELD | Workitem hat einen Enqueue | 20011024 |
Method IS_ENQUEUED on Interface 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 | ![]() |
IM_DEBUG | Call by reference | Type reference (TYPE) | XFELD | 'X'= Debug ein, ' '=Debug aus | 20011217 |
Method SET_DEBUG on Interface 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 | ![]() |
IT_DECIALTS | Call by reference | Type reference (TYPE) | SWRTDECIALTS | Alternativen einer Benutzerentscheidung (Tabellentyp) | 20111103 |
Method SET_DECISION_ALTS on Interface 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 | ![]() |
IM_FUNCTION | Call by reference | Type reference (TYPE) | CHAR30 | Name der Funktion | 20011126 | ||
2 | ![]() |
IM_MESSAGE | Call by reference | Type reference (TYPE) | SWR_MSTRUC | Workflow-Schnittstellen: Nachrichtenstruktur | 20011126 | ||
3 | ![]() |
IM_OBJECT_POR | Call by reference | Type reference (TYPE) | SIBFLPORB | Lokale Persistente Objektreferenz - BOR kompatibel | 20020620 |
Method SET_MESSAGE_TO_LOG on Interface 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 | ![]() |
IM_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | Beschreibung der Tracedatei | 20011217 | ||
2 | ![]() |
IM_TRACE | Call by reference | Type reference (TYPE) | XFELD | 'X'=Trace ein, ' '=Trace aus | 20011217 |
Method SET_TRACE on Interface IF_WAPI_WORKITEM_CONTEXT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 620 |