/PLMI/LBL_MIGRAT SAP (Migration Administration (mapping of EhP4 to PLMWUI)) Table details

Dictionary Type: Table
Description: Migration Administration (mapping of EhP4 to PLMWUI)




ABAP Code to SELECT data from /PLMI/LBL_MIGRAT
Related tables to /PLMI/LBL_MIGRAT
Access table /PLMI/LBL_MIGRAT




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

/PLMI/LBL_MIGRAT is a standard SAP Table which is used to store Migration Administration (mapping of EhP4 to PLMWUI) data and is available within R/3 SAP systems depending on the version and release level.

The /PLMI/LBL_MIGRAT table consists of various fields, each holding specific information or linking keys about Migration Administration (mapping of EhP4 to PLMWUI) data available in SAP. These include LABELID (Label Set), AENNR (Change Number), MIG_GUID (Labeling Migration: GUID of Migration Administration Record), PLMWUI_LABELID (Label Set).. 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 /PLMI/LBL_MIGRAT 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
LABELIDLabel Set RMSLE_LABELIDCHAR20ALPHARMSLD_LABELIDLABELID
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
MIG_GUIDLabeling Migration: GUID of Migration Administration Record /PLMI/LBL_MIG_GUIDRAW16SYSUUID
PLMWUI_LABELIDLabel Set RMSLE_LABELIDCHAR20ALPHARMSLD_LABELIDLABELID
SPECIFICATIONSpecification RMSLE_SPECIFICATIONCHAR40RMSLD_OBJIDRMSLE_PRODUCT_SPEC
ALT_NOLabeling in PLM Web UI: Alternative Label RMSLE_ALT_NOCHAR3CHAR3
VERS_NOLabeling in PLM Web UI: Label Version RMSLE_VERS_NOCHAR3CHAR3
PLMWUI_AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
MIG_KEY_DATELabeling Migration: Key Date of Migration /PLMI/LBL_MIG_KEYDATEDATS8/PLMI/LBL_MIG_KEYDATE
STATUSLabeling Migration: Label Migration Status /PLMI/LBL_MIG_STATUSCHAR2/PLMI/LBL_MIG_STATUS
ERRORLabeling Migration: Error Indicator /PLMI/LBL_MIG_ERRORCHAR1/PLMI/LBL_MIG_ERROR
CREATED_BYUser Who Created Object (Item) /PLMI/LBL_CREATED_BYCHAR12USNAM
CREATED_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) /PLMI/LBL_TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYUser Who Last Changed Object /PLMI/LBL_CHANGED_BYCHAR12USNAM
CHANGED_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) /PLMI/LBL_TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table /PLMI/LBL_MIGRAT using ABAP code

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

SELECT SINGLE *
FROM /PLMI/LBL_MIGRAT
INTO CORRESPONDING FIELDS OF WA_/PLMI/LBL_MIGRAT
WHERE...

How to access SAP table /PLMI/LBL_MIGRAT

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