VIMI55 SAP (Index Data for Lease-Out (Time-Dependent)) Table details

Dictionary Type: Table
Description: Index Data for Lease-Out (Time-Dependent)




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




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

VIMI55 is a standard SAP Table which is used to store Index Data for Lease-Out (Time-Dependent) data and is available within R/3 SAP systems depending on the version and release level.

The VIMI55 table consists of various fields, each holding specific information or linking keys about Index Data for Lease-Out (Time-Dependent) data available in SAP. These include INTRENO (Internal Real Estate Master Data Code), SKOART (Condition Type (Smallest Subdivision of Condition Records)), DGABANRT (Date as from when the adjustment type is valid), SINDART (Index series for replacement values).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VIMI55 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
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4TZK01SKOART
DGABANRTDate as from when the adjustment type is valid VVDGABANRTDATS8DATUM
SINDARTIndex series for replacement values WBINDCHAR5T094AWBIND
YBASISJIndex series base year BASJHRNUMC4T094BGJAHRBASJHR
BINDPKTIndex marker status at last rent adjustment BINDPKTDEC8(3) DEC5_3
BPKTERHAbsolute change of index points for rent adjustment VVBPKTERHDEC6(2) DEC4_2
PPKTERHMinimum change of index series change in percentage terms PPKTERHDEC5(2) DEC03_2
PERHPROZRent adjustment percentage rate increase PERHPROZDEC3DEC03
DANPABDate of first lease-out adjustment DANPABDATS8DDAT
DANPLETZDate of last index adjustment DANPLETZDATS8DDAT
JINDLOCKIndex block indicator JINDLOCKCHAR1JANEI
DANPRYTHAdjustment frequency of rental adjustment in months DANPRYTHDEC2DEC2
DANPNXTDate of next rental adjustment DANPNXTDATS8DDAT
JINDANPInd. whether approval of tenant is necessary for adjustment JINDANPCHAR1JANEI
MANPVERZAdjustment delay in months MANPVERZNUMC2NUMC2
BINDPKT1Index status as base for first rental adjustment BINDPKT1DEC8(3) DEC5_3
BINDDAT1Date on which the markers for 1st adjustment are used BINDDAT1DATS8DATUM
DGENLZBDate of approval of lease-out by SCB DGENLZBDATS8DATUM
JIXANPOBRent can only be adjusted on an upward basis (indicator) JIXANPOBCHAR1XFELD
DANTLZBDate of application at SCB VVDLZBANTDATS8DATUM
ISKLIndex-Adjusted Lease-Out: Index or Spread Clause VVJISKLNUMC1VVISKL
JERHSTDUse the specified pass-on percentage rate? VVJERHSTDCHAR1XFELD
JINDFLEXConsider adjustment frequency as a minimum interval VVJINDFLEXCHAR1XFELD
JINDMOVEIndicator to interpret adjustment delay VVJINDMOVECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIMI55
INTO CORRESPONDING FIELDS OF WA_VIMI55
WHERE...

How to access SAP table VIMI55

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