SAP ABAP Class CL_SPI_CU_STEP (Process Step Data from Customizing)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-PMI (Application Component) Process Monitoring Infrastructure
     SPI2 (Package) Central: Meta Data
Properties
Class CL_SPI_CU_STEP  
Short Description Process Step Data from Customizing    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPI2   Central: Meta Data 
Created 20020702   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
Class CL_SPI_CU_STEP has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SPI_CU_PROCESS 20020702 Process Data from Customizing
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_PROC Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_CU_PROCESS Corresponding Process Object 20020708
2 GS_AGENT Instance attribute Protected Type reference (TYPE) SSPIAGD SPI: Signature Definition 20020715
3 GS_SIGNATURE Instance attribute Protected Type reference (TYPE) SSPISGD SPI: Signature Definition 20020711
4 GS_STEP_DEF Instance attribute Protected Type reference (TYPE) SSPIPSD Step Definition Data 20020708
5 GT_CONDITIONS Instance attribute Protected Type reference (TYPE) TSPISGCON Condition Table of a Signature 20020708
6 GT_PAYLOAD Instance attribute Protected Type reference (TYPE) TSPISGFLD SPI: Signature Payload Attributes 20020708
7 GT_PREDEC_STEPS Instance attribute Protected Type reference (TYPE) TSPISTEPRNG SPI: Ranges Table Type for Steps (GUIDS) 20110510
8 GT_PREPREDEC_STEPS Instance attribute Protected Type reference (TYPE) TSPISTEPRNG SPI: Ranges Table Type for Steps (GUIDS) 20110510
9 G_IS_FINAL Instance attribute Public Type reference (TYPE) SPIBOOL SPI_FALSE Indicator: Is Final Step 20020807
10 G_IS_INITIAL Instance attribute Public Type reference (TYPE) SPIBOOL SPI_FALSE Indicator: Is Initial Step 20020807
11 G_STEP_GROUP Instance attribute Public See coding Step Group 20031001
12 G_STEP_TYPE Instance attribute Public Type reference (TYPE) SPISTEPTP SPI_ST_EVENT Event, Standard see Type Pool SPI 20020918
13 G_UNIQUE_SIGNATURE Instance attribute Public Type reference (TYPE) SPIBOOL Indicator: Signature Unique 20020918
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONSISTENCE Instance method Public Method Checks Consistency of Entries in Customizing 20020715
2 CHECK_FOR_PAYLOAD_FIELD Instance method Public Method Checks Whether a Particular Field Name in the Payload 20021223
3 GET_AGENT Instance method Protected Method Returns the ID of the Signature 20020715
4 GET_AGENT_ID Instance method Public Method Returns the ID of the Assigned Agent 20020711
5 GET_ALL_PREDEC_STEPS Instance method Public Method Gets all predecessor and pre-predecessor steps in ranges 20110510
6 GET_ATTRIBUTE_TOOL Instance method Public Method Instantiates Attribute Object from Persistent ID 20020918
7 GET_CLIENT Instance method Public Method Returns Clients 20030821
8 GET_COMPONENT Instance method Public Method Gets the component of the step 20070822
9 GET_CONDITIONS Instance method Public Method Returns Conditions of the Signature 20020703
10 GET_INSTANCE_ATTRIBUTES Instance method Public Method Returns the Instance-Dependent Attributes of the Step 20020705
11 GET_MANDATORY_SUCCESSORS Instance method Public Method Returns Successor 20060622
12 GET_PAYLOAD Instance method Public Method Returns Payload Fields of the Signature 20020703
13 GET_PAYLOAD_DESCRIPTION Instance method Public Method Returns the Description of a Payload Field 20031024
14 GET_PREDECCESSORS Instance method Public Method Returns Predecessor 20030410
15 GET_PROCESS Instance method Public Method Process Instance for Step 20030410
16 GET_PROCESS_ATTRIBUTES Instance method Public Method Returns Instance-Independent Attribute of the Step 20020705
17 GET_PROCESS_ID Instance method Public Method Returns the Process GUID of the Step 20020712
18 GET_SIGNATURE Instance method Public Method Returns the Description of the Signature 20030902
19 GET_SIGNATURE_DESCRIPTION Instance method Public Method Returns the Description of the Signature 20030902
20 GET_STEPID Instance method Public Method Returns Step ID 20020704
21 GET_STEP_DESCRIPTION Instance method Public Method Returns Description of the Step 20020703
22 GET_STEP_NAME Instance method Public Method Returns the Name of the Step 20030603
23 GET_SUCCESSORS Instance method Public Method Returns Successor 20030410
24 IS_EVENT Instance method Public Method 20020918
25 IS_OPTIONAL Instance method Public Method Determines Whether Optional Steps are Involved 20030401
26 IS_SIGNATURE_ACTIVE_ELSEWHERE Instance method Public Method Checks Activation of the Signature in Another Process 20020731
27 IS_SYSTEM_EVENT Instance method Public Method 20030131
Events
Class CL_SPI_CU_STEP has no event.
Types
Class CL_SPI_CU_STEP has no local type.
Method Signatures

Method CHECK_CONSISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) TSPICONSMES Tabelle von Konsistentcheckmitteilungen 20020715

Method CHECK_CONSISTENCE on class CL_SPI_CU_STEP has no exception.

Method CHECK_FOR_PAYLOAD_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FLDNAM Call by reference Type reference (TYPE) SPIDFLDNAM Feldnamen 20031105
2 Returning RP_FOUND Value transfer Type reference (TYPE) SPIBOOL Feldnamen gefunden 20021223
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021223
2 CX_SPI_CU_STEP Fehler beim Zugriff auf die Schrittdaten im Metastore 20021223

Method GET_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_AGENT Value transfer Type reference (TYPE) SSPIAGD SPI Global: Agentendefinition 20020715

Method GET_AGENT on class CL_SPI_CU_STEP has no exception.

Method GET_AGENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_AGENTID Value transfer Type reference (TYPE) SPIAGNTID SPI Global: Agenten-ID 20020711

Method GET_AGENT_ID on class CL_SPI_CU_STEP has no exception.

Method GET_ALL_PREDEC_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PREDECESSORS Call by reference Type reference (TYPE) TSPISTEPRNG Vorgängerschritte 20110510
2 Exporting ET_PREPREDECESSORS Call by reference Type reference (TYPE) TSPISTEPRNG Vorvorgängerschritte 20110510
# Exception Resumable Description Created on
1 CX_SPI_CU_STEP Fehler beim Zugriff auf die Schrittdaten im Metastore 20110510

Method GET_ATTRIBUTE_TOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTRIBUTE_ID Call by reference Type reference (TYPE) SSPIATTID Id desAttributes 20020918
2 Returning RO_TOOL Value transfer Object reference (TYPE REF TO) IF_SPI_TOOL Toolinstanz 20020918
# Exception Resumable Description Created on
1 CX_SPI_TOOL Tool-Ausnahme 20021121

Method GET_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_CLIENT Value transfer Type reference (TYPE) MANDT Mandant eines Schrittes 20030821

Method GET_CLIENT on class CL_SPI_CU_STEP has no exception.

Method GET_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_COMPONENT Value transfer Type reference (TYPE) SPITOOLID SPI: Id eines Tools 20070822

Method GET_COMPONENT on class CL_SPI_CU_STEP has no exception.

Method GET_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CONDITIONS Value transfer Type reference (TYPE) TSPISGCON SPI: Payload Attribute einer Signatur 20020703

Method GET_CONDITIONS on class CL_SPI_CU_STEP has no exception.

Method GET_INSTANCE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ATTRIBUTES Value transfer Type reference (TYPE) TSPIATTR Attribute 20020708
# Exception Resumable Description Created on
1 CX_SPI_TOOL Tool-Ausnahme 20021121

Method GET_MANDATORY_SUCCESSORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TRANSITION Call by reference Type reference (TYPE) TSPIPSTD Übergänge 20060622
# Exception Resumable Description Created on
1 CX_SPI_CU_STEP Fehler beim Zugriff auf die Schrittdaten im Metastore 20060622

Method GET_PAYLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PAYLOAD Value transfer Type reference (TYPE) TSPISGFLD SPI: Payload Attribute einer Signatur 20020703

Method GET_PAYLOAD on class CL_SPI_CU_STEP has no exception.

Method GET_PAYLOAD_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FIELD Call by reference Type reference (TYPE) SPIDFLDNAM Feldname 20031024
2 Importing IP_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20031024
3 Returning RP_DES Value transfer Type reference (TYPE) SPIATTTXT Kurztext für Schritt 20031024

Method GET_PAYLOAD_DESCRIPTION on class CL_SPI_CU_STEP has no exception.

Method GET_PREDECCESSORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TRANSITION Call by reference Type reference (TYPE) TSPIPSTD Übergänge 20030410
# Exception Resumable Description Created on
1 CX_SPI_CU_STEP Fehler beim Zugriff auf die Schrittdaten im Metastore 20030410

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_CU_PROCESS 20030410

Method GET_PROCESS on class CL_SPI_CU_STEP has no exception.

Method GET_PROCESS_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ATTRIBUTES Value transfer Type reference (TYPE) TSPIATTR Attribute 20020708
# Exception Resumable Description Created on
1 CX_SPI_TOOL Tool-Ausnahme 20021121

Method GET_PROCESS_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_PROCTYPE Value transfer Type reference (TYPE) SPIPROCTP Prozess-ID 20020712

Method GET_PROCESS_ID on class CL_SPI_CU_STEP has no exception.

Method GET_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_SIGNATURE Value transfer Type reference (TYPE) SPIAGSIGN SPI Global: Agentensignatur 20030902

Method GET_SIGNATURE on class CL_SPI_CU_STEP has no exception.

Method GET_SIGNATURE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20030902
2 Returning RP_DESCRIPTION Value transfer Type reference (TYPE) STRING Signaturebeschreibung 20030902

Method GET_SIGNATURE_DESCRIPTION on class CL_SPI_CU_STEP has no exception.

Method GET_STEPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_STEPID Value transfer Type reference (TYPE) SPIPRSTID Schritt-ID 20020704

Method GET_STEPID on class CL_SPI_CU_STEP has no exception.

Method GET_STEP_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20020703
2 Returning RP_DES Value transfer Type reference (TYPE) SPISGNTXT Kurztext für Schritt 20020703

Method GET_STEP_DESCRIPTION on class CL_SPI_CU_STEP has no exception.

Method GET_STEP_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_NAME Value transfer Type reference (TYPE) SPIPSNAME Schrittname 20030603

Method GET_STEP_NAME on class CL_SPI_CU_STEP has no exception.

Method GET_SUCCESSORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TRANSITION Call by reference Type reference (TYPE) TSPIPSTD Übergänge 20030410
# Exception Resumable Description Created on
1 CX_SPI_CU_STEP Fehler beim Zugriff auf die Schrittdaten im Metastore 20030410

Method IS_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_RESULT Value transfer Type reference (TYPE) SPIBOOL SPI Global: Boolscher Wert 20020918

Method IS_EVENT on class CL_SPI_CU_STEP has no exception.

Method IS_OPTIONAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_RESULT Value transfer Type reference (TYPE) SPIBOOL 20030401

Method IS_OPTIONAL on class CL_SPI_CU_STEP has no exception.

Method IS_SIGNATURE_ACTIVE_ELSEWHERE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_ACTIVE Value transfer Type reference (TYPE) SPIBOOL Sigantur ist aktiv 20020731

Method IS_SIGNATURE_ACTIVE_ELSEWHERE on class CL_SPI_CU_STEP has no exception.

Method IS_SYSTEM_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_RESULT Value transfer Type reference (TYPE) SPIBOOL SPI Global: Boolscher Wert 20030131

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