SAP ABAP Class IF_SPI_STEP (PMI: Step Interface)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SPI_COMMON | Common functionality | 20030701 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SPI_STEP | Process Step Definition | 20030701 |
Properties
| Class | IF_SPI_STEP | |
| Short Description | PMI: Step Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20030701 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SPI_STEP has no forward declaration.
Interfaces
Class IF_SPI_STEP has no interface implemented.
Friends
Class IF_SPI_STEP has no friend class.
Attributes
Class IF_SPI_STEP has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20030704 | ||
| 2 | Instance method | Public | Method | 20030704 | ||
| 3 | Instance method | Public | Method | 20030704 | ||
| 4 | Instance method | Public | Method | 20030704 | ||
| 5 | Instance method | Public | Method | Gets Attribute Definitions for Step Instances | 20030701 | |
| 6 | Instance method | Public | Method | Gets Step Name | 20030922 | |
| 7 | Instance method | Public | Method | Gets Predecessor of Step | 20030701 | |
| 8 | Instance method | Public | Method | Returns process that belongs to this step | 20030701 | |
| 9 | Instance method | Public | Method | Gets Step ID (GUID) | 20030701 | |
| 10 | Instance method | Public | Method | Gets Successor of Step | 20030701 | |
| 11 | Instance method | Public | Method | Gets Inbound and Outbound Transition Links | 20030701 | |
| 12 | Instance method | Public | Method | Event? | 20030701 |
Events
Class IF_SPI_STEP has no event.
Types
Class IF_SPI_STEP has no local type.
Method Signatures
Method EQUALS Signature
Method EQUALS on class IF_SPI_STEP has no parameter.
Method EQUALS on class IF_SPI_STEP has no exception.
Method GET_ATTRIBUTE Signature
Method GET_ATTRIBUTE on class IF_SPI_STEP has no parameter.
Method GET_ATTRIBUTE on class IF_SPI_STEP has no exception.
Method GET_ATTRIBUTES Signature
Method GET_ATTRIBUTES on class IF_SPI_STEP has no parameter.
Method GET_ATTRIBUTES on class IF_SPI_STEP has no exception.
Method GET_DESCRIPTION Signature
Method GET_DESCRIPTION on class IF_SPI_STEP has no parameter.
Method GET_DESCRIPTION on class IF_SPI_STEP has no exception.
Method GET_INSTANCE_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ATTR | Value transfer | Type reference (TYPE) | TSPIATTR | 20030701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PMI: API-Ausnahme | 20030701 | ||
| 2 | Ausnahme aufgrund fehlender Berechtigung | 20030701 |
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_NAME | Value transfer | Type reference (TYPE) | SPIPSNAME | Schrittname | 20030922 |
Method GET_NAME on class IF_SPI_STEP has no exception.
Method GET_PREDECESSORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_STEPS | Value transfer | Type reference (TYPE) | TSPIIFST | 20030701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme aufgrund fehlender Berechtigung | 20030701 | ||
| 2 | PMI: Schrittausnahme | 20030701 |
Method GET_PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROC | Value transfer | Object reference (TYPE REF TO) | IF_SPI_PROCESS | 20030701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme aufgrund fehlender Berechtigung | 20030701 | ||
| 2 | PMI: Prozessausnahme | 20030701 |
Method GET_STEP_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_ID | Value transfer | Type reference (TYPE) | SPIPRSTID | 20030701 |
Method GET_STEP_ID on class IF_SPI_STEP has no exception.
Method GET_SUCCESSORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_STEPS | Value transfer | Type reference (TYPE) | TSPIIFST | 20030701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme aufgrund fehlender Berechtigung | 20030701 | ||
| 2 | PMI: Schrittausnahme | 20030701 |
Method GET_TRANSITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_IN | Call by reference | Type reference (TYPE) | TSPIIFTR | Eingehende Übergänge | 20030701 | |||
| 2 | ET_OUT | Call by reference | Type reference (TYPE) | TSPIIFTR | Ausgehende Übergänge | 20030701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme aufgrund fehlender Berechtigung | 20030701 | ||
| 2 | PMI: Schrittausnahme | 20030701 | ||
| 3 | PMI: Übergang-Ausnahme | 20030701 |
Method IS_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_BOOL | Value transfer | Type reference (TYPE) | SPIBOOL | 20030701 |
Method IS_EVENT on class IF_SPI_STEP has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |