NOM_MIGR_STATE SAP (Table to Store States of Migration of Org. Units) Table details

Dictionary Type: Table
Description: Table to Store States of Migration of Org. Units




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




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

NOM_MIGR_STATE is a standard SAP Table which is used to store Table to Store States of Migration of Org. Units data and is available within R/3 SAP systems depending on the version and release level.

The NOM_MIGR_STATE table consists of various fields, each holding specific information or linking keys about Table to Store States of Migration of Org. Units data available in SAP. These include LOG_HANDLE (Application Log: Log Handle), REP_NAME (ABAP Program: Current Main Program), REP_TYPE (Type of the Program Run), REP_STATE (State of a Program During Migration).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP NOM_MIGR_STATE 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
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
REP_NAMEABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
REP_TYPEType of the Program Run ISH_REPTYPECHAR1ISH_REPTYPE
REP_STATEState of a Program During Migration ISH_STATECHAR1ISH_STATE
REP_EXECState of Execution ISH_EXECCHAR1ISH_EXEC
USER_COMMANDFunction Code SYUCOMMCHAR70SYCHAR70
SUB_LOGApplication Log: Subobject BALSUBOBJCHAR20Assigned to domainBALSUBOBJBALSUBOBJ
LOG_DATEDate of Application Log Creation ISH_LOGDATDATS8DATS
LOG_TIMETime of Application Log Creation ISH_LOGTITIMS6TIME
MAPPING_NEEDEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM NOM_MIGR_STATE
INTO CORRESPONDING FIELDS OF WA_NOM_MIGR_STATE
WHERE...

How to access SAP table NOM_MIGR_STATE

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