/SAPTRX/APPTALOG SAP (Application transaction log) Table details

Dictionary Type: Table
Description: Application transaction log




ABAP Code to SELECT data from /SAPTRX/APPTALOG
Related tables to /SAPTRX/APPTALOG
Access table /SAPTRX/APPTALOG




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

/SAPTRX/APPTALOG is a standard SAP Table which is used to store Application transaction log data and is available within R/3 SAP systems depending on the version and release level.

The /SAPTRX/APPTALOG table consists of various fields, each holding specific information or linking keys about Application transaction log data available in SAP. These include LOGHANDLE (Application Log Handling for Overall Process Log), USERNAME (User name), TACODE (Transaction Code), TADATE (Date of transaction).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPTRX/APPTALOG 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
LOGHANDLEApplication Log Handling for Overall Process Log /SAPTRX/APPLOGHND_PROCCHAR22SYSUUID_22
USERNAMEUser name USERNAMECHAR12USERNAME
TACODETransaction Code TCODECHAR20Assigned to domainTCODETCD
TADATE Date of transaction0
TATIME Time of transaction0
TRK_OBJ_TYPEBusiness Process Type /SAPTRX/TRK_OBJ_TYPECHAR20/SAPTRX/ASTOTYPE/SAPTRX/TRK_OBJ_TYPE

Key field Non-key field



How do I retrieve data from SAP table /SAPTRX/APPTALOG using ABAP code

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

SELECT SINGLE *
FROM /SAPTRX/APPTALOG
INTO CORRESPONDING FIELDS OF WA_/SAPTRX/APPTALOG
WHERE...

How to access SAP table /SAPTRX/APPTALOG

Within an ECC or HANA version of SAP you can also view further information about /SAPTRX/APPTALOG 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!