SAP ABAP Function Module DD_MESSAGE_LOG (Log writer for Data Dictionary)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Function Module DD_MESSAGE_LOG Log writer for Data Dictionary  
Function Group SDP1   Data Dictionary logs  
Program Name SAPLSDP1    
INCLUDE Name LSDP1U02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting LCOUNT TYPE DDPRT_I-LCOUNT Current line number within the log
Exporting MESSFLAG TYPE DDPRT_I-MESSFLAG Flag whether the error itself is d
Importing ERRLIST TYPE DDPRT-ERRLIST Bit string for different error cat
Importing ERRNUM TYPE DDPRT-ERRNUM Error category
Importing LANGU TYPE DDPRT-LANGU Language of message to be written
Importing LEVEL TYPE DDPRT-LEVEL Log level
Importing MESSID TYPE DDPRT-MESSID Application area of message to be
Importing MESSNR TYPE DDPRT-MESSNR Number of message to be written
Importing MSTR_LANGU TYPE DDPRT_I-MSTR_LANGU Substitute language
Importing NEWOBJ TYPE DDPRT-NEWOBJ New object to be logged
Importing PAR1 TYPE DDPRT-PAR1 Variable 1 for message to be writt
Importing PAR2 TYPE DDPRT-PAR2 Variable 2 for message to be writt
Importing PAR3 TYPE DDPRT-PAR3 Variable 3 for message to be writt
Importing PAR4 TYPE DDPRT-PAR4 Variable 4 for message to be writt
Importing PROTMODUS TYPE DDPRT_I-PROTMODUS 'A' Mode of log writer (OPEN, close...
Importing PROTOCOL TYPE DDPRT_I-PROTOCOL Name of log
Importing PRTTYPE TYPE DDPRT_I-PRTTYPE 'D' Category of log (D=DB, F=File)
Importing SEVERITY TYPE DDPRT-SEVERITY Weighting of message to be written
Tables MESS_TAB TYPE DDPRT Table with all written messages
Exception FILE_NOT_FOUND TYPE File could not be opened
Exception WRONG_ERRNUM TYPE Error category not allowed
Exception WRONG_PROTMODUS TYPE Mode for log writer, not allowed
Exception WRONG_PROTTYPE TYPE Log category not allowed
               
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  19950113 
SAP Release Created in