SAP ABAP Function Module COMMON_LOG_READ_T100 (Read all T100 entries in a general log file)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-BTC (Application Component) Background Processing
     SBTC (Package) SAP Background Processing
Basic Data
Function Module COMMON_LOG_READ_T100 Read all T100 entries in a general log file  
Function Group STLG   General logging interface  
Program Name SAPLSTLG    
INCLUDE Name LSTLGU08    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing CLIENT TYPE SYST-MANDT SY-MANDT Client in which the log was created
Importing DECODE_MESSAGE TYPE SYST-BATCH SPACE Decoding the message in text
Importing LOGNAME TYPE TST01-DNAME Identifier of the log file
Importing LOG_JOBNAME TYPE TBTCO-JOBNAME Name eines Hintergrundjobs
Importing LOG_JOBCOUNT TYPE TBTCO-JOBCOUNT Kennummer eines Jobs
Importing LINES TYPE BTCINT4 Anzahl Zeilen
Importing DIRECTION TYPE BTCCHAR1 Leserichtung (B = vom Anfang, E = vom Ende)
Tables LOGTABLE TYPE BTCTL1 Contents of the log file
Exception LOGNAME_MISSING TYPE Identifier of log file is missing
Exception LOG_HANDLE_ERROR TYPE Error from the TemSe interface
Exception LOG_IS_EMPTY TYPE Log is empty
Exception LOG_NOT_FOUND TYPE Log could not be found
Exception TEMSE_CONVERSION_NOT_POSSIBLE TYPE Error from the TemSe interface
Exception TEMSE_ERROR TYPE Error from the TemSe interface
Exception TEMSE_FUNCTION_ERROR TYPE Error from the TemSe interface
               
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