VIMI31 SAP (Allocation of rental units to modernization measure) Table details

Dictionary Type: Table
Description: Allocation of rental units to modernization measure




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




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

VIMI31 is a standard SAP Table which is used to store Allocation of rental units to modernization measure data and is available within R/3 SAP systems depending on the version and release level.

The VIMI31 table consists of various fields, each holding specific information or linking keys about Allocation of rental units to modernization measure data available in SAP. These include SIHMA (Modernization Measure), BUKRS (Company Code), 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: Can be enhanced (character-type or numeric)


SAP VIMI31 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
SIHMAModernization Measure VVSIHMACHAR20VIMI27VVSIHMAMMA
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SWENRSite Number SWENRCHAR8VIOB01SWENRSWENRWEHMCWE
SMENRNumber of Rental Unit SMENRCHAR8VIMI01SMENRSMENRMEHMCME
BPRTABSPShare of CM planned costs incurred yearly on a RU VVBPRTABSPCURR13(2) WRTV7
BPRTABSIShare of actual costs for constr.work incurred yearly on RU VVBPRTABSICURR13(2) WRTV7

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIMI31
INTO CORRESPONDING FIELDS OF WA_VIMI31
WHERE...

How to access SAP table VIMI31

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