SAP ABAP Interface IF_SWF_GP_PROCESS_STATE (Status of a Guided Procedure)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM-RUN (Application Component) Runtime
⤷
SWF_GP_STATUS (Package) Status Components for Guided Procedures
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWF_GP_PROCESS_STATE_WFM | Process Status Based on WFM Runtime | 20040922 |
Properties
| Interface | IF_SWF_GP_PROCESS_STATE | |
| Short Description | Status of a Guided Procedure |
General Data
| Package | SWF_GP_STATUS | Status Components for Guided Procedures |
| Created | 20040730 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SWF_GP_PROCESS_STATE has no forward declaration.
Interfaces
Interface IF_SWF_GP_PROCESS_STATE has no interface.
Friends
Interface IF_SWF_GP_PROCESS_STATE has no friend.
Attributes
Interface IF_SWF_GP_PROCESS_STATE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets the attributes of a node with an activity type | 20040922 | |
| 2 | Instance method | Public | Method | Gets the children of an instance with a specific node number | 20040922 | |
| 3 | Instance method | Public | Method | Gets the maximum loop counter of specified loop | 20040922 | |
| 4 | Instance method | Public | Method | Gets the possible and actual agents | 20041117 | |
| 5 | Instance method | Public | Method | Gets the instances of the alternatives of a condition | 20040922 | |
| 6 | Instance method | Public | Method | Gets further activities for an instance | 20040922 | |
| 7 | Instance method | Public | Method | 20041018 | ||
| 8 | Instance method | Public | Method | Gets attributes of a guided procedure (also subprocess) | 20050127 |
Events
Interface IF_SWF_GP_PROCESS_STATE has no event.
Types
Interface IF_SWF_GP_PROCESS_STATE has no local type.
Method Signatures
Method GET_ACI_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ACI_STATUS | Call by reference | Type reference (TYPE) | SWFGPACISTAT | Status einer Guided Procedure Activity | 20040922 | |||
| 2 | EX_DESIRED_END_TS | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20050322 | |||
| 3 | EX_DUEDATE_PASSED | Call by reference | Type reference (TYPE) | SWFGPDUEDATEPASSED | überschrittener Termin | 20050322 | |||
| 4 | EX_LATEST_END_TS | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20050322 | |||
| 5 | EX_LATEST_START_TS | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20050322 | |||
| 6 | IM_ACI_ID | Call by reference | Type reference (TYPE) | SWFGPACIID | SWFGPACIID oder SWPCMPGUID | 20040922 | |||
| 7 | IM_LIGHTWEIGHT | Call by reference | Type reference (TYPE) | XFELD | Angabe, ob der Knoten eine Leichtgewichtskomponente ist | 20040922 |
Method GET_ACI_ATTRIBUTES on Interface IF_SWF_GP_PROCESS_STATE has no exception.
Method GET_ACI_CHILDS_BY_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ACI_ID | Call by reference | Type reference (TYPE) | SWFGPACIID | Elterninstanznummer | 20040922 | |||
| 2 | IM_AC_TYPE | Call by reference | Type reference (TYPE) | SWFGPACTYP | Typ der Instanz | 20040922 | |||
| 3 | IM_LIGHTWEIGHT_CHILD | Call by reference | Type reference (TYPE) | XFELD | Angabe, ob Kind eine Leichtgewichtskomponente ist | 20040922 | |||
| 4 | IM_LIGHTWEIGHT_PARENT | Call by reference | Type reference (TYPE) | XFELD | Angabe, ob Instanz eine Leichtgewichtskomponente ist | 20040922 | |||
| 5 | IM_NODEID | Call by reference | Type reference (TYPE) | SWD_NODEID | Knotennummer der Kinder | 20040922 | |||
| 6 | IM_NODE_L_IND | Call by reference | Type reference (TYPE) | SWP_LOOPIND | Loop-Indizes der Kinder | 20040922 | |||
| 7 | RE_CHILDS | Value transfer | Type reference (TYPE) | SWFGPACIIDTAB | Kinder des Knotens mit einer bestimmten Knotennummer | 20040922 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040922 |
Method GET_ACI_LOOP_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ACI_ID | Call by reference | Type reference (TYPE) | SWFGPACIID | SWFGPACIID oder CMPGUID | 20040922 | |||
| 2 | IM_AC_TYPE | Call by reference | Type reference (TYPE) | SWFGPACTYP | Typ einer GP Activity | 20040922 | |||
| 3 | IM_LIGHTWEIGHT | Call by reference | Type reference (TYPE) | XFELD | Feld zum Ankreuzen | 20040922 | |||
| 4 | RE_LOOP_COUNT | Value transfer | Type reference (TYPE) | SWP_LOOPIND | WFM: Schleifenzähler eines Knotens | 20040922 |
Method GET_ACI_LOOP_COUNT on Interface IF_SWF_GP_PROCESS_STATE has no exception.
Method GET_ACI_PROCESSORS_T Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ACI_ID | Call by reference | Type reference (TYPE) | SWFGPACIID | ID einer GP-Action | 20041117 | |||
| 2 | RE_PROCESSORS | Value transfer | Type reference (TYPE) | SWFGPAGENTS | Bearbeiter | 20041117 |
Method GET_ACI_PROCESSORS_T on Interface IF_SWF_GP_PROCESS_STATE has no exception.
Method GET_ACI_SIBLINGS_COND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ACI_ID | Call by reference | Type reference (TYPE) | SWFGPACIID | ID einer GP-Action | 20040922 | |||
| 2 | IM_AC_TYPE | Call by reference | Type reference (TYPE) | SWFGPACTYP | Typ einer GP Activity | 20040922 | |||
| 3 | IM_EXCLUDE_NODEID | Call by reference | Type reference (TYPE) | SWD_NODEID | Knotennummer | 20040922 | |||
| 4 | IM_LIGHTWEIGHT | Call by reference | Type reference (TYPE) | XFELD | Feld zum Ankreuzen | 20040922 | |||
| 5 | RE_SIBLINGS | Value transfer | Type reference (TYPE) | SWFGPACIIDTAB | Tabelle von Aktivitäten | 20040922 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040922 |
Method GET_ACI_SIBLINGS_LOOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ACI_ID | Call by reference | Type reference (TYPE) | SWFGPACIID | ID der Aktivität, deren Geschwister geliefert werden sollen | 20040922 | |||
| 2 | IM_AC_TYPE | Call by reference | Type reference (TYPE) | SWFGPACTYP | Typ einer GP Activity | 20040922 | |||
| 3 | RE_SIBLINGS | Value transfer | Type reference (TYPE) | SWFGPACIIDTAB | Tabelle von Aktivitäten | 20040922 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040922 |
Method GET_GPIID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_GPIID | Value transfer | Type reference (TYPE) | SWFGPIID | ID einer GP-Instanz | 20041018 |
Method GET_GPIID on Interface IF_SWF_GP_PROCESS_STATE has no exception.
Method GET_GPI_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_INITIATOR | Call by reference | Type reference (TYPE) | SWFGPAGENT | GP Initiator | 20050127 | |||
| 2 | IM_GPI_ID | Call by reference | Type reference (TYPE) | SWFGPIID | Instanz, deren Attribute geholt werden sollen | 20050127 |
Method GET_GPI_ATTRIBUTES on Interface IF_SWF_GP_PROCESS_STATE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |