VIMI36 SAP (Index-Linked Lease-Out Offer) Table details

Dictionary Type: Table
Description: Index-Linked Lease-Out Offer




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




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

VIMI36 is a standard SAP Table which is used to store Index-Linked Lease-Out Offer data and is available within R/3 SAP systems depending on the version and release level.

The VIMI36 table consists of various fields, each holding specific information or linking keys about Index-Linked Lease-Out Offer data available in SAP. These include BUKRS (Company Code), SMVANG (Lease-out - Offer), SWENR (Site Number), SMENR (Number of Rental 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VIMI36 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SMVANGLease-out - Offer VVSMVANGCHAR13ALPHARANLMIAMVAN
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
SINDARTIndex series for replacement values WBINDCHAR5Assigned to domainWBIND
YBASISJIndex series base year BASJHRNUMC4Assigned to domainGJAHRBASJHR
BINDPKTIndex marker status at last rent adjustment BINDPKTDEC8(3) DEC5_3
BPKTERHAbsolute change of index points for rent adjustment BPKTERHDEC4DEC04
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIMI36
INTO CORRESPONDING FIELDS OF WA_VIMI36
WHERE...

How to access SAP table VIMI36

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