TIVLMSET SAP (General Settings in LUM) Table details

Dictionary Type: Table
Description: General Settings in LUM




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




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

TIVLMSET is a standard SAP Table which is used to store General Settings in LUM data and is available within R/3 SAP systems depending on the version and release level.

The TIVLMSET table consists of various fields, each holding specific information or linking keys about General Settings in LUM data available in SAP. These include DUMMYKEY (Tech: Help Key (Contents Initial)), LRDEFAULTAREA (Land Register: Default for Area Units), LRDEFAULTCURR (Land Register: Default Currency), PLDEFAULTAREA (Parcel of Land: Default for Area Units).. 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)


SAP TIVLMSET 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 MANDTCLNT3Assigned to domainMANDT
DUMMYKEYTech: Help Key (Contents Initial) RECADUMMYKEYCHAR1CHAR1
LRDEFAULTAREALand Register: Default for Area Units RELMLRDEFAULTAREAUNIT3T006CUNITMEINS
LRDEFAULTCURRLand Register: Default Currency RELMLRDEFAULTCURRCUKY5TCURCWAERS
PLDEFAULTAREAParcel of Land: Default for Area Units RELMPLDEFAULTAREAUNIT3T006CUNITMEINS
PLDEFAULTLENGTHParcel of Land: Default for Units of Length RELMPLDEFAULTLENGTHUNIT3T006CUNITMEINS
PLDEFAULTTIMEParcel of Land: Default for Units of Time RELMPLDEFAULTTIMEUNIT3T006CUNITMEINS
PLDEFAULTLOCSYSID of Standard Location Structure for Parcels RELMPLDEFAULTLOCSYSCHAR4TIVBDLOCSYSREBDLOCSYS
PLCADASTRALMEASMeasurement Type for the Cadastral Area RELMPLCADASTRALMEASCHAR4TIVBDMEASALPHAREBDMEASREBDMEASREBDMEAS
PLCONTRACTMEASMeasurement Type for Parcel Subarea in Contract RELMPLCONTRACTMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
PLSLLOCSYSHierarchical Location Structure for Overlays RELMPLSLLOCSYSCHAR4TIVBDLOCSYSREBDLOCSYS
PLSLLOCLEVELLevel of Location Structure for Overlays RELMPLSLLOCLEVELNUMC2REBDLOCLEVEL
PLSLCUSAGETYPEOverlay for Cadastral Usage Types RELMPLSLCUSAGETYPECHAR2TIVLMPLSLRELMPLSLIDENO
PLUSESIMPLEPLNOUse Simplified Parcel Number RELMPLUSESIMPLEPLNOCHAR1RECABOOL
NADEFAULTAREADefault Area Unit for Notice of Assessment RELMNADEFAULTAREAUNIT3T006CUNITMEINS
NADEFAULTCURRDefault Currency for Notice of Assessment RELMNADEFAULTCURRCUKY5TCURCWAERS
RCDEFAULTAREAParcel Update: Default for Area Unit RELMRCDEFAULTAREAUNIT3T006CUNITMEINS
PECSVARNROther Public Register: Contamination Screen Sequence RELMPECSVARNRCHAR6TBZ3BU_VARNR
PENHVARNROther Public Register: Non-Hazardous Waste Screen Sequence RELMPENHVARNRCHAR6TBZ3BU_VARNR
PEPSVARNROther Public Register: Site Protection Screen Sequence RELMPEPSVARNRCHAR6TBZ3BU_VARNR
PEDPVARNROther Public Register: Development Plan Screen Sequence RELMPEDPVARNRCHAR6TBZ3BU_VARNR
PEERVARNROther Public Register: Easement Register Screen Sequence RELMPEERVARNRCHAR6TBZ3BU_VARNR
PEDPDEFLOCSYSID of Standard Location Structure for Development Planning RELMPEDPDEFAULTLOCSYSCHAR4Assigned to domainREBDLOCSYS
PEERDEFLOCSYSID of Standard Location Structure for Easement Registers RELMPEERDEFAULTLOCSYSCHAR4Assigned to domainREBDLOCSYS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVLMSET
INTO CORRESPONDING FIELDS OF WA_TIVLMSET
WHERE...

How to access SAP table TIVLMSET

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