TN1ROUTING SAP (IS-H*MED: Routing Rules) Table details

Dictionary Type: Table
Description: IS-H*MED: Routing Rules




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




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

TN1ROUTING is a standard SAP Table which is used to store IS-H*MED: Routing Rules data and is available within R/3 SAP systems depending on the version and release level.

The TN1ROUTING table consists of various fields, each holding specific information or linking keys about IS-H*MED: Routing Rules data available in SAP. These include EINRI (Institution), DTID (Document Category ID), DTVERS (Version Number), ANFOE (Requesting Org. Unit).. 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)


SAP TN1ROUTING 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
DTIDDocument Category ID N2_DTIDCHAR10N2_DTIDDTYN2_DTID
DTVERSVersion Number N2_VERSNUMC3N2_VERS
ANFOERequesting Org. Unit ANOECHAR8Assigned to domainALPHAORGID
ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
AETITLETORAD: Scheduled Station AE Title N2RAD_0040_0001CHAR16N1AETN2RAD_AE
AETITLEFROMRAD: Scheduled Station AE Title N2RAD_0040_0001CHAR16N1AETN2RAD_AE
DOKSTDocument Status DOKSTCHAR2Assigned to domainDOKST

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN1ROUTING
INTO CORRESPONDING FIELDS OF WA_TN1ROUTING
WHERE...

How to access SAP table TN1ROUTING

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