SAP ABAP Class CL_ALERT_PPF (Trigger Alert)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-GBT-PPF (Application Component) Post Processing Framework
     SPPF_MEDIA (Package) PPF: Central Media
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MEDIUM_PPF PPF: Media Interface 20030314
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20030314
Properties
Class CL_ALERT_PPF  
Short Description Trigger Alert    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package SPPF_MEDIA   PPF: Central Media 
Created 20030314   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 SALRT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SZADR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_MEDIUM_PPF PPF: Media Interface 20030314
2 IF_OS_STATE State Management for a 'Managed Object' 20030314
Friends
# Friend Modeled only Created on Description
1 CB_ALERT_PPF 20030818 Base Agent Alert
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALERT_ID Instance attribute Protected Type reference (TYPE) SALRTEXTID External ID for an Alert 20030409
2 APPL_GUID Instance attribute Protected Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20030403
3 CATEGORY Instance attribute Protected Type reference (TYPE) SALRTDCAT Alert Category 20030314
4 CHANGED Instance attribute Protected Type reference (TYPE) PPFDMECHNG Medium Manually Changed 20030314
5 COMMSTRAT Instance attribute Protected Type reference (TYPE) CSTRATEGY Communication strategy 20030610
6 PARTNR Instance attribute Protected Object reference (TYPE REF TO) CL_PARTNER_PPF Globally Unique Identifier 20030314
7 PROCESSLOG Instance attribute Private Type reference (TYPE) BALLOGHNDL Runtime Handle on Application Log 20030319
8 PROTOCOLNO Instance attribute Protected Type reference (TYPE) BALOGNR Application Log: Log Number 20030314
9 SAVE_LOG Instance attribute Private Type reference (TYPE) CHAR1 Save Processing Log? 20030319
10 TEXT Instance attribute Protected Type reference (TYPE) SALRTDCATD 20030403
11 TRIGG Instance attribute Protected Object reference (TYPE REF TO) CL_TRIGGER_PPF Globally Unique Identifier 20030314
12 TYPE Constant Private Type reference (TYPE) PPFDMETYPE 'ALM' Processing Type 20030319
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PARTNER Instance method Private Method Adds Found Partner 20030606
2 DELETE_PROCESSLOG Instance method Protected Method Deletes the Processing Log 20030319
3 EXECUTE Instance method Public Method Start Processing 20030321
4 GETM_ALL_DATA Instance method Public Method Reads all Attributes 20030319
5 GET_ALERT_ID Instance method Public Get-method of a virtual attribute Reads the Attribute ALERT_ID 20030409
6 GET_APPL_GUID Instance method Public Get-method of a virtual attribute Reads the Attribute APPL_GUID 20030403
7 GET_CATEGORY Instance method Public Get-method of a virtual attribute Reads the Attribute CATEGORY 20030314
8 GET_CHANGED Instance method Public Get-method of a virtual attribute Reads the Attribute CHANGED 20030314
9 GET_COMMSTRAT Instance method Public Get-method of a virtual attribute Reads the Attribute COMMSTRAT 20030610
10 GET_PARTNR Instance method Public Get-method of a virtual attribute Reads the Attribute PARTNR 20030314
11 GET_PROCESSLOG Instance method Private Get-method of a virtual attribute Reads the Attribute PROCESSLOG 20030319
12 GET_PROTOCOLNO Instance method Public Get-method of a virtual attribute Reads the Attribute PROTOCOLNO 20030314
13 GET_SAVE_LOG Instance method Private Get-method of a virtual attribute Reads Attribute SAVE_LOG 20030319
14 GET_TEXT Instance method Protected Get-method of a virtual attribute Read the attribute TEXT 20030403
15 GET_TRIGG Instance method Public Get-method of a virtual attribute Reads the Attribute TRIGG 20030314
16 PREPARE_CONTAINER Instance method Private Method Inserts Business Object Attributes into the Container 20030410
17 SETM_ALL_DATA Instance method Public Method Reads all Attributes 20030319
18 SET_ALERT_ID Instance method Public Set-method of a virtual attribute Sets the Attribute ALERT_ID 20030409
19 SET_APPL_GUID Instance method Public Set-method of a virtual attribute Sets the Attribute APPL_GUID 20030403
20 SET_CATEGORY Instance method Public Set-method of a virtual attribute Sets the Attribute CATEGORY 20030314
21 SET_CHANGED Instance method Public Set-method of a virtual attribute Sets the Attribute CHANGED 20030314
22 SET_COMMSTRAT Instance method Public Set-method of a virtual attribute Sets the Attribute COMMSTRAT 20030610
23 SET_PARTNR Instance method Public Set-method of a virtual attribute Sets the Attribute PARTNR 20030314
24 SET_PROCESSLOG Instance method Private Set-method of a virtual attribute Sets the Attribute PROCESSLOG 20030319
25 SET_PROTOCOLNO Instance method Public Set-method of a virtual attribute Sets the Attribute PROTOCOLNO 20030314
26 SET_SAVE_LOG Instance method Private Set-method of a virtual attribute Sets Attribute SAVE_LOG 20030319
27 SET_TEXT Instance method Protected Set-method of a virtual attribute Set the attribute TEXT 20030403
28 SET_TRIGG Instance method Public Set-method of a virtual attribute Sets the Attribute TRIGG 20030314
Events
Class CL_ALERT_PPF has no event.
Types
Class CL_ALERT_PPF has no local type.
Method Signatures

Method ADD_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PARTNER Call by reference Type reference (TYPE) SALRTSADDR Adreßdaten 20030606
2 Importing IO_PARTNER Call by reference Object reference (TYPE REF TO) CL_PARTNER_PPF Gefundener Partner 20030606

Method ADD_PARTNER on class CL_ALERT_PPF has no exception.

Method DELETE_PROCESSLOG Signature

Method DELETE_PROCESSLOG on class CL_ALERT_PPF has no parameter.
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services: Objekt nicht gefunden 20050203
2 PROTOCOL_COULD_NOT_BE_DELETED Protokoll konnte nicht gelöscht werden 20030319

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPL_REF Call by reference Object reference (TYPE REF TO) OBJECT Anwendungsobjekt 20030321
2 Importing IP_PREVIEW Call by reference Type reference (TYPE) CHAR1 Previewflag 20030321
3 Returning RP_STATUS Value transfer Type reference (TYPE) PPFDTSTAT Ergebnis der Verarbeitung 20030321
# Exception Resumable Description Created on
1 MISSING_ARGUMENTS fehlende Parameter 20030321

Method GETM_ALL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_ALL_DATA Value transfer Type reference (TYPE) PPFTALMRU alle Attribute 20030319
# Exception Resumable Description Created on
1 CX_OS_ERROR Object Services: Ausnahmen ( dynamic check ) 20030319

Method GET_ALERT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SALRTEXTID Attributwert 20030409
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030409

Method GET_APPL_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GUID_32 Attributwert 20030403
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030403

Method GET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SALRTDCAT Attributwert 20030314
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030314

Method GET_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) PPFDMECHNG Attributwert 20030314
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030314

Method GET_COMMSTRAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) CSTRATEGY Attributwert 20030610
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030610

Method GET_PARTNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_PARTNER_PPF Attributwert 20030314
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030314

Method GET_PROCESSLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BALLOGHNDL Attributwert 20030319
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030319

Method GET_PROTOCOLNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BALOGNR Attributwert 20030314
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030314

Method GET_SAVE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) CHAR1 Attributwert 20030319
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030319

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SALRTDCATD Attributwert 20030403
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030403

Method GET_TRIGG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_TRIGGER_PPF Attributwert 20030314
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030314

Method PREPARE_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTAINER Call by reference Type reference (TYPE) SWCONTTAB Container 20030410
2 Importing IO_APPL Call by reference Object reference (TYPE REF TO) OBJECT Referenz auf Anwendungsobjekt 20030410
3 Importing IP_OBJCATID Call by reference Type reference (TYPE) SIBFCATID Kategorie von Objekten in Persistenten Objektreferenzen 20030410
4 Importing IP_OBJTYPEID Call by reference Type reference (TYPE) SIBFTYPEID Typ von Objekten in Persistenten Objektreferenzen 20030410

Method PREPARE_CONTAINER on class CL_ALERT_PPF has no exception.

Method SETM_ALL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ALL_DATA Value transfer Type reference (TYPE) PPFTALMRU alle Attribute 20030319
# Exception Resumable Description Created on
1 CX_OS_ERROR Object Services: Ausnahmen ( dynamic check ) 20030319

Method SET_ALERT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALERT_ID Call by reference Type reference (TYPE) SALRTEXTID Attributwert 20030409
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030409

Method SET_APPL_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL_GUID Call by reference Type reference (TYPE) GUID_32 Attributwert 20030403
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030403

Method SET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CATEGORY Call by reference Type reference (TYPE) SALRTDCAT Attributwert 20030314
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030314

Method SET_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGED Call by reference Type reference (TYPE) PPFDMECHNG Attributwert 20030314
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030314

Method SET_COMMSTRAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMSTRAT Call by reference Type reference (TYPE) CSTRATEGY Attributwert 20030610
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030610

Method SET_PARTNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARTNR Call by reference Object reference (TYPE REF TO) CL_PARTNER_PPF Attributwert 20030314
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030314

Method SET_PROCESSLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESSLOG Call by reference Type reference (TYPE) BALLOGHNDL Attributwert 20030319
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030319

Method SET_PROTOCOLNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROTOCOLNO Call by reference Type reference (TYPE) BALOGNR Attributwert 20030314
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030314

Method SET_SAVE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SAVE_LOG Call by reference Type reference (TYPE) CHAR1 Attributwert 20030319
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030319

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) SALRTDCATD Attributwert 20030403
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030403

Method SET_TRIGG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRIGG Call by reference Object reference (TYPE REF TO) CL_TRIGGER_PPF Attributwert 20030314
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030314
History
Last changed by/on SAP  20110908 
SAP Release Created in 640