N2CLIM_OBSVS SAP (Vital Signs: Examination) Table details

Dictionary Type: Table
Description: Vital Signs: Examination




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




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

N2CLIM_OBSVS is a standard SAP Table which is used to store Vital Signs: Examination data and is available within R/3 SAP systems depending on the version and release level.

The N2CLIM_OBSVS table consists of various fields, each holding specific information or linking keys about Vital Signs: Examination data available in SAP. These include OBSID (Internal Key of Examination (GUID)), OBSID_VERS (Version Number of Examination), MTYPE (Measurement Type of Clin. Msrmnt), STATUS (Status (Internal ID)).. 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: Cannot Be Enhanced


SAP N2CLIM_OBSVS 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
OBSIDInternal Key of Examination (GUID) N2CLIM_OBSIDCHAR32
OBSID_VERSVersion Number of Examination N2CLIM_OBSID_VERSNUMC4
MTYPEMeasurement Type of Clin. Msrmnt N2CLIM_MTYPECHAR1N2CLIM_MTYPE
STATUSStatus (Internal ID) N2CLIM_STATUSCHAR2N2CLIM_STATUS
ORIGINSource System, External Catalog N2CLIM_ORIGINCHAR40
OBSTIMESTAMPTime of Examination (YYYYMMDDhhmmss) N2CLIM_OBSTIMESTAMPDEC15TZNTSTMPS
DESCRShort Description N2CLIM_DESCRCHAR80N2CLIM_DESCR
LGTXTIndicator Whether Comment Exists N2CLIM_LONGTEXTCHAR1XFELD
ORGDODocumenting OU N2CLIM_ORGDOCHAR8NORGALPHAORGID
MITARBEmployee Responsible N1MITARBCHAR10NGPAALPHARI_KUNNRVMA
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
PATNRIS-H: Patient Number PATNRCHAR10NPATALPHAPATNRPAT
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
ORGFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8NORGALPHAORGID
ORGPFOrganizational Unit Assigned to Case NZUWPFCHAR8NORGALPHAORGID
ORGLAIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8NORGALPHAORGID
ORDERTYPEOrder Type N2CLIM_ORDERTYPECHAR1N2CLIM_ORDERTYPE
ORDERIDOrder Number N2CLIM_ORDERIDSSTR255
PREGPregnancy N2CLIM_PREGNANTCHAR1N2CLIM_PREGNANT
MENOFemale Reproduction Status N2CLIM_MENOCHAR1N2CLIM_MENO
FASTINGFasting Indicator N2CLIM_FASTINGCHAR1N2CLIM_FASTING
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STOIDReason for Canceling Medical Object N1STOIDCHAR3Assigned to domainN1STOID
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
STTIMIS-H: Cancellation Time STORN_TIMTIMS6UHRZT
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
COMMENT_IDInternal Key of Text (GUID) N2CLIM_TEXT_IDCHAR32CHAR32

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2CLIM_OBSVS
INTO CORRESPONDING FIELDS OF WA_N2CLIM_OBSVS
WHERE...

How to access SAP table N2CLIM_OBSVS

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