TXMILOG SAP (Log Information on Actions of External Management Tools) Table details

Dictionary Type: Table
Description: Log Information on Actions of External Management Tools




ABAP Code to SELECT data from TXMILOG
Related tables to TXMILOG
Access table TXMILOG




Table field list including key, data, relationships and ABAP select examples

TXMILOG is a standard SAP Table which is used to store Log Information on Actions of External Management Tools data and is available within R/3 SAP systems depending on the version and release level.

The TXMILOG table consists of various fields, each holding specific information or linking keys about Log Information on Actions of External Management Tools data available in SAP. These include LOGDATE (XMI logging: Date of log entry), LOGTIME (XMI logging: Time an entry was logged), EXTCOMPANY (XMI logging: company name of external management tool), EXTPROGRAM (XMI logging: Program name of external management tool).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TXMILOG table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
LOGIDXMI logging: Unique DB key of log entry XMILOGIDCHAR24XMILOGID
LOGDATEXMI logging: Date of log entry XMILOGDATEDATS8SYDATS
LOGTIMEXMI logging: Time an entry was logged XMILOGTIMETIMS6SYTIME
EXTCOMPANYXMI logging: company name of external management tool XMILOGCOMPCHAR16TEXT16
EXTPROGRAMXMI logging: Program name of external management tool XMILOGPROGCHAR16TEXT16
EXTVERSIONVersion of XMI interface delivered for check purposes XMIVERSIONCHAR10XVERSION
SAPUSERXMI logging: SAP user name of external management tool XMILOGSUSRCHAR12Assigned to domainXUBNAME
EXTUSERXMI logging: Name of user in external management tool XMILOGEUSRCHAR16TEXT16
ACTIONXMI logging: Name of function module of XMI interface XMILOGACTNCHAR30Assigned to domainFUNCNAME
APPLAREAXMI logging: Name of area for XMI action XMILOGAREACHAR16TEXT16
OBJECTXMI logging: Name of object (job name, spool ID ...) XMILOGOBJCHAR50TEXT50
MESSAGEXMI logging: Comment on XMI action XMILOGMSGCHAR50TEXT50
SERVERXMI logging: Name of server, on which XMI action was exectd XMILOGSRVNCHAR20MSNAME

Key field Non-key field



How do I retrieve data from SAP table TXMILOG using ABAP code

The following ABAP code Example will allow you to do a basic selection on TXMILOG to SELECT all data from the table
DATA: WA_TXMILOG TYPE TXMILOG.

SELECT SINGLE *
FROM TXMILOG
INTO CORRESPONDING FIELDS OF WA_TXMILOG
WHERE...

How to access SAP table TXMILOG

Within an ECC or HANA version of SAP you can also view further information about TXMILOG and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!