N2LABOR001 SAP (IS-H*MED: Lab data (secondary table docCateg. N2_LABOR)) Table details

Dictionary Type: Table
Description: IS-H*MED: Lab data (secondary table docCateg. N2_LABOR)




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




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

N2LABOR001 is a standard SAP Table which is used to store IS-H*MED: Lab data (secondary table docCateg. N2_LABOR) data and is available within R/3 SAP systems depending on the version and release level.

The N2LABOR001 table consists of various fields, each holding specific information or linking keys about IS-H*MED: Lab data (secondary table docCateg. N2_LABOR) data available in SAP. These include DOKAR (Document Type), DOKNR (Document number), DOKVR (Document Version), DOKTL (Document Part).. 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 N2LABOR001 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
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
MUSEQRow Number in Multiple Structures MUSEQNUMC5NUM05
N2RESULTIDResult ID for Assignment of Lab Data N2_RESIDCHAR10N2_CHAR10
N2KATIDCatalog Identifier for Lab Service N2_KATIDCHAR10N2_KATID
N2LEISTIDCode for the Service N2_LEISTIDCHAR10N2_LEISTID
N2KATTEXTCatalog Service Text N2_KTEXTCHAR30N2_KTEXT
N2VALUETYPInternal Data Type of Result Value N2_VTYPECHAR4N2_VTYPE
N2VALUEResult Value N2_VALUECHAR60N2_VALUE
N2VALTEXTReference to Long Text for Result Value N2_VTEXTCHAR1N2_CHAR1
N2UNITResult Unit N2_UNITCHAR20N2_UNIT20
N2STATUSResults Status for Lab Values N2_RSTATUSCHAR2N2_RSTATUS
N2TEXTReference to Long Text N2_COMMENTCHAR1N2_CHAR1
N2NORMALNormal Lab Value N2_NORMALCHAR60N2_VALUE
N2ABNORMALAbnormal Values Indicator for Laboratory Values N2_ABNORMCHAR10N2_ABNORM
N2VSTATUSStatus of Lab Value N2_VSTATUSCHAR1N2_CHAR1
N2DATEDate for Lab Values N2_LADATEDATS8RI_DATUM
N2TIMETime of Lab Values N2_LATIMETIMS6N2_UHRZEIT
N2SUBIDSub-ID of Lab Service N2_SUBIDCHAR3N2_SUBID
N2PRIORITYPriority of Laboratory Request N2_LABPRIORITYCHAR10N2_CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2LABOR001
INTO CORRESPONDING FIELDS OF WA_N2LABOR001
WHERE...

How to access SAP table N2LABOR001

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