SAP ABAP Interface IF_SPI_ADMIN (Administration Data of a Process)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-PMI (Application Component) Process Monitoring Infrastructure
     SPI8 (Package) Central: Monitoring Administration
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SPI_ADMIN_MANAGER Administration Functions for Monitoring 20020911
Properties
Interface IF_SPI_ADMIN  
Short Description Administration Data of a Process    
General Data
Package SPI8   Central: Monitoring Administration 
Created 20020911   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_SPI_ADMIN has no forward declaration.
Interfaces
Interface IF_SPI_ADMIN has no interface.
Friends
Interface IF_SPI_ADMIN has no friend.
Attributes
Interface IF_SPI_ADMIN has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates Monitoring 20020916
2 DEACTIVATE Instance method Public Method Deactivates Monitoring 20020916
3 GET_ALERT_SHORT Instance method Public Method Gets Alert Messages of CCMS in Short Form 20030728
4 GET_LAST_START Instance method Public Method Last Start Time (UTC) of Monitoring 20020911
5 GET_LAST_STARTER Instance method Public Method Name of person who started monitoring process 20020911
6 GET_LAST_STOP Instance method Public Method Last Stop Time (UTC) of Monitoring 20020911
7 GET_LAST_STOPPER Instance method Public Method Name of person who stopped monitoring process 20020911
8 GET_LAST_UPDATE Instance method Public Method Last change to process store for this process 20021007
9 GET_PROCESS_VARIANT Instance method Public Method Gets Process Variant 20031120
10 GET_USER_NAME Static method Protected Method Conversion SY-UNAME -> Address Name 20020913
11 IS_ACTIVE Instance method Public Method True if process is actively monitored 20020911
12 IS_ANY_PROCESS_ACTIVE Static method Public Method Active Process Monitoring (Cross-Client) 20030908
13 IS_RELEASED Instance method Public Method True, if Process Released 20030903
14 IS_STEP_ACTIVE Instance method Public Method True, if Step Monitored Actively 20030827
15 SET_PROCESS_VARIANT Instance method Public Method Set New Process Variant (space = reset) 20031120
Events
Interface IF_SPI_ADMIN has no event.
Types
Interface IF_SPI_ADMIN has no local type.
Method Signatures

Method ACTIVATE Signature

Method ACTIVATE on Interface IF_SPI_ADMIN has no parameter.
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20021119
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021119

Method DEACTIVATE Signature

Method DEACTIVATE on Interface IF_SPI_ADMIN has no parameter.
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20021119
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021119

Method GET_ALERT_SHORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ACT_PROC_ONLY Value transfer Type reference (TYPE) SPIBOOL 1 obsolet 20030728
2 Returning RS_ALERT Value transfer Type reference (TYPE) SSPIALTMSG Alerts in Kurzform 20030728
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030728

Method GET_LAST_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_START Value transfer Type reference (TYPE) SPILSTSTART Prozessmonitoring zuletzt gestartet 20020911
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20021119
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021119

Method GET_LAST_STARTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_AS_UNAME Call by reference Type reference (TYPE) SPIBOOL SPI Global: Boolscher Wert 20080109
2 Returning RP_STARTER Value transfer Type reference (TYPE) STRING Starter 20020911
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20021119
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021119

Method GET_LAST_STOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_STOP Value transfer Type reference (TYPE) SPILSTSTOP Zeitpunkt des letzten Stops des Monitorings 20020911
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20021119
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021119

Method GET_LAST_STOPPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_AS_UNAME Call by reference Type reference (TYPE) SPIBOOL SPI Global: Boolscher Wert 20080109
2 Returning RP_STOPPER Value transfer Type reference (TYPE) STRING Stopper 20020911
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20021119
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021119

Method GET_LAST_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_UPDATE Value transfer Type reference (TYPE) SPIASNEW Process Store zuletzt geändert 20021007
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20021119
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021119

Method GET_PROCESS_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_RESULT Value transfer Type reference (TYPE) SSPIPVKEY 20031120
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20031120
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20031120

Method GET_USER_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME R/3-System, Anmeldename des Benutzers 20020913
2 Returning RP_USER_NAME Value transfer Type reference (TYPE) STRING Adressnamen 20020913
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20021119
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021119

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 true falls aktiv 20020911
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20021119
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20021119

Method IS_ANY_PROCESS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CLIENT Call by reference Type reference (TYPE) MANDT Mandant 20101119
2 Returning RP_ANY_ACTIVE Value transfer Type reference (TYPE) SPIBOOL 'True', falls es mind. 1 aktiven Process gibt 20030908

Method IS_ANY_PROCESS_ACTIVE on Interface IF_SPI_ADMIN has no exception.

Method IS_RELEASED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_RELEASED Value transfer Type reference (TYPE) SPIBOOL true falls freigegeben 20030903
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20030903
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030903

Method IS_STEP_ACTIVE 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 Schritt 20030827
2 Returning RP_ACTIVE Value transfer Type reference (TYPE) SPIBOOL SPI_TRUE falls aktiv 20030827
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20030916
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030916

Method SET_PROCESS_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VARIANT Call by reference Type reference (TYPE) SSPIPVKEY 20031120
# Exception Resumable Description Created on
1 CX_SPI_ADMIN Fehler im Zugriff auf Administrationsdaten 20031120
2 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20031120
History
Last changed by/on SAP  20110908 
SAP Release Created in 630