TNS27 SAP (IS-H: Variable Totaling of Geog. Statistics) Table details

Dictionary Type: Table
Description: IS-H: Variable Totaling of Geog. Statistics




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




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

TNS27 is a standard SAP Table which is used to store IS-H: Variable Totaling of Geog. Statistics data and is available within R/3 SAP systems depending on the version and release level.

The TNS27 table consists of various fields, each holding specific information or linking keys about IS-H: Variable Totaling of Geog. Statistics data available in SAP. These include EINRI (Institution), ZEILE (IS-H: Statistics Row of Geographical Area Statistics), LAND (IS-H: Country for geographical areas), EZVON (IS-H: Lower Limit of Geographical Areas for Statistics Line).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TNS27 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
ZEILEIS-H: Statistics Row of Geographical Area Statistics STATZ_EZGNUMC5STATZ_EZG
LANDIS-H: Country for geographical areas EZLANDCHAR3Assigned to domainLAND1
EZVONIS-H: Lower Limit of Geographical Areas for Statistics Line ISH_EZVONCHAR9EINZGEBIET
EZBISIS-H: Upper Limit of Geographical Area for Statistics Line ISH_EZBISCHAR9EINZGEBIET
BEZEIIS-H: Name of Geographical Area in Statistics ISH_EZTEXTCHAR30TEXT30
DRUKZIS-H: Parameter for Output of Rows in Statistics ISH_DRKZCHAR1ISH_DRKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNS27
INTO CORRESPONDING FIELDS OF WA_TNS27
WHERE...

How to access SAP table TNS27

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