TPDATRACEADMIN SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The TPDATRACEADMIN table consists of various fields, each holding specific information or linking keys about data available in SAP. These include MANDT (Client), DUSER (Changed by), TRACENAME (TPDA: ABAP Trace Name), VERSION (TPDA: Version of an ABAP Trace).. 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: Can be enhanced (character-type or numeric)


SAP TPDATRACEADMIN 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DUSERChanged by USERCHAR12CHAR12
TRACENAMETPDA: ABAP Trace Name TPDA_TRACE_NAMECHAR20CHAR20
VERSIONTPDA: Version of an ABAP Trace TPDA_TRACE_VERSIONINT410
TDATESystem Date SYDATUMDATS8SYDATS
TTIMESystem Time SYUZEITTIMS6SYTIME
FILENAMETPDA: File Name TPDA_FILE_NAMECHAR70
COMPRESSEDTPDA: Data Compressed TPDA_DATA_COMPRESSEDCHAR1FLAG
LOCALPCTPDA: File on Local PC TPDA_FILE_LOCALCHAR1FLAG
SOURCE_POSTPDA: ABAP Trace - Component Source Code Info TPDA_TRACE_PART_SOURCE_POSCHAR1FLAG
STACKTPDA: ABAP Trace - Component Stack TPDA_TRACE_PART_STACKCHAR1FLAG
VARIABLESTPDA: ABAP Trace Component Variables TPDA_TRACE_PART_VARSCHAR1FLAG
SOURCETPDA: ABAP Trace Componentl Source Code TPDA_TRACE_PART_SOURCECHAR1FLAG
GLOBALSTPDA: ABAP Trace Component Globals TPDA_TRACE_PART_GLOBALSCHAR1FLAG
LOCALSTPDA: ABAP Trace Component Locals TPDA_TRACE_PART_LOCALSCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPDATRACEADMIN
INTO CORRESPONDING FIELDS OF WA_TPDATRACEADMIN
WHERE...

How to access SAP table TPDATRACEADMIN

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