SAP ABAP Function Module MESSAGES_INITIALIZE (Delete messages collected up to now, collect future messages)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BSF-MSH (Application Component) CO Message Handler
     SZZ (Package) R/3 Central Basis Development: Service Functions
Basic Data
Function Module MESSAGES_INITIALIZE Delete messages collected up to now, collect future messages  
Function Group SMSG   CO Message Handler  
Program Name SAPLSMSG    
INCLUDE Name LSMSGU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_IDENTIFICATION TYPE SYST-UZEIT Identification
Importing COLLECT_AND_SEND TYPE SPACE Collect and Output if x
Importing RESET TYPE 'X' Reset collected messages if x
Importing LINE_FROM TYPE SPACE Restrict Messages to Be Reset
Importing LINE_TO TYPE SPACE Restrict Messages to Be Reset
Importing I_STORE_DUPLICATES TYPE BOOLE_D 'X' Save Identical Messages More than Once (-> Improves Performance)
Importing I_NO_DUPLICATE_COUNT TYPE SYTABIX 500 Number of messages up to which no duplicates are saved
Importing I_IDENTIFICATION TYPE SYST-UZEIT Identification from First Call
Importing CHECK_ON_COMMIT TYPE SYST-BATCH 'X' Not used
Importing I_ALLOW_FOREIGN_RESET TYPE BOOLE-BOOLE 'X' Cancelation Without ID Allowed
Importing I_RESET_LINE TYPE BOOLE-BOOLE 'X' Reset Line Set by MESSAGE_LINE_SET
Exception LOG_NOT_ACTIVE TYPE Log not active -> no reset
Exception WRONG_IDENTIFICATION TYPE Identification not correct (-> long text)
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19970707 
SAP Release Created in