SAP ABAP Class CL_SPI_TRANSITION (Definition of Process Step Transition)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-PMI (Application Component) Process Monitoring Infrastructure
     SPI6 (Package) Central: API Process Information
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SPI_COMMON Common functionality 20020704
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SPI_COMPARABLE Object comparison 20020704
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SPI_TRANSITION PMI: Transition Interface 20030701
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SPI_TRANSITION_COL Extension for Transition Class for Collections 20030627
Properties
Class CL_SPI_TRANSITION  
Short Description Definition of Process Step Transition    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPI6   Central: API Process Information 
Created 20020704   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SPI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SPI_COMMON Common functionality 20020704
2 IF_SPI_COMPARABLE Object comparison 20020704
3 IF_SPI_TRANSITION PMI: Transition Interface 20030701
Friends
Class CL_SPI_TRANSITION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_CACHE Instance attribute Private Object reference (TYPE REF TO) CL_SPI_ATTRIBUTE_CACHE Cache for Attribute Instances 20021007
2 GO_SEARCH_FILTER Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_SEARCH_FILTER 20030627
3 GO_SOURCE Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_STEP Process Step Definition 20020729
4 GO_TARGET Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_STEP Process Step Definition 20020729
5 GP_DESCR Instance attribute Protected Type reference (TYPE) STRING Description 20020716
6 GP_LOCAL Instance attribute Protected Type reference (TYPE) SPILOCAL SPI: Local Flag 20020716
7 GP_OPTIONAL Instance attribute Protected Type reference (TYPE) SPIOPT SPI: Optional Flag 20020716
8 GP_SYNCH Instance attribute Protected Type reference (TYPE) SPISYNCH SPI: Synchronous Flag 20020716
9 GP_TYPE Instance attribute Protected Type reference (TYPE) SPITRANS SPI: Transition Type 20020716
10 GP_UPTASK Instance attribute Protected Type reference (TYPE) SPIUPTSK SPI: Trigger Update 20020716
11 GT_INST Static Attribute Private See coding 20020930
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20020705
2 EQUALS Instance method Public Method 20020710
3 GET_ATTRIBUTE Instance method Public Method 20020925
4 GET_ATTRIBUTES Instance method Public Method 20020710
5 GET_DESCRIPTION Instance method Public Method 20020925
6 GET_INSTANCE Static method Public Method Factory method 20020930
7 GET_INSTANCE_ATTRIBUTES Instance method Public Method Gets Attribute Description for Process Instances 20030624
8 GET_INTERVAL Instance method Public Method Obsolete: Time Interval of Process 20020926
9 GET_PROCESS Instance method Public Method Returns the process that belongs to this transition 20020926
10 GET_PROCESS_TYPE Instance method Public Method Type ID of processor that belongs to this transition 20021007
11 GET_STEPS Instance method Public Method Steps for this transition 20020704
12 GET_TYPE Instance method Public Method Transition type 20020716
13 HAS_UPDTASK_CALLS Instance method Public Method Trigger update within transition? 20020716
14 IS_LOCAL Instance method Public Method Local transition? 20020716
15 IS_SOURCE Instance method Public Method Checks whether step is source of transition 20020710
16 IS_SYNCH Instance method Public Method Synchronous transition? 20020716
17 IS_TARGET Instance method Public Method Checks whether step is destination of the transition 20020729
Events
Class CL_SPI_TRANSITION has no event.
Types
Class CL_SPI_TRANSITION has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SEARCH_FILTER Call by reference Object reference (TYPE REF TO) CL_SPI_SEARCH_FILTER 20030627
2 Importing IO_SOURCE Value transfer Object reference (TYPE REF TO) CL_SPI_STEP Prozessschrittdefinition 20020729
3 Importing IO_TARGET Value transfer Object reference (TYPE REF TO) CL_SPI_STEP Prozessschrittdefinition 20020729
4 Importing IS_INFO Call by reference Type reference (TYPE) SSPIPSTD SPI: Schrittübergang 20020716

Method CONSTRUCTOR on class CL_SPI_TRANSITION has no exception.

Method EQUALS Signature

Method EQUALS on class CL_SPI_TRANSITION has no parameter.
Method EQUALS on class CL_SPI_TRANSITION has no exception.

Method GET_ATTRIBUTE Signature

Method GET_ATTRIBUTE on class CL_SPI_TRANSITION has no parameter.
Method GET_ATTRIBUTE on class CL_SPI_TRANSITION has no exception.

Method GET_ATTRIBUTES Signature

Method GET_ATTRIBUTES on class CL_SPI_TRANSITION has no parameter.
Method GET_ATTRIBUTES on class CL_SPI_TRANSITION has no exception.

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on class CL_SPI_TRANSITION has no parameter.
Method GET_DESCRIPTION on class CL_SPI_TRANSITION has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SEARCH_FILTER Call by reference Object reference (TYPE REF TO) CL_SPI_SEARCH_FILTER 20030627
2 Importing IO_SOURCE Call by reference Object reference (TYPE REF TO) CL_SPI_STEP Prozessschrittdefinition 20020930
3 Importing IO_TARGET Call by reference Object reference (TYPE REF TO) CL_SPI_STEP Prozessschrittdefinition 20020930
4 Importing IS_INFO Call by reference Type reference (TYPE) SSPIPSTD SPI: Schrittübergang 20020930
5 Returning RO_TRANS Value transfer Object reference (TYPE REF TO) CL_SPI_TRANSITION Definition eines Prozessschrittübergangs 20020930
# Exception Resumable Description Created on
1 CX_SPI_TRANS PMI: Übergang-Ausnahme 20021121

Method GET_INSTANCE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTR Call by reference Type reference (TYPE) TSPIATTR 20030624
# Exception Resumable Description Created on
1 CX_SPI_API PMI: API-Ausnahme 20030624
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030624

Method GET_INTERVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_INTERVAL Call by reference Type reference (TYPE) SSPITIMINT UTC-Zeitintervall 20020926
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021121
2 CX_SPI_PROC PMI: Prozessausnahme 20021121

Method GET_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROC Value transfer Object reference (TYPE REF TO) CL_SPI_PROCESS Prozessdefinition aus dem Customizing 20020926
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021121
2 CX_SPI_PROC PMI: Prozessausnahme 20021121

Method GET_PROCESS_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_TYPE Value transfer Type reference (TYPE) SPIPROCTP SPI: ID eines Prozesstypen 20021007
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021121
2 CX_SPI_PROC PMI: Prozessausnahme 20021121

Method GET_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_SOURCE Value transfer Object reference (TYPE REF TO) CL_SPI_STEP Prozessschrittdefinition 20020729
2 Exporting EO_TARGET Value transfer Object reference (TYPE REF TO) CL_SPI_STEP Prozessschrittdefinition 20020729

Method GET_STEPS on class CL_SPI_TRANSITION has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_TYPE Value transfer Type reference (TYPE) SPITRANS SPI: Übergangsart 20020716

Method GET_TYPE on class CL_SPI_TRANSITION has no exception.

Method HAS_UPDTASK_CALLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_UPDTASK Value transfer Type reference (TYPE) SPIUPTSK SPI: Anstoß der Verbuchung 20020716

Method HAS_UPDTASK_CALLS on class CL_SPI_TRANSITION has no exception.

Method IS_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_LOCAL Value transfer Type reference (TYPE) SPILOCAL SPI: Kennzeichen lokal 20020716

Method IS_LOCAL on class CL_SPI_TRANSITION has no exception.

Method IS_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STEPID Value transfer Type reference (TYPE) SPIPRSTID SPI: ID eines Prozessschrittes 20020710
2 Returning RP_RES Value transfer Type reference (TYPE) SPIBOOL SPI Global: Boolscher Wert 20020710

Method IS_SOURCE on class CL_SPI_TRANSITION has no exception.

Method IS_SYNCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_SYNCH Value transfer Type reference (TYPE) SPISYNCH SPI: Kennzeichen synchron 20020716

Method IS_SYNCH on class CL_SPI_TRANSITION has no exception.

Method IS_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STEPID Value transfer Type reference (TYPE) SPIPRSTID SPI: ID eines Prozessschrittes 20020729
2 Returning RP_RES Value transfer Type reference (TYPE) SPIBOOL SPI Global: Boolscher Wert 20020729

Method IS_TARGET on class CL_SPI_TRANSITION has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 630