TN2CARDREF SAP (Reference Values for Medical Examinations) Table details

Dictionary Type: Table
Description: Reference Values for Medical Examinations




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




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

TN2CARDREF is a standard SAP Table which is used to store Reference Values for Medical Examinations data and is available within R/3 SAP systems depending on the version and release level.

The TN2CARDREF table consists of various fields, each holding specific information or linking keys about Reference Values for Medical Examinations data available in SAP. These include EINRI (Institution), REFID (ID of Reference Value), LFDNR (Sequence Number), SEX (IS-H: Sex Indicator - Internal).. 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: Cannot Be Enhanced


SAP TN2CARDREF 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
REFIDID of Reference Value N2_CAREFIDCHAR25TEXT25
LFDNRSequence Number N2_DSLFDNRNUMC3
SEXIS-H: Sex Indicator - Internal GSCHLCHAR1GSCHL
AGE_LLLower Value Age N2_CAAGE_LOWNUMC3N2_ANZUANZ
AGE_ULUpper Value Age N2_CAAGE_UPNUMC3N2_ANZUANZ
AGE_UNITUnit of Age N2_CAUNAGECHAR1N2_CAUNAGE
WEIGHT_LLLower Value Weight N2_CAWEIGHT_LOWQUAN9(3)
WEIGHT_ULUpper Value Body Weight N2_CAWEIGHT_UPQUAN9(3)
WEIGHT_UNITUnit Body Weight N2_CAWEIGHT_UNUNIT3T006CUNITMEINS
BODY_HEIGHT_LLLower Value Height N2_CAHEIGHT_LOWQUAN9(3)
BODY_HEIGHT_ULUpper Value Height N2_CAHEIGHT_UPQUAN9(3)
HEIGHT_UNITUnit for Height N2_CAHEIGHT_UNUNIT3T006CUNITMEINS
BMI_LLLower Value Body Mass Index kg/m2 N2_CABMI_LOWDEC3(1) DEC2_1
BMI_ULUpper Value Body Mass Index kg/m2 N2_CABMI_UPDEC3(1) DEC2_1
BSA_LLLower Value Body Surface Area (m2) N2_CABSA_LOWDEC3(2) DEC1_2
BSA_ULUpper Value Body Surface Area (m2) N2_CABSA_UPDEC3(2) DEC1_2
CUST1_LLLower Value 1 Customer N2_CACUST1_LOWQUAN9(3)
CUST1_ULUpper Value 1 Customer N2_CACUST1_UPQUAN9(3)
CUST1_UNITUnit for Value 1 Customer N2_CACUST1_UNUNIT3T006CUNITMEINS
CUST2_LLLower Value 2 Customer N2_CACUST2_LOWQUAN9(3)
CUST2_ULLower Value 2 Customer N2_CACUST2_UPQUAN9(3)
CUST2_UNITUnit for Value 2 Customer N2_CACUST2_UNUNIT3T006CUNITMEINS
CUST3_LLLower Value 3 Customer N2_CACUST3_LOWQUAN9(3)
CUST3_ULLower Value 2 Customer N2_CACUST3_UPQUAN9(3)
CUST3_UNITUnit for Value 3 Customer N2_CACUST3_UNUNIT3T006CUNITMEINS
REFVAL_LLLower Reference Value N2_CARVAL_LOWQUAN9(3)
REFVAL_ULUpper Reference Value N2_CARVAL_UPQUAN9(3)
REFVAL_UNITUnit of Reference Value N2_CARVAL_UNUNIT3T006CUNITMEINS
CLASSClassification Reference Value N2_CACLASSIDCHAR3TEXT3
CLASSIFICATIONShort Text for Classification N2_CACLASSCHAR60TEXT60

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN2CARDREF
INTO CORRESPONDING FIELDS OF WA_TN2CARDREF
WHERE...

How to access SAP table TN2CARDREF

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