N2LABCOMM SAP (IS-H*MED: Help Table for Transferring Lab Values) Table details

Dictionary Type: Table
Description: IS-H*MED: Help Table for Transferring Lab Values




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




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

N2LABCOMM is a standard SAP Table which is used to store IS-H*MED: Help Table for Transferring Lab Values data and is available within R/3 SAP systems depending on the version and release level.

The N2LABCOMM table consists of various fields, each holding specific information or linking keys about IS-H*MED: Help Table for Transferring Lab Values data available in SAP. These include MESSAGEID (IS-HCM: Inbound Message Number), LFDNR (Sequential Assignment Number), N2EXTNUMBER (Order Number), N2RESULTID (Result ID for Assignment of Lab Data).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP N2LABCOMM 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
MESSAGEIDIS-HCM: Inbound Message Number ENNRNUMC10VNNR
LFDNRSequential Assignment Number N2_LFDNRNUMC4NUM04
N2EXTNUMBEROrder Number N2_EXTNUMBCHAR14N2_CHAR14
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
N2BEFDATUMDocument Date N2_DODATDATS8RI_DATUM
N2BEFTIMETime of Lab Values N2_LATIMETIMS6N2_UHRZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2LABCOMM
INTO CORRESPONDING FIELDS OF WA_N2LABCOMM
WHERE...

How to access SAP table N2LABCOMM

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