TIVMISET SAP (Basic Settings for Migration) Table details

Dictionary Type: Table
Description: Basic Settings for Migration




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




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

TIVMISET is a standard SAP Table which is used to store Basic Settings for Migration data and is available within R/3 SAP systems depending on the version and release level.

The TIVMISET table consists of various fields, each holding specific information or linking keys about Basic Settings for Migration data available in SAP. These include DUMMYKEY (Tech: Help Key (Contents Initial)), NEWDATADELETABLE (General Yes/No Field), DEFAULTAREAUNIT (Defaults for Area Units), CCSOURCE (Source Company Code).. 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 TIVMISET 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
NEWDATADELETABLEGeneral Yes/No Field RECABOOLCHAR1RECABOOL
DEFAULTAREAUNITDefaults for Area Units REBDDEFAULTAREAUNIT3T006CUNITMEINS
CCSOURCESource Company Code REMICCSOURCECHAR4Assigned to domainBUKRS
SMIETRTenancy law SMIETRCHAR5TIV03SMIETR
FIRSTPOSTINGCash Flow Generated Starting On RECDCFSTARTFROMDATS8RECADATE
RECNDPOCash Flow Generated Starting On RECDCFSTARTFROMDATS8RECADATE
CNTYPEMANAGEMENTExternal Real Estate contract type SMVARTCHAR4TIV26SMVARTRECNTYPE
KUNNR_CNMANAGEBP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
LIFNR_CNMANAGEBP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
FIXFITCHARACTFixtures/Fittings Characteristic for Apportionment Loss Risk REMIFIXFITCHARACT_EXTRACHRGCHAR6TIVBDCHARACTALPHAREBDFIXFITCHARACT
MEASREFAREAMeasurement Type for Reference Area REMIMEASREFAREACHAR4TIVBDMEASALPHAREBDMEAS
MEASVOLUMEMeasurement Type for Volume REMIMEASVOLUMECHAR4TIVBDMEASALPHAREBDMEAS
MEASROOMSMeasurement Type for Transfer of Rooms REMIMEASROOMSCHAR4Assigned to domainALPHAREBDMEAS
MEASHALFROOMSMeasurement Type for Transferring Half Room REMIMEASHALFROOMSCHAR4Assigned to domainALPHAREBDMEAS
MEASROOMUNITUnit for Number of Rooms REMIMEASROOMUNITUNIT3T006CUNITMEINS
SERVERGRPServer Group for Parallel Processing SPTA_RFCGRCHAR20RZLLI_ACNSPTA_RFCGRSPTA_SERVER_GROUP
MAXTASKSMaximum Number of Tasks RECAMAXTASKSINT410INT4
MAXCOLLECTCNMaximum Number of Rental Objects per Main Contract REMIMAXCOLLECTCNINT13INT1
CONDBASICRENTCondition Type -Basic Rent of Comparative Apt.(Net, No Heat) REMICONDTYPEBASICRENTCHAR4TIVCDCONDTYPEALPHARECDCONDTYPE
CONDVALIDFROMDate Beginning on Which the Condition Is Valid REMICONDVALIDFROMDATS8RECADATE
CONDPURPOSEEXTConditions - External Purpose REMICONDPURPOSEEXTCHAR4TIVCDCOPUEXTRECDCONDPURPOSEEXT
USAGETYPEUsage Type of Rental Object REMIUSAGETYPENUMC4TIV01SNUNR
USEESMIVEAlways Use Number of Collective Lease-Out REMIUSEESMIVECHAR1RECABOOL
MIGLANDREQMigrate Land Registers REMIMIGLANDREQCHAR1RECABOOL
IMPLCLNAMEName of Implementation Class RECAIMPLCLNAMECHAR30SEOCLSNAMERECAIMPLCLNAME
USEEXTCHECKActivates Extended Check REMIUSEEXTCHECKCHAR1RECABOOL
BUSOBJCHECKINDHow Should BOs Be Checked REMIBUSOBJCHECKINDCHAR1REMIBUSOBJCHECKIND
MIGOFFERMigrate Offer REMIMIGOFFERCHAR1RECABOOL
CEACONDGROUPCondition Group RECDCONDGROUPCHAR4Assigned to domainALPHARECDCONDGROUP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVMISET
INTO CORRESPONDING FIELDS OF WA_TIVMISET
WHERE...

How to access SAP table TIVMISET

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