CBIH_METHOD SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

CBIH_METHOD is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The CBIH_METHOD table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include METHOD (Measurement Method), METHODTXT (Description of Measurement Method), FLOW (Flow Quantity of Measuring Device), FLOWUNIT (Flow Unit).. 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 CBIH_METHOD table view 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
METHODTXTDescription of Measurement Method CCIHE_METHODTXTCHAR60TEXT60
FLOWFlow Quantity of Measuring Device CCIHE_FLOWDEC5(2) CCIHD_FLOW
FLOWUNITFlow Unit CCIHE_FLOWUNITUNIT3T006CUNITMEINS
ANLABAnalysis Laboratory CCIHE_ANLABCHAR10BUT000ALPHABU_PARTNER
ANLABRLT**Obsolete** CCIHE_RLTYPCHAR6CCIHD_RLTYP
STMFLGShort-Term Sample CCIHE_STMFLGCHAR1ESDFLAG
MPLDURATIONPlanned Measurement Duration CCIHE_MPLDURATIONTIMS6CCIHD_MDURATION
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 CBIH_METHOD using ABAP code

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

SELECT SINGLE *
FROM CBIH_METHOD
INTO CORRESPONDING FIELDS OF WA_CBIH_METHOD
WHERE...

How to access SAP table CBIH_METHOD

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