TNS24 SAP (IS-H: Log File for Totals Records File Services) Table details

Dictionary Type: Table
Description: IS-H: Log File for Totals Records File Services




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




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

TNS24 is a standard SAP Table which is used to store IS-H: Log File for Totals Records File Services data and is available within R/3 SAP systems depending on the version and release level.

The TNS24 table consists of various fields, each holding specific information or linking keys about IS-H: Log File for Totals Records File Services data available in SAP. These include EINRI (Institution), KATID (IS-H: Service Catalog Identification Key), AUSENDDT (IS-H: End of Evaluation Period), AUSBEGDT (IS-H: Start of Evaluation Period).. 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)


SAP TNS24 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 MANDTCLNT3T000MANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
KATIDIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
AUSENDDTIS-H: End of Evaluation Period STATENDDTADATS8RI_DATUM
AUSBEGDTIS-H: Start of Evaluation Period STATBEGDTADATS8RI_DATUM
ERUSRName of User who Created Statistics ISH_STUSERCHAR12USNAM
ERDATIS-H: Date Statistics Created ISH_STDATDATS8RI_DATUM
ERUZEITIS-H: Time of Day Statistics Created ISH_STUZTTIMS6UHRZT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNS24
INTO CORRESPONDING FIELDS OF WA_TNS24
WHERE...

How to access SAP table TNS24

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