TN1RCODET SAP (Medication: Reason Key - Texts) Table details

Dictionary Type: Table
Description: Medication: Reason Key - Texts




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




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

TN1RCODET is a standard SAP Table which is used to store Medication: Reason Key - Texts data and is available within R/3 SAP systems depending on the version and release level.

The TN1RCODET table consists of various fields, each holding specific information or linking keys about Medication: Reason Key - Texts data available in SAP. These include EINRI (Institution), RCODEID (Medication: Reason ID), SPRAS (Language Key), RCODE (Medication: Reason Code).. 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)

Text table for: TN1RCODE


SAP TN1RCODET 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
RCODEIDMedication: Reason ID N1ME_RCODEIDCHAR5TN1RCODEN1ME_RCODEID
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
RCODEMedication: Reason Code N1ME_RCODECHAR10
DESCRMedication: Reason Text N1ME_RCODEDESCCHAR60N1ME_TEXT_60

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN1RCODET
INTO CORRESPONDING FIELDS OF WA_TN1RCODET
WHERE...

How to access SAP table TN1RCODET

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