/LOCSRM/MIGRN_IL SAP (/locsrm/migr_run status) Table details

Dictionary Type: Table
Description: /locsrm/migr_run status




ABAP Code to SELECT data from /LOCSRM/MIGRN_IL
Related tables to /LOCSRM/MIGRN_IL
Access table /LOCSRM/MIGRN_IL




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

/LOCSRM/MIGRN_IL is a standard SAP Table which is used to store /locsrm/migr_run status data and is available within R/3 SAP systems depending on the version and release level.

The /LOCSRM/MIGRN_IL table consists of various fields, each holding specific information or linking keys about /locsrm/migr_run status data available in SAP. These include SOURCE (Name of ABAP Dictionary Object), STATUS (Migration status).. 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: Cannot Be Enhanced


SAP /LOCSRM/MIGRN_IL 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SOURCEName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
STATUSMigration status /LOCSRM/MIGR_STATUS_ILCHAR1/LOCSRM/MIGR_STATUS_IL

Key field Non-key field



How do I retrieve data from SAP table /LOCSRM/MIGRN_IL using ABAP code

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

SELECT SINGLE *
FROM /LOCSRM/MIGRN_IL
INTO CORRESPONDING FIELDS OF WA_/LOCSRM/MIGRN_IL
WHERE...

How to access SAP table /LOCSRM/MIGRN_IL

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