SAP ABAP Class CL_RPLM_QIMT_MESSAGELOG (Collects Notifications and Messages)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   EP-PCT-MAN-MT (Application Component) Business Package for Maintenance Technician
     RPLM_QIMT_BE (Package) Quality Inspector & Maintenance Technician BE
Properties
Class CL_RPLM_QIMT_MESSAGELOG  
Short Description Collects Notifications and Messages    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RPLM_QIMT_BE   Quality Inspector & Maintenance Technician BE 
Created 20050104   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RPLM_QIMT_MESSAGELOG has no forward declaration.
Interfaces
Class CL_RPLM_QIMT_MESSAGELOG has no interface implemented.
Friends
Class CL_RPLM_QIMT_MESSAGELOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BAPI_RETURN Instance attribute Public Type reference (TYPE) BAPIRETTAB BAPI Return Table 20050107
2 EXC_HANDLE Instance attribute Public Type reference (TYPE) BAL_T_MSGH Application Log: Message Handle Table 20050104
3 MSG_HANDLE Instance attribute Public Type reference (TYPE) BAL_T_MSGH Application Log: Message Handle Table 20050104
4 PROTOCOL_HANDLE Instance attribute Public Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20050104
Methods
# Method Level Visibility Method type Description Created on
1 ADDBAPIRETURN Instance method Public Method Stores the BAPI Return Structure 20050107
2 ADDEXCEPTIONTOLOG Instance method Public Method Stores an Exception 20050104
3 ADDMESSAGETOLOG Instance method Public Method Stores a Notification 20050104
4 CONFIGURE_LOG Instance method Private Method Configuration of Store 20050104
5 CONSTRUCTOR Instance method Public Constructor Creates a Log and Stores the User 20050104
6 CREATEPROTOCOL Instance method Private Method Generates a Log 20050104
7 DELETE_ALL_MESSAGES Instance method Public Method Delete All Messages 20050209
8 DELETE_MESSAGE_LOG Instance method Public Method Deletion of Entire Message Log 20050323
9 DELETE_SPECIFIC_MESSAGE Instance method Public Method Deletes the Log 20050209
10 GETLOGDATA Instance method Public Method Reads All Exceptions and Notifications 20050104
11 READEXCEPTIONLOG Instance method Private Method Reads the Stored Exceptions 20050104
12 READMESSAGELOG Instance method Private Method Reads the Stored Notifications 20050104
Events
Class CL_RPLM_QIMT_MESSAGELOG has no event.
Types
Class CL_RPLM_QIMT_MESSAGELOG has no local type.
Method Signatures

Method ADDBAPIRETURN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BAPI_RETURN_STRC Call by reference Type reference (TYPE) BAPIRET2 Returnparameter 20050107

Method ADDBAPIRETURN on class CL_RPLM_QIMT_MESSAGELOG has no exception.

Method ADDEXCEPTIONTOLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXC_DATA Call by reference Type reference (TYPE) BAL_S_EXC Anwendungs-Log: Daten einer Ausnahme 20050104
2 Importing PROTOCOL_LOG Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20050104

Method ADDEXCEPTIONTOLOG on class CL_RPLM_QIMT_MESSAGELOG has no exception.

Method ADDMESSAGETOLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_DATA Call by reference Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20050104
2 Importing PROTOCOL_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20050104

Method ADDMESSAGETOLOG on class CL_RPLM_QIMT_MESSAGELOG has no exception.

Method CONFIGURE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONFIGURATION_SUCC Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050104
2 Importing CONFIG_FLAG Call by reference Type reference (TYPE) BAL_S_CONF Anwendungs-Log: Konfiguration des Sammlers 20050104

Method CONFIGURE_LOG on class CL_RPLM_QIMT_MESSAGELOG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXT_NUMBER Call by reference Type reference (TYPE) BALNREXT Anwendungs-Log: Externe Identifikation 20050104
2 Importing OBJECT Call by reference Type reference (TYPE) BALOBJ_D Anwendungs-Log: Objektname (Applikationskürzel) 20050104
3 Importing SUB_OBJECT Call by reference Type reference (TYPE) BALSUBOBJ Anwendungs-Log: Unterobjekt 20050104

Method CONSTRUCTOR on class CL_RPLM_QIMT_MESSAGELOG has no exception.

Method CREATEPROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HEADER_DATA Call by reference Type reference (TYPE) BAL_S_LOG Anwendungs-Log: Daten des Protokollkopfes 20050104
2 Exporting LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20050104

Method CREATEPROTOCOL on class CL_RPLM_QIMT_MESSAGELOG has no exception.

Method DELETE_ALL_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DELETED Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050209
2 Importing LOG_OBJ Call by reference Object reference (TYPE REF TO) CL_RPLM_QIMT_MESSAGELOG Sammelt Meldungen und Nachrichten 20050209

Method DELETE_ALL_MESSAGES on class CL_RPLM_QIMT_MESSAGELOG has no exception.

Method DELETE_MESSAGE_LOG Signature

Method DELETE_MESSAGE_LOG on class CL_RPLM_QIMT_MESSAGELOG has no parameter.
Method DELETE_MESSAGE_LOG on class CL_RPLM_QIMT_MESSAGELOG has no exception.

Method DELETE_SPECIFIC_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DELETED Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050209
2 Importing MSG_HANDLE Call by reference Type reference (TYPE) BALMSGHNDL Anwendungs-Log: Handle für eine Meldung 20050209

Method DELETE_SPECIFIC_MESSAGE on class CL_RPLM_QIMT_MESSAGELOG has no exception.

Method GETLOGDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXC Call by reference Type reference (TYPE) BOOLEAN 20050107
2 Importing IS_MSG Call by reference Type reference (TYPE) BOOLEAN 20050107
3 Importing LOG_INPUT Call by reference Type reference (TYPE) BAL_T_MSGH Ausnahme und Nachrichten-Behandler 20050104
4 Exporting LOG_OUTPUT Call by reference Type reference (TYPE) RPLM_TT_MESSAGELOG Nachrichten oder Ausnahmen 20050104

Method GETLOGDATA on class CL_RPLM_QIMT_MESSAGELOG has no exception.

Method READEXCEPTIONLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CLASS Call by reference Type reference (TYPE) C 20050104
2 Exporting EXC_DATA Call by reference Type reference (TYPE) BAL_S_EXCR Anwendungs-Log: Ausnahme im Protokoll (lesen) 20050104
3 Importing EXC_HANDLE Call by reference Type reference (TYPE) BALMSGHNDL Anwendungs-Log: Handle für eine Meldung 20050104
4 Importing LANGUAGE Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050104
5 Exporting LEVEL Call by reference Type reference (TYPE) C 20050104
6 Exporting LONGTEXT Call by reference Type reference (TYPE) STRING 20050104
7 Exporting TEXT Call by reference Type reference (TYPE) C 20050104
8 Exporting TYPE Call by reference Type reference (TYPE) C 20050104

Method READEXCEPTIONLOG on class CL_RPLM_QIMT_MESSAGELOG has no exception.

Method READMESSAGELOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CLASS Call by reference Type reference (TYPE) C 20050104
2 Exporting ID Call by reference Type reference (TYPE) C 20050104
3 Importing LANGUAGE Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050104
4 Exporting LEVEL Call by reference Type reference (TYPE) C 20050104
5 Exporting LONGTEXT Call by reference Type reference (TYPE) STRING 20050104
6 Exporting MSG_DATA Call by reference Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20050104
7 Importing MSG_HANDLE Call by reference Type reference (TYPE) BALMSGHNDL Anwendungs-Log: Handle für eine Meldung 20050104
8 Exporting TEXT Call by reference Type reference (TYPE) C 20050104
9 Exporting TYPE Call by reference Type reference (TYPE) C 20050104

Method READMESSAGELOG on class CL_RPLM_QIMT_MESSAGELOG has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 600