TPLOG SAP (Logging of tp Calls) Table details

Dictionary Type: Table
Description: Logging of tp Calls




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




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

TPLOG is a standard SAP Table which is used to store Logging of tp Calls data and is available within R/3 SAP systems depending on the version and release level.

The TPLOG table consists of various fields, each holding specific information or linking keys about Logging of tp Calls data available in SAP. These include PID (Process Identification), USERNAME (User Name), SYDATE (System Date), SYTIME (TIME Data Element for SYST).. 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 TPLOG 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
HOSTApplication Server SYHOSTCHAR32HOST_ID
PIDProcess Identification WPPIDCHAR8WPPID
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
SYDATESystem Date SYDATUMDATS8SYDATS
SYTIMETIME Data Element for SYST SYTIMETIMS6SYTIME
COUNTERCounter COUNTERNUMC1COUNTER
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CMDSTRINGText (80 Characters) TEXT80CHAR80TEXT80UEB
RETCODEReturn code TRRETCODECHAR4TRRETCODE
CMDSTRNG2 Continuation of command (255 - 80 = 175)0

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPLOG
INTO CORRESPONDING FIELDS OF WA_TPLOG
WHERE...

How to access SAP table TPLOG

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