RN2CLIM_OUVS SAP (Customizing Data for OU) Structure details

Dictionary Type: Structure
Description: Customizing Data for OU




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




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

RN2CLIM_OUVS 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 "Customizing Data for OU" 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_RN2CLIM_OUVS TYPE RN2CLIM_OUVS.

The RN2CLIM_OUVS table consists of various fields, each holding specific information or linking keys about Customizing Data for OU data available in SAP. These include STOID_OBS (Examination: Cancellation Reason Entered?), STOID_VAL (Measured Value: Cancellation Reason Entered?), STOID_SDL (Measured Value Planning: Cancellation Reason Entered?), LATENCY (Clin. Msrmnts: Latency Period in Minutes).. 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: Cannot Be Enhanced


SAP RN2CLIM_OUVS 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
STOID_OBSExamination: Cancellation Reason Entered? N2CLIM_STOID_OBSCHAR1N2CLIM_STOID_SET
STOID_VALMeasured Value: Cancellation Reason Entered? N2CLIM_STOID_VALCHAR1N2CLIM_STOID_SET
STOID_SDLMeasured Value Planning: Cancellation Reason Entered? N2CLIM_STOID_SDLCHAR1N2CLIM_STOID_SET
LATENCYClin. Msrmnts: Latency Period in Minutes N2CLIM_LATENCYNUMC5
MPL_SDLPlan Vital Signs: Standard Measurement Plan N2CLIM_MPL_SDLCHAR33ISH_UUID_P
MPL_VALEnter Vital Signs: Standard Measurement Plan N2CLIM_MPL_VALCHAR33ISH_UUID_P
WD_CONFIG_IDWD Configuration Identification N2CLIM_WD_CFGCHAR32N2CLIM_WD_CFG
SORT_HISTCLIM: Time Axis-Related Sort Order of Historical Values N2CLIM_SORT_HISTCHAR1N2CLIM_SORT_TIME
SORT_PLANCLIM: Time Axis-Related Sort Order of Planned Examinations N2CLIM_SORT_PLANCHAR1N2CLIM_SORT_TIME
MPL_BEGMeasurement Plan Start Time N2CLIM_BEGIN_MESSPLNUMC1N2CLIM_BEGIN_MESSPL
SHOW_HISTDisplay No Previous Examinations N2CLIM_SHOW_HISTCHAR1XFIELD
SHOW_HIST_RANGEDisplay Period Selection N2CLIM_SHOW_HIST_RANGECHAR2N2CLIM_SHOW_HIST_RANGE
REASON_NOT_MAESExamination: Reason not Measured Specified? N2CLIM_REASON_NOT_MEASCHAR1N2CLIM_REASON_NOT_MEAS_SET

Key field Non-key field



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

As RN2CLIM_OUVS 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 RN2CLIM_OUVS as there is no data to select.

How to access SAP table RN2CLIM_OUVS

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