TPDA_ADT_UNITLOG SAP (table containing log entries for debugger integration test) Table details

Dictionary Type: Table
Description: table containing log entries for debugger integration test




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




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

TPDA_ADT_UNITLOG is a standard SAP Table which is used to store table containing log entries for debugger integration test data and is available within R/3 SAP systems depending on the version and release level.

The TPDA_ADT_UNITLOG table consists of various fields, each holding specific information or linking keys about table containing log entries for debugger integration test data available in SAP. These include ID (), COUNTER (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), METHOD (), MSG ().. 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 (Deep)


SAP TPDA_ADT_UNITLOG 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
ID 0
COUNTERUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
METHOD 0
MSG 0
DETAIL 0
QUITABAP Unit: Flow Control in Case of Error AUNIT_FLOWCTRLINT13AUNIT_FLOWCTRL
ACT 0
LEVELXABAP Unit: Severity of Check Error AUNIT_LEVELINT13AUNIT_LEVEL
ASSERTION_FAILED 0
EXP 0
TOL 0
RTOL 0
IGNORE_HASH_SEQU 0
MAINPROGRAMABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
INCLUDEINCLUDE used INCLUDECHAR40PROGNAME
LINE Line Number (in the Include)0
BLOCKTYPE Type of Processing Block (Procedure, Module, Event Block)0
BLOCKNAME Name of Processing Block0
FLAG_SYSTEM Flag: System Processing Block or in System Program0
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPDA_ADT_UNITLOG
INTO CORRESPONDING FIELDS OF WA_TPDA_ADT_UNITLOG
WHERE...

How to access SAP table TPDA_ADT_UNITLOG

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