TIVMISETMEAS SAP (Conversion of Area Type and Apportionment Unit to Meas.Type) Table details

Dictionary Type: Table
Description: Conversion of Area Type and Apportionment Unit to Meas.Type




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




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

TIVMISETMEAS is a standard SAP Table which is used to store Conversion of Area Type and Apportionment Unit to Meas.Type data and is available within R/3 SAP systems depending on the version and release level.

The TIVMISETMEAS table consists of various fields, each holding specific information or linking keys about Conversion of Area Type and Apportionment Unit to Meas.Type data available in SAP. These include SABRG (Apportionment unit), SFLART (Area type), MEAS (Measurement Type), SABRG_SUM (Apportionment 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: 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 = TIVMISETMEAST


SAP TIVMISETMEAS 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
SABRGApportionment unit SABRGNUMC4TIV07SABRGARG
SFLARTArea type SFLARTNUMC4TIV08SFLART
MEASMeasurement Type REBDMEASCHAR4TIVBDMEASALPHAREBDMEASREBDMEASREBDMEAS
SABRG_SUMApportionment unit SABRGNUMC4Assigned to domainSABRGARG
SFLART_SUMArea type SFLARTNUMC4TIVMISETMEASSFLART
AREA_SABRG_SUMApportionment unit SABRGNUMC4Assigned to domainSABRGARG
AREA_SFLART_SUMArea type SFLARTNUMC4TIVMISETMEASSFLART
BASERATEBasic components settlement factor RESCBASERATECHAR1GRDANT
SETZEROIFVACANTSet Measurement Value to Zero for Vacancy RESCSETZEROIFVACANTCHAR1RECABOOL
ISPERCENTValue as Percentage VVJPROZENTCHAR1JANE
ISPROPAPPORTEqual Apportionment REBDISPROPAPPORTCHAR1RECABOOL
GETBYCONDTYPEMeasurement Amount Determined Using Condition Types REBDMSGETBYCONDTYPECHAR1RECABOOL
ISCONSUMPTIONIndicator for consumption for apportionment units JVERBRCHAR1JANE
ISRESETABLEPossible to reset the meter VVJZENDCHAR1JANE
MEASUNITDEFDefault for Unit of Measurement REBDMEASUNITDEFUNIT3Assigned to domainCUNITMEINS
USAGEFORROAllowed for Rental Objects REBDUSAGEFORROCHAR1RECAPROPUSAGEIND
USAGEFORPRAllowed for Land REBDUSAGEFORPRCHAR1RECAPROPUSAGEIND
USAGEFORBUAllowed for Buildings REBDUSAGEFORBUCHAR1RECAPROPUSAGEIND
USAGEFORCNAllowed for Real Estate Contracts and Adjustment Measures REBDUSAGEFORCNCHAR1RECAPROPUSAGEIND
ISSPCFACTORIndicator: Measurement Type Is an Area Measurement REBDISSPCFACTORCHAR1RECABOOL
USEDFORAPPORTMeasurement Type Is Relevant for Apportionment REBDUSEDFORAPPORTCHAR1RECABOOL
ATINNInternal characteristic ATINNNUMC10CABNATINNATINN
MPTYPMeasuring Point Category IMRC_MPTYPCHAR1Assigned to domainIMRC_MPTYPIP1
ISSUMMEASTotal Measurement REBDISSUMMEASCHAR1RECABOOL
ISDIRECTASSIGNCosts Directly Assigned to Lease-Out REJDIRECTCHAR1XFELD
SNKSLService Charge Key RESCSCKEYCHAR4TIVSCSCKEYALPHARESCSCKEYRESCSCKEYRESCSCKEY
OPTRATEINDConversion of Calculation Type of Option Rate REMIOPTRATEINDCHAR1REMIOPTRATEIND

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVMISETMEAS
INTO CORRESPONDING FIELDS OF WA_TIVMISETMEAS
WHERE...

How to access SAP table TIVMISETMEAS

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