TIVBDMEAS SAP (Measurement Type) Table details

Dictionary Type: Table
Description: Measurement Type




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




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

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

The TIVBDMEAS table consists of various fields, each holding specific information or linking keys about Measurement Type data available in SAP. These include MEAS (Measurement Type), ISSUMMEAS (Total Measurement), BASERATE (Basic components settlement factor), SETZEROIFVACANT (Set Measurement Value to Zero for Vacancy).. 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: Can be enhanced (character-type or numeric)

Text table = TIVBDMEAST


SAP TIVBDMEAS 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
MEASMeasurement Type REBDMEASCHAR4ALPHAREBDMEASREBDMEASREBDMEAS
ISSUMMEASTotal Measurement REBDISSUMMEASCHAR1RECABOOL
BASERATEBasic components settlement factor RESCBASERATECHAR1GRDANT
SETZEROIFVACANTSet Measurement Value to Zero for Vacancy RESCSETZEROIFVACANTCHAR1RECABOOL
ISPERCENTValue as Percentage REBDISPERCENTCHAR1RECABOOL
ISPROPAPPORTEqual Apportionment REBDISPROPAPPORTCHAR1RECABOOL
GETBYCONDTYPEMeasurement Amount Determined Using Condition Types REBDMSGETBYCONDTYPECHAR1RECABOOL
ISCONSUMPTIONConsumption REBDISCONSUMPTIONCHAR1RECABOOL
ISRESETABLEPossible to Reset the Meter REBDISRESETABLECHAR1RECABOOL
MEASUNITDEFDefault for Unit of Measurement REBDMEASUNITDEFUNIT3T006CUNITMEINS
USAGEFORAOAllowed for Archictural Objects REBDUSAGEFORAOCHAR1RECAPROPUSAGEIND
USAGEFORROAllowed for Rental Objects REBDUSAGEFORROCHAR1RECAPROPUSAGEIND
USAGEFORBEAllowed for Business Entities REBDUSAGEFORBECHAR1RECAPROPUSAGEIND
USAGEFORPRAllowed for Land REBDUSAGEFORPRCHAR1RECAPROPUSAGEIND
USAGEFORBUAllowed for Buildings REBDUSAGEFORBUCHAR1RECAPROPUSAGEIND
USAGEFORCNAllowed for Real Estate Contracts and Adjustment Measures REBDUSAGEFORCNCHAR1RECAPROPUSAGEIND
USAGEFORPLAllowed for Parcels REBDUSAGEFORPLCHAR1RECAPROPUSAGEIND
ISSPCFACTORIndicator: Measurement Type Is an Area Measurement REBDISSPCFACTORCHAR1RECABOOL
USEDFORAPPORTMeasurement Type Is Relevant for Apportionment REBDUSEDFORAPPORTCHAR1RECABOOL
DISABLEEXCEPTROExceptions per Rental Object Type Not Possible REBDDISABLEEXCEPTROCHAR1RECABOOL
DISABLEEXCEPTAOExceptions per Arch. Object Type Not Possible REBDDISABLEEXCEPTAOCHAR1RECABOOL
DISABLEEXCEPTCNExceptions per Contract Type Not Possible REBDDISABLEEXCEPTCNCHAR1RECABOOL
OBJRELPROPDiffering Measurement: Relationship to Objects RECNOBJRELPROPCHAR1RECNOBJRELPROP
ISCOSHAREMeasurement Type Represents the Ownership Share REBDISCOSHARECHAR1RECABOOL
SCKEYDATERELReference Factor Related to Key Date REBDSCKEYDATERELCHAR1RECABOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVBDMEAS
INTO CORRESPONDING FIELDS OF WA_TIVBDMEAS
WHERE...

How to access SAP table TIVBDMEAS

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