SAP ABAP Interface IF_ALERT_ESCALATION_API (ALM API: Alert Escalation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-GBT-ALM (Application Component) Alert Framework
     SALERT_CUST_API (Package) API for Reading and Writing Customizing
Properties
Interface IF_ALERT_ESCALATION_API  
Short Description ALM API: Alert Escalation    
General Data
Package SALERT_CUST_API   API for Reading and Writing Customizing 
Created 20040705   SAP 
Last changed 20040930   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_ALERT_RECIPIENT_API Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_ALERT_ESCALATION_API has no interface.
Friends
Interface IF_ALERT_ESCALATION_API has no friend.
Attributes
Interface IF_ALERT_ESCALATION_API has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ESCALATION_RECIPIENT Instance method Public Method Generates a New Escalation Recipient 20040705
2 DELETE_ESCALATION_RECIPIENT Instance method Public Method Deletes the Escalation Recipient 20040705
3 GET_DELAY Instance method Public Method Returns the Tolerance Time 20040705
4 GET_ESCALATION_RECIPIENT Instance method Public Method Returns the Escalation Recipient 20040705
5 GET_IS_ACTIVE Instance method Public Method Returns Flag for Activating and Deactivating Escalation 20040705
6 SET_DELAY Instance method Public Method Sets Tolerance Time 20040705
7 SET_IS_ACTIVE Instance method Public Method Sets Flag for Activating and Deactivating Escalation 20040705
Events
Interface IF_ALERT_ESCALATION_API has no event.
Types
Interface IF_ALERT_ESCALATION_API has no local type.
Method Signatures

Method CREATE_ESCALATION_RECIPIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_USER_NAME Call by reference Type reference (TYPE) SALRTDESCR Eskalationsempfänger 20040705
2 Returning RI_RECIPIENT Value transfer Object reference (TYPE REF TO) IF_ALERT_RECIPIENT_API ALM-API: Empfänger 20040705
# Exception Resumable Description Created on
1 CX_ALERT_CUST_API ALM-API: Allgemeiner Fehler 20040728
2 CX_ALERT_CUST_OBJ_EXISTS_API Alert: Objekt existiert bereits 20040728

Method DELETE_ESCALATION_RECIPIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_RECIPIENT Call by reference Object reference (TYPE REF TO) IF_ALERT_RECIPIENT_API ALM-API: Empfänger 20040705
# Exception Resumable Description Created on
1 CX_ALERT_CUST_API ALM-API: Allgemeiner Fehler 20040728
2 CX_ALERT_CUST_OBJ_UNKNOWN_API Alert: Angegebenes Objekt existiert nicht 20040728

Method GET_DELAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_DELAY Value transfer Type reference (TYPE) SALRTDESCT Toleranzzeit für Eskalation in Minuten 20040705
# Exception Resumable Description Created on
1 CX_ALERT_CUST_API ALM-API: Allgemeiner Fehler 20040728

Method GET_ESCALATION_RECIPIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RI_RECIPIENT Value transfer Object reference (TYPE REF TO) IF_ALERT_RECIPIENT_API ALM-API: Empfänger 20040705
# Exception Resumable Description Created on
1 CX_ALERT_CUST_API ALM-API: Allgemeiner Fehler 20040728

Method GET_IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_IS_ACTIVE Value transfer Type reference (TYPE) SALRTDESCA Eskalation aktiv 20040705
# Exception Resumable Description Created on
1 CX_ALERT_CUST_API ALM-API: Allgemeiner Fehler 20040728

Method SET_DELAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DELAY Call by reference Type reference (TYPE) SALRTDESCT Toleranzzeit für Eskalation in Minuten 20040705
# Exception Resumable Description Created on
1 CX_ALERT_CUST_API ALM-API: Allgemeiner Fehler 20040728

Method SET_IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_IS_ACTIVE Call by reference Type reference (TYPE) SALRTDESCA Eskalation aktiv 20040705
# Exception Resumable Description Created on
1 CX_ALERT_CUST_API ALM-API: Allgemeiner Fehler 20040728
History
Last changed by/on SAP  20040930 
SAP Release Created in 700