VIMIMAPINTRENO SAP (Mapping of Old Internal Key Fields to New Ones) Table details

Dictionary Type: Table
Description: Mapping of Old Internal Key Fields to New Ones




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




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

VIMIMAPINTRENO is a standard SAP Table which is used to store Mapping of Old Internal Key Fields to New Ones data and is available within R/3 SAP systems depending on the version and release level.

The VIMIMAPINTRENO table consists of various fields, each holding specific information or linking keys about Mapping of Old Internal Key Fields to New Ones data available in SAP. These include INTRENOOLD (Internal Key of Real Estate Object (Old)), INTRENONEW (Internal Key of Real Estate Object), OBJTYPEOLD (Object Type (Old)), OBJTYPENEW (Object 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: 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 VIMIMAPINTRENO 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
INTRENOOLDInternal Key of Real Estate Object (Old) REMIINTRENOOLDCHAR13RECAINTRENO
INTRENONEWInternal Key of Real Estate Object RECAINTRENOCHAR13RECAINTRENO
OBJTYPEOLDObject Type (Old) REMIOBJTYPEOLDCHAR2Assigned to domainJ_OBARTRECAOBJTYPE
OBJTYPENEWObject Type RECAOBJTYPECHAR2Assigned to domainJ_OBARTRECAOBJTYPE
IDENTKEYOLDID Key, Such As '1000/123' (Old) REMIIDENTKEYOLDCHAR45CHAR45
IDENTKEYNEWID Part Key, for example '1000/123' RECAIDENTKEYCHAR45CHAR45
OBJNROLDObject Number (Old) REMIOBJNROLDCHAR22Assigned to domainJ_OBJNRONR
OBJNRNEWObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
IMKEYOLDInternal Key of Real Estate Object (Old) REMIIMKEYOLDCHAR8IMKEYIMKEYRECLFXCAIMKEY
IMKEYNEWInternal Key of Real Estate Object (FI) RECAIMKEYCHAR8IMKEYIMKEYRECLFXCAIMKEY
CNMERGEINDHandling of Collective Lease-Outs REMICNMERGEINDCHAR1REMICNMERGEIND

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIMIMAPINTRENO
INTO CORRESPONDING FIELDS OF WA_VIMIMAPINTRENO
WHERE...

How to access SAP table VIMIMAPINTRENO

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