CCIHC_METHOD SAP (EHS: Measurement Method) Table details

Dictionary Type: Table
Description: EHS: Measurement Method




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




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

CCIHC_METHOD is a standard SAP Table which is used to store EHS: Measurement Method data and is available within R/3 SAP systems depending on the version and release level.

The CCIHC_METHOD table consists of various fields, each holding specific information or linking keys about EHS: Measurement Method data available in SAP. These include METHOD (Measurement Method), FLOW (Flow Quantity of Measuring Device), FLOWUNIT (Flow Unit), STMFLG (Short-Term Sample).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = CCIHC_METHODTXT


SAP CCIHC_METHOD 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
METHODMeasurement Method CCIHE_METHODCHAR5CCIHD_METHOD
FLOWFlow Quantity of Measuring Device CCIHE_FLOWDEC5(2) CCIHD_FLOW
FLOWUNITFlow Unit CCIHE_FLOWUNITUNIT3T006CUNITMEINS
STMFLGShort-Term Sample CCIHE_STMFLGCHAR1ESDFLAG
MPLDURATIONPlanned Measurement Duration CCIHE_MPLDURATIONTIMS6CCIHD_MDURATION
ANLABAnalysis Laboratory CCIHE_ANLABCHAR10BUT000ALPHABU_PARTNER
ANLABRLT**Obsolete** CCIHE_RLTYPCHAR6CCIHD_RLTYP
METINSTRUCTInstructions for Measurement Method CCIHE_METINSTRUCTCHAR132CCIHD_METINSTRUCT
METCOASTSCosts of Measurement Method CCIHE_METCOASTSCURR10(2) CCIHD_METCOASTS
METCUKYCurrency Key for Costs CCIHE_METCUKYCUKY5TCURCWAERS
VOLREQEXPFLGVolume Is Required for Export of Measurement CCIHE_VOLREQEXPFLGCHAR1ESDFLAG
VOLREQRELFLGVolume Is Required for Release of Measurement CCIHE_VOLREQRELFLGCHAR1ESDFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCIHC_METHOD
INTO CORRESPONDING FIELDS OF WA_CCIHC_METHOD
WHERE...

How to access SAP table CCIHC_METHOD

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