NTRC SAP (IS-H: Trace Log Messages) Table details

Dictionary Type: Table
Description: IS-H: Trace Log Messages




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




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

NTRC is a standard SAP Table which is used to store IS-H: Trace Log Messages data and is available within R/3 SAP systems depending on the version and release level.

The NTRC table consists of various fields, each holding specific information or linking keys about IS-H: Trace Log Messages data available in SAP. These include ERDAT (IS-H: Date when Record Created), ERTIM (IS-H: Time Record Created), COUNTER (Record sequence counter), TRCTYP (IS-H: Trace type).. 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: Can be enhanced (character-type or numeric)


SAP NTRC 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
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
COUNTERRecord sequence counter COUNT10NUMC10NUMC10
TRCTYPIS-H: Trace type ISH_TRCTYPNUMC3ISH_TRCTYP
TRCAPPIS-H: Application for trace ISH_TRCAPPCHAR4ISH_TRCAPP
SUBRCReturn Code SYSUBRCINT410SYST_SHORT
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTXTIS-H: Short text of a trance message ISH_TRCMSCHAR50ISH_CHAR50
MSGTXLIS-H: Long text of a trace message ISH_TRCMLCHAR250ISH_CHAR250
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
TERMNIS-H: Terminal (Display Variable from Host table) ISH_TRMNALCHAR64ISH_LU

Key field Non-key field



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

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

SELECT SINGLE *
FROM NTRC
INTO CORRESPONDING FIELDS OF WA_NTRC
WHERE...

How to access SAP table NTRC

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