CCIHS_RMVADETMST SAP (EHS: Master Structure for Measured Value Details) Structure details

Dictionary Type: Structure
Description: EHS: Master Structure for Measured Value Details




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




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

CCIHS_RMVADETMST 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 "EHS: Master Structure for Measured Value Details" 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_CCIHS_RMVADETMST TYPE CCIHS_RMVADETMST.

The CCIHS_RMVADETMST table consists of various fields, each holding specific information or linking keys about EHS: Master Structure for Measured Value Details data available in SAP. These include EPTYPE (Agent Type), EPNAM (Description of Agent), BDETLIMITFLG (Degree of Detectability), EXPOSITVAL (Measurement Result/Exposure).. 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: Not classified


SAP CCIHS_RMVADETMST 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
EPIDAgent CCIHE_EPIDCHAR20CCIHD_EPID
EPTYPEAgent Type CCIHE_EPTYPECHAR10Assigned to domainESDSUBCAT
EPNAMDescription of Agent CCIHE_EPNAMCHAR60TEXT60
BDETLIMITFLGDegree of Detectability CCIHE_BDETLIMITFLGCHAR1CCIHD_BDETLIMITFLG
EXPOSITVALMeasurement Result/Exposure CCIHE_EXPOSITVALCHAR12CHAR12
UNITNAMUnit of Measurement CCIHE_EPQUNITNAMCHAR6MSEH6
LIMEXCEEDFLGReference Value Exceeded CCIHE_LIMEXCEEDFLGCHAR1ESDFLAG
MEXCHANGEPerform Conversion CCIHE_MEXCHANGECHAR1ESDFLAG
MDURATION_MINActual Measurement Duration (in Minutes) CCIHE_MDURATION_MINCHAR4CHAR4
MPLDURATION_MINPlanned Measurement Duration in Minutes CCIHE_MPLDURATION_MINCHAR4CHAR4
RESPIRATORRespiratory Protection CCIHE_RESPIRATORCHAR1CCIHD_RESPIRATOR
RESPIRATORTXTDescription of Respiratory Protection CCIHE_RESPIRATORTXTCHAR60TEXT60
MJIDMeasurement Number CCIHE_MJIDCHAR30CCIHD_MJID
MJCATSampling Type CCIHE_MJCATCHAR3Assigned to domainCCIHD_MJCAT
MJCATTXTDescription of Sampling Type CCIHE_MJCATTXTCHAR60TEXT60
MSRBGNDATEDate of Start of Measurement CCIHE_MSRBGNDATEDATS8DATUM
MPH_WAIDWork Area or Pattern CCIHE_WAIDCHAR20CHRIDCCIHD_WAID
MPH_WANAMLanguage-Dependent Description of Work Area/Pattern CCIHE_WANAMCHAR60TEXT60
MPW_WAIDWork Area or Pattern CCIHE_WAIDCHAR20CHRIDCCIHD_WAID
MPW_WANAMLanguage-Dependent Description of Work Area/Pattern CCIHE_WANAMCHAR60TEXT60
MSOURCENOTEDescription for Sampling Location CCIHE_MSOURCENOTECHAR255CCIHD_MSOURCENOTE
EXPOSITFLOATMeasured Physical Variable Value (FLOAT) CCIHE_HQVALFLOATFLTP16(16) FLOATING

Key field Non-key field



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

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

How to access SAP table CCIHS_RMVADETMST

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