RN1VPX SAP (IS-H*MED: Changeable Attributes Vital Signs Movement Data) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Changeable Attributes Vital Signs Movement Data




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




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

RN1VPX is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "IS-H*MED: Changeable Attributes Vital Signs Movement Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RN1VPX TYPE RN1VPX.

The RN1VPX table consists of various fields, each holding specific information or linking keys about IS-H*MED: Changeable Attributes Vital Signs Movement Data data available in SAP. These include VPPID (Vital Parameter ID), VPPID_X (Change-Flag, ie. 'X' if field is changed), EINRI (Institution), EINRI_X (Change-Flag, ie. 'X' if field is changed).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RN1VPX structure 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
VPIDVital Sign Sequence Number N1VPIDNUMC10N1VPID
VPPIDVital Parameter ID N1VPPIDCHAR15N1VPPID
VPPID_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
EINRI_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
PATNR_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FALNR_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
VDATEVital Sign Date N1VPDATEDATS8DATUM
VDATE_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
VTIMEVital Signs Time N1VPTIMETIMS6UZEIT
VTIME_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
ERFOEEntering Organizational Unit N1ERFOECHAR8Assigned to domainALPHAORGID
ERFOE_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
FACHOEDepartmental Organizational Unit N1FACHOECHAR8Assigned to domainALPHAORGID
FACHOE_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
VWERTVital Sign Value N1VWERTPCHAR20N1VWERT
VWERT_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
VWERTZWValue of the Vital Sign is Suspect N1VWERTZWCHAR1XFELD
VWERTZW_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
VWERTNMValue of the Vital Sign not Measurable N1VWERTNMCHAR1XFELD
VWERTNM_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
VBEMComments about Vital Sign Value N1VBEMCHAR40N1VBEM
VBEM_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
VDNOTIZProgress Docu Exists for Value N1VDNOTIZCHAR1XFELD
VDNOTIZ_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STORN_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
STOIDVital Sign Cancellation Reason N1STOID_VPCHAR3Assigned to domainN1STOID
STOID_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
KZIS-H: Processing Mode for Data Records (I/U/D) ISH_MODUSCHAR1ISH_MODUS

Key field Non-key field



How do I retrieve data from SAP structure RN1VPX using ABAP code?

As RN1VPX is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RN1VPX as there is no data to select.

How to access SAP table RN1VPX

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