CBIH_DVTYPE SAP (Generated Table for View CBIH_DVTYPE) Table View details

Dictionary Type: Table View
Description: Generated Table for View CBIH_DVTYPE




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




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

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

The CBIH_DVTYPE table consists of various fields, each holding specific information or linking keys about Generated Table for View CBIH_DVTYPE data available in SAP. These include DVTYPE (Measuring Device Type), DVTYPETXT (Description of Measuring Device Type), FLOW (Flow Quantity of Measuring Device), FLOWMIN (Minimum Permissible Flow Quantity of Measuring Device).. 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_DVTYPE 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 MANDTCLNT3MANDT
DVTYPEMeasuring Device Type CCIHE_DVTYPECHAR3CCIHD_DVTYPE
DVTYPETXTDescription of Measuring Device Type CCIHE_DVTYPETXTCHAR60TEXT60
FLOWFlow Quantity of Measuring Device CCIHE_FLOWDEC5(2) CCIHD_FLOW
FLOWMINMinimum Permissible Flow Quantity of Measuring Device CCIHE_FLOWMINDEC5(2) CCIHD_FLOW
FLOWMAXMaximum Permissible Flow Quantity of Measuring Device CCIHE_FLOWMAXDEC5(2) CCIHD_FLOW
FLOWUNITFlow Unit CCIHE_FLOWUNITUNIT3T006CUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CBIH_DVTYPE
INTO CORRESPONDING FIELDS OF WA_CBIH_DVTYPE
WHERE...

How to access SAP table CBIH_DVTYPE

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