VIMI09 SAP (Graded Lease-Out) Table details

Dictionary Type: Table
Description: Graded Lease-Out




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




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

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

The VIMI09 table consists of various fields, each holding specific information or linking keys about Graded Lease-Out data available in SAP. These include BUKRS (Company Code), SMIVE (Lease-Out Number), 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 VIMI09 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
SMIVELease-Out Number SMIVECHAR13ALPHAVVSMIVEMIVMRTA
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SMENRNumber of Rental Unit SMENRCHAR8VIMI01SMENRSMENRMEHMCME
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
BBETR01First amount for the corresponding amount type BBETR01DEC8(2) BBTR
DGUELB01Validity date for the assigned amount DGUELB01DATS8DDAT
BBETR02Second amount for the corresponding amount type BBETR02DEC8(2) BBTR
DGUELB02Validity date for the assigned amount DGUELB02DATS8DDAT
BBETR03Third amount for the corresponding amount type BBETR03DEC8(2) BBTR
DGUELB03Validity date for the assigned amount DGUELB03DATS8DDAT
BBETR04Fourth amount for the corresponding amount type BBETR04DEC8(2) BBTR
DGUELB04Validity date for the assigned amount DGUELB04DATS8DDAT
BBETR05Fifth amount for the corresponding amount type BBETR05DEC8(2) BBTR
DGUELB05Validity date for the assigned amount DGUELB05DATS8DDAT
BBETR06Sixth amount for the corresponding amount type BBETR06DEC8(2) BBTR
DGUELB06Validity date for the assigned amount DGUELB06DATS8DDAT
BBETR07Seventh amount for the corresponding amount type BBETR07DEC8(2) BBTR
DGUELB07Validity date for the assigned amount DGUELB07DATS8DDAT
BBETR08Eighth amount for the corresponding amount type BBETR08DEC8(2) BBTR
DGUELB08Validity date for the assigned amount DGUELB08DATS8DDAT
BBETR09Ninth amount for the corresponding amount type BBETR09DEC8(2) BBTR
DGUELB09Validity date for the assigned amount DGUELB09DATS8DDAT
BBETR10Tenth amount for the corresponding amount type BBETR10DEC8(2) BBTR
DGUELB10Validity date for the assigned amount DGUELB10DATS8DDAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIMI09
INTO CORRESPONDING FIELDS OF WA_VIMI09
WHERE...

How to access SAP table VIMI09

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