VIMIADDONEXEC SAP (Execution Status of RE-FX per Release) Table details

Dictionary Type: Table
Description: Execution Status of RE-FX per Release




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




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

VIMIADDONEXEC is a standard SAP Table which is used to store Execution Status of RE-FX per Release data and is available within R/3 SAP systems depending on the version and release level.

The VIMIADDONEXEC table consists of various fields, each holding specific information or linking keys about Execution Status of RE-FX per Release data available in SAP. These include DUMMYKEY (Tech: Help Key (Contents Initial)), REL110EXECIND (Was RE-FX Executed in Rel. 1.10?), REL200MIGRIND (Status of Migration RE-FX 1.10 => 2.00), REL200EXECIND (Was RE-FX Executed in Rel. 2.00?).. 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 VIMIADDONEXEC 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
DUMMYKEYTech: Help Key (Contents Initial) RECADUMMYKEYCHAR1CHAR1
REL110EXECINDWas RE-FX Executed in Rel. 1.10? REMIREL110EXECINDCHAR1REMIRELEXECIND
REL200MIGRINDStatus of Migration RE-FX 1.10 => 2.00 REMIREL200MIGRINDCHAR1REMIRELMIGRIND
REL200EXECINDWas RE-FX Executed in Rel. 2.00? REMIREL200EXECINDCHAR1REMIRELEXECIND
REL500MIGRINDStatus of Migration RE-FX 2.00 => 5.00 REMIREL500MIGRINDCHAR1REMIRELMIGRIND
REL500EXECINDWas RE-FX Executed in Rel. 5.00? REMIREL500EXECINDCHAR1REMIRELEXECIND
REL600EXECIND REMIREL600EXECINDCHAR1REMIRELEXECIND

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIMIADDONEXEC
INTO CORRESPONDING FIELDS OF WA_VIMIADDONEXEC
WHERE...

How to access SAP table VIMIADDONEXEC

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