TIVMISETUSGTYPE SAP (Mapping of Usage Type of Rental Object) Table details

Dictionary Type: Table
Description: Mapping of Usage Type of Rental Object




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




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

TIVMISETUSGTYPE is a standard SAP Table which is used to store Mapping of Usage Type of Rental Object data and is available within R/3 SAP systems depending on the version and release level.

The TIVMISETUSGTYPE table consists of various fields, each holding specific information or linking keys about Mapping of Usage Type of Rental Object data available in SAP. These include SNUNR (Rental unit external usage type), USAGETYPENEW (Usage Type of Rental Object), FIXFITCHARACT (Fixtures/Fittings Characteristic for Apportionment Loss Risk), USAGETYPEOLD (New Fixt/Fittings Characteristic for ROs with Old Usage Type).. 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 TIVMISETUSGTYPE 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
SNUNRRental unit external usage type SNUNRNUMC4TIV01SNUNR
USAGETYPENEWUsage Type of Rental Object REMIUSAGETYPENEWNUMC4TIV01SNUNR
FIXFITCHARACTFixtures/Fittings Characteristic for Apportionment Loss Risk REMIFIXFITCHARACT_EXTRACHRGCHAR6TIVBDCHARACTALPHAREBDFIXFITCHARACT
USAGETYPEOLDNew Fixt/Fittings Characteristic for ROs with Old Usage Type REMIFIXFITCHARACT_USGTYPECHAR6TIVBDCHARACTALPHAREBDFIXFITCHARACT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVMISETUSGTYPE
INTO CORRESPONDING FIELDS OF WA_TIVMISETUSGTYPE
WHERE...

How to access SAP table TIVMISETUSGTYPE

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