SAP ABAP Class CL_SPI_STEP_COLLECTION (Step Collection)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-PMI (Application Component) Process Monitoring Infrastructure
     SPI111 (Package) Step Collections
Properties
Class CL_SPI_STEP_COLLECTION  
Short Description Step Collection    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPI111   Step Collections 
Created 20030514   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SPIOV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SPI_STEP_COLLECTION has no interface implemented.
Friends
Class CL_SPI_STEP_COLLECTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DEFAULT_TYPE_LINEAR Constant Public Type reference (TYPE) STRING 'LINEAR' Default for Linear Steps in the Collection 20040319
2 C_DEFAULT_TYPE_PARALLEL Constant Public Type reference (TYPE) STRING 'PARALLEL' Default for Parallel Steps in the Collection 20040319
3 C_INSTANCE_VIEW_ONLY Constant Public Type reference (TYPE) SPIUICUVIEW 'I' Instance View Only 20030515
4 C_NON_OPTIONAL_OVERVIEW Constant Public Type reference (TYPE) SPIUICUVIEW 'o' Overview of Non-Optional Steps 20040405
5 C_NO_EVENT Constant Public Type reference (TYPE) SPIUICUVIEW 'S' Steps Without Events Only 20030617
6 C_OVERVIEW_ONLY Constant Public Type reference (TYPE) SPIUICUVIEW 'O' Overview only 20030515
7 GO_ADMIN_INFO Instance attribute Private Object reference (TYPE REF TO) IF_SPI_ADMIN Administration Information 20030828
8 GO_CU_PROCESS Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_CU_PROCESS Process from Metastore 20030618
9 GO_FILTER Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_SEARCH_FILTER Filter 20030828
10 GO_PROCESS Instance attribute Private Object reference (TYPE REF TO) IF_SPI_PROCESS Process Object 20030828
11 GP_STEP_TRANS_LOADED Instance attribute Protected Type reference (TYPE) SPIBOOL Step transitions loaded 20030618
12 GS_COL_DATA Instance attribute Protected Type reference (TYPE) SSPIUICUCD 20030515
13 GT_COLLECTIONS Static Attribute Private Type reference (TYPE) TSPICOLREF 20030515
14 GT_EXCL_TRANS Static Attribute Protected Type reference (TYPE) TS_EXCL_TRANS Table of attributes for transitions on interface 20040420
15 GT_OLD_STEP_TRANS Static Attribute Protected See coding 20030625
16 GT_STEPS Instance attribute Protected See coding 20030618
17 GT_STEP_TRANSITIONS Instance attribute Protected See coding 20030618
18 GT_TRANSITIONS Static Attribute Private Type reference (TYPE) TRANS_TAB 20030515
19 GT_VIEW_LOADED Static Attribute Protected See coding 20030515
20 GT_VIEW_STEPS Static Attribute Protected See coding 20030627
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COLLECTION Static method Public Method Adds Another Collection to the View 20040318
2 ADD_STEPS Instance method Public Method Inserts Further Steps into a Collection 20040319
3 CLEAN_UP_STEP_TRANSITIONS Static method Public Method Adjusts Step Transitions to Collection Steps 20030625
4 CONSTRUCTOR Instance method Public Constructor Private CONSTRUCTOR 20030514
5 DELETE Instance method Public Method Deletes Collection 20030620
6 DELETE_VIEW Static method Public Method Deletes All Collections and Transitions for View 20030828
7 FREE_ALL Static method Public Method Resets Whole Buffer - References NULL 20030515
8 GET_ACTIVE_STATUS Instance method Public Method Specifies Whether Collection Monitored Actively 20030828
9 GET_ADMIN_INFO Instance method Protected Method Gets Interface to Administration Data 20030828
10 GET_ALL_COLLECTIONS Static method Public Method Gets Highest Collections 20040322
11 GET_COLLECTION_BY_NAME Static method Public Method Gets Collections for Name 20030515
12 GET_COLLECTION_ID Instance method Public Method Gets Collection ID (GUID) 20030514
13 GET_DEFAULT_ATTRIBUTES Static method Public Method Returns one of the possible default attributes for the UI 20040319
14 GET_DESCRIPTION Instance method Public Method Description of Collection 20030515
15 GET_EXCLUDED_TRANSITIONS Static method Protected Method 20040420
16 GET_INSTANCE Static method Public Method Public CONSTRUCTOR 20030515
17 GET_INSTANCE_BY_STEP Static method Public Method Returns Collection Instance of a Step 20041001
18 GET_LEVEL Instance method Public Method Gets Collection Level (0 = Highest Level) 20030514
19 GET_NAME Instance method Public Method Gets Technical Name of Collection 20030514
20 GET_NEW_STEP1 Static method Protected Method Searches for Next Predecessor Step 20030627
21 GET_NEW_STEP2 Static method Protected Method Searches for Next Successor Step 20030627
22 GET_PROCESS_ID Instance method Private Method Gets Corresponding Process Type of Instance (Currently View) 20030515
23 GET_STEPS Instance method Public Method Gets Steps Within Collection 20030515
24 GET_STEP_TRANSITIONS Instance method Public Method Gets Step Transitions Within Collection 20030617
25 GET_SUB_COLLECTIONS Instance method Public Method Gets Directly Included Collections 20030515
26 GET_SUB_TRANSITION Instance method Public Method Gets Transitions to Included Collections 20030515
27 GET_TOP_LEVEL_COLLECTIONS Static method Public Method Gets Highest Collections 20030515
28 GET_TOP_LEVEL_TRANSITION Static method Public Method Gets Transitions to Highest Collections 20030515
29 GET_VIEW_ID Instance method Public Method Gets View ID (GUID), Currently Process Type 20030514
30 GET_VIEW_STEPS Static method Protected Method Loads All Steps and Events of View 20030627
31 IS_ACTIVE Instance method Public Method Specifies Whether Collection Monitored Actively 20030620
32 LOAD_VIEW Static method Protected Method Gets All View Components from Database 20030515
33 SET_ACTIVE_STATUS Instance method Public Method Sets Component to Active or Not Active 20030828
34 SET_ATTRIBUTES Instance method Public Method Sets the Collection Attributes for the UI 20040319
Events
Class CL_SPI_STEP_COLLECTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STEPINST_TRANSTAB Protected See coding 20030627 STEPinst_TRANStab type sorted table of stepinst_trans_struct with unique key step_id1 step_id2
2 STEPINST_TRANS_STRUCT Protected See coding 20030625 begin of stepinst_trans_STRUCT, step_id1 type spiprstid, step_id2 type spiprstid, trans type ref to cl_spi_transition_inst, end of STEPinst_trans_STRUCT
3 STEP_STRUCT Protected See coding 20030618 begin of STEP_STRUCT, step_id type spiprstid, event type spibool, optional type spibool, overview type spibool, instance type spibool, step type ref to cl_spi_step, end of STEP_STRUCT
4 STEP_TRANSTAB Protected See coding 20030627 STEP_TRANStab type sorted table of step_trans_struct with unique key step_id1 step_id2
5 STEP_TRANS_STRUCT Protected See coding 20030618 begin of step_trans_STRUCT, step_id1 type spiprstid, step_id2 type spiprstid, step1 type ref to cl_spi_step, step2 type ref to cl_spi_step, trans type ref to cl_spi_transition, end of STEP_trans_STRUCT
6 S_EXCL_TRANS Protected See coding 20040420 begin of s_EXCL_TRANS, prstepid1 type SPIPRSTID, prstepid2 type SPIPRSTID, end of s_excl_trans
7 TRANS_STRUCT Protected See coding 20030515 begin of TRANS_STRUCT, col1 type spicolid, col2 type spicolid, trans type ref to CL_SPI_COLLECTION_TRANSITION, end of trans_struct
8 TRANS_TAB Protected See coding 20030515 trans_tab type sorted table of trans_struct with unique key col1 col2
9 TS_EXCL_TRANS Protected See coding 20040420 TS_EXCL_TRANS type sorted table of s_excl_trans with unique key prstepid1 prstepid2
10 VIEW_STRUCT Protected See coding 20030515 begin of view_STRUCT, col_id type spicolid, top_col type TSPISTCOL, top_trans type TSPICOLTRANS, end of view_struct
Method Signatures

Method ADD_COLLECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_COL_TEXT Call by reference Type reference (TYPE) STRING Beschreibung der Collection 20040319
2 Importing IP_TEXT_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache der Collectionbeschreibung 20040319
3 Importing IS_COL_DATA Value transfer Type reference (TYPE) SSPIUICUCD Kopfdaten der Collections 20040318
4 Importing IT_FROM_COLLECTIONS Call by reference Type reference (TYPE) TSPISTCOL Vorgänger-Collection 20040319
5 Importing IT_STEPS Value transfer Type reference (TYPE) TSPIUICUCE Tabelle von Collectionelementen 20040319
6 Importing IT_TO_COLLECTIONS Call by reference Type reference (TYPE) TSPISTCOL Vorgänger-Collection 20040319
7 Returning RO_COLLECTION Value transfer Object reference (TYPE REF TO) CL_SPI_STEP_COLLECTION Kopfdaten mit CollectCollectionobjekt 20040319
# Exception Resumable Description Created on
1 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20040319

Method ADD_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_STEPS Call by reference Type reference (TYPE) TSPIUICUCE Neue Schritte 20040319
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20040319
2 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20040319

Method CLEAN_UP_STEP_TRANSITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_VIEW_ID Call by reference Type reference (TYPE) SPIVIEWID View Id 20030627
2 Importing IT_TRANSITIONS Call by reference Type reference (TYPE) TSPITRANS Übergänge der API 20030625
3 Returning RT_TRANSITIONS Value transfer Type reference (TYPE) TSPITRANS Übergänge angepasst an den View 20030625

Method CLEAN_UP_STEP_TRANSITIONS on class CL_SPI_STEP_COLLECTION has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_COLLECTION_DATA Call by reference Type reference (TYPE) SSPIUICUCD Daten der Collection 20030515

Method CONSTRUCTOR on class CL_SPI_STEP_COLLECTION has no exception.

Method DELETE Signature

Method DELETE on class CL_SPI_STEP_COLLECTION has no parameter.
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030828
2 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20030828

Method DELETE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_VIEW_ID Call by reference Type reference (TYPE) SPIVIEWID View-ID (z.Zt. Prozesstyp) 20030828
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030828
2 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20030828

Method FREE_ALL Signature

Method FREE_ALL on class CL_SPI_STEP_COLLECTION has no parameter.
Method FREE_ALL on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_ACTIVE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_ACTIVE Value transfer Type reference (TYPE) SPIFLAG Zusammenfassung ist activ ('X') 20030828

Method GET_ACTIVE_STATUS on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_ADMIN_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ADMIN_INFO Value transfer Object reference (TYPE REF TO) IF_SPI_ADMIN Admininfo Interface 20030828
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030828
2 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20030828

Method GET_ALL_COLLECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FILTER Call by reference Object reference (TYPE REF TO) CL_SPI_SEARCH_FILTER 20040322
2 Importing IP_VIEW_ID Call by reference Type reference (TYPE) SPIVIEWID View-ID (z.Zt. Prozesstyp) 20040322
3 Returning RT_COLLECTIONS Value transfer Type reference (TYPE) TSPISTCOL Tabelle von Collection-Objekte 20040322

Method GET_ALL_COLLECTIONS on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_COLLECTION_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_NAME Call by reference Type reference (TYPE) SPISYSLOCAL Name der Komponente 20030515
2 Importing IP_VIEW_ID Call by reference Type reference (TYPE) SPIVIEWID 20030515
3 Returning RT_COLLECTIONS Value transfer Type reference (TYPE) TSPISTCOL 20030515
# Exception Resumable Description Created on
1 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20030515

Method GET_COLLECTION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_COLLECTION_ID Value transfer Type reference (TYPE) SPICOLID Collection-ID 20030514

Method GET_COLLECTION_ID on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_DEFAULT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DEFAULT_TYPE Call by reference Type reference (TYPE) STRING C_DEFAULT_TYPE_LINEAR Art des Defauls 20040319
2 Returning RT_ATTRIBUTES Value transfer Type reference (TYPE) TSPIUICUSA Attribute 20040319

Method GET_DEFAULT_ATTRIBUTES on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_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 20030515
2 Returning RP_DESCRIPTION Value transfer Type reference (TYPE) STRING Beschreibung 20030515

Method GET_DESCRIPTION on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_EXCLUDED_TRANSITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_VIEW_ID Call by reference Type reference (TYPE) SPIVIEWID ID eines Views (z.Zt. Prozesstyp GUID) auf den Prozess 20040420
2 Returning RT_TRANS Value transfer Type reference (TYPE) TS_EXCL_TRANS Nicht anzuzeigende Übergänge 20040420

Method GET_EXCLUDED_TRANSITIONS on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FILTER Call by reference Object reference (TYPE REF TO) CL_SPI_SEARCH_FILTER Filter für Schritte und Übergänge 20030828
2 Importing IP_COLLECTION_ID Call by reference Type reference (TYPE) SPICOLID Collection ID 20030515
3 Importing IP_VIEW_ID Call by reference Type reference (TYPE) SPIVIEWID Prozesstyp (später View Id) 20030515
4 Returning RO_COLLECTION Value transfer Object reference (TYPE REF TO) CL_SPI_STEP_COLLECTION Instanz 20030515
# Exception Resumable Description Created on
1 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20030515

Method GET_INSTANCE_BY_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_STEP Call by reference Object reference (TYPE REF TO) CL_SPI_STEP Schrittdefinition 20041001
2 Returning RO_COLLECTION Value transfer Object reference (TYPE REF TO) CL_SPI_STEP_COLLECTION Instanz 20041001
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20041001
2 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20041001

Method GET_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_LEVEL Value transfer Type reference (TYPE) SPICOLLEVEL Stufe der Collection 20030514

Method GET_LEVEL on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_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) SPISYSLOCAL Collection-Name 20040322

Method GET_NAME on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_NEW_STEP1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_NEW_STEP1 Call by reference Object reference (TYPE REF TO) CL_SPI_STEP 20030627
2 Exporting EP_NEW_STEPID1 Call by reference Type reference (TYPE) SPIPRSTID 20030627
3 Importing IS_OLD_TRANSITION Call by reference Type reference (TYPE) STEP_TRANS_STRUCT 20030627
4 Importing IT_IN_TRANSITIONS Call by reference Type reference (TYPE) STEP_TRANSTAB 20030627
5 Changing RT_STEP_SKIPPED Call by reference Type reference (TYPE) TSPISTEPD 20030627
6 Changing RT_TRANS_SKIPPED Call by reference Type reference (TYPE) TSPITRANS 20030627

Method GET_NEW_STEP1 on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_NEW_STEP2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_NEW_STEP2 Call by reference Object reference (TYPE REF TO) CL_SPI_STEP 20030627
2 Exporting EP_NEW_STEPID2 Call by reference Type reference (TYPE) SPIPRSTID 20030627
3 Importing IS_OLD_TRANSITION Call by reference Type reference (TYPE) STEP_TRANS_STRUCT 20030627
4 Importing IT_IN_TRANSITIONS Call by reference Type reference (TYPE) STEP_TRANSTAB 20030627
5 Changing RT_STEP_SKIPPED Call by reference Type reference (TYPE) TSPISTEPD 20030627
6 Changing RT_TRANS_SKIPPED Call by reference Type reference (TYPE) TSPITRANS 20030627

Method GET_NEW_STEP2 on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_PROCESS_ID Signature

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

Method GET_PROCESS_ID on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_STEPS 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 (Anderer) Filter auf die Schritte 20030722
2 Importing IP_STEP_RESTRICTION Call by reference Type reference (TYPE) SPIUICUVIEW SPACE Schritte eingeschränkt auf Sicht (vgl. Konstanten) 20030515
3 Returning RT_STEPS Value transfer Type reference (TYPE) TSPISTEPD Tabbel von Schrittobjekten 20030515
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030515
2 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20030515

Method GET_STEP_TRANSITIONS 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 20030722
2 Returning RT_TRANSITIONS Value transfer Type reference (TYPE) TSPITRANS 20030617
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030617
2 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20030617

Method GET_SUB_COLLECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_COL_RESTRICTION Call by reference Type reference (TYPE) SPIBOOL SPACE Schritte eingeschränkt auf Sicht (vgl. Konstanten) 20030515
2 Returning RT_COLLECTIONS Value transfer Type reference (TYPE) TSPISTCOL Tabelle von Collections 20030515
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030515
2 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20030515

Method GET_SUB_TRANSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TRANS Value transfer Type reference (TYPE) TSPICOLTRANS Übergänge 20030515

Method GET_SUB_TRANSITION on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_TOP_LEVEL_COLLECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FILTER Call by reference Object reference (TYPE REF TO) CL_SPI_SEARCH_FILTER 20030828
2 Importing IP_VIEW_ID Call by reference Type reference (TYPE) SPIVIEWID View-ID (z.Zt. Prozesstyp) 20030515
3 Returning RT_COLLECTIONS Value transfer Type reference (TYPE) TSPISTCOL Tabelle von Collection-Objekte 20030515

Method GET_TOP_LEVEL_COLLECTIONS on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_TOP_LEVEL_TRANSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FILTER Call by reference Object reference (TYPE REF TO) CL_SPI_SEARCH_FILTER Filter 20030828
2 Importing IP_VIEW_ID Call by reference Type reference (TYPE) SPIVIEWID View-ID (z.Zt. Prozesstyp) 20030515
3 Returning RT_TRANS Value transfer Type reference (TYPE) TSPICOLTRANS Übergänge 20030515

Method GET_TOP_LEVEL_TRANSITION on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_VIEW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_VIEW_ID Value transfer Type reference (TYPE) SPICOLID View-ID (z.Zt. Prozesstyp) 20030514

Method GET_VIEW_ID on class CL_SPI_STEP_COLLECTION has no exception.

Method GET_VIEW_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_VIEW_ID Call by reference Type reference (TYPE) SPIVIEWID View Id (zZt. Prozessid) 20030627
2 Returning RT_STEPS Value transfer Type reference (TYPE) TSPIUICUCE Tabelle von view-Schritten 20030627
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030627
2 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20030627

Method IS_ACTIVE 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 Zusammenfassung ist activ 20030620
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030828
2 CX_SPI_UI_CU_COL Fehler in der Collection (Schrittzusammenfassung) 20030828

Method LOAD_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FILTER Call by reference Object reference (TYPE REF TO) CL_SPI_SEARCH_FILTER Filter für Instanzen 20030828
2 Importing IP_VIEW_ID Call by reference Type reference (TYPE) SPIVIEWID View ID (z.Zt. Prozesstyp) 20030515

Method LOAD_VIEW on class CL_SPI_STEP_COLLECTION has no exception.

Method SET_ACTIVE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ACTIVE Call by reference Type reference (TYPE) SPICOLACT Aktive = 'X', Inaktiv = SPACE 20030828

Method SET_ACTIVE_STATUS on class CL_SPI_STEP_COLLECTION has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ATTRIBUTES Value transfer Type reference (TYPE) TSPIUICUSA Attribute 20040319

Method SET_ATTRIBUTES on class CL_SPI_STEP_COLLECTION has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640