NBP_MIGR_STATE SAP (Store State of BP Migration) Table details

Dictionary Type: Table
Description: Store State of BP Migration




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




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

NBP_MIGR_STATE is a standard SAP Table which is used to store Store State of BP Migration data and is available within R/3 SAP systems depending on the version and release level.

The NBP_MIGR_STATE table consists of various fields, each holding specific information or linking keys about Store State of BP Migration 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), SUB_LOG (Application Log: Subobject).. 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: Can Be Enhanced (Deep)


SAP NBP_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
SUB_LOGApplication Log: Subobject BALSUBOBJCHAR20Assigned to domainBALSUBOBJBALSUBOBJ
USER_COMMANDFunction Code SYUCOMMCHAR70SYCHAR70
REP_STATEState of a Program During Migration ISH_STATECHAR1ISH_STATE
LAST_USERUser Name SYUNAMECHAR12SYCHAR12
LAST_RUNDATESystem Date SYDATUMDATS8SYDATS
REPEAT_FLAGIndicator Specifying That Program Can Be Repeated ISH_REPEAT_FLAGCHAR1ISH_REPEAT_FLAG
MSG_SEVERITYHighest Message Severity ISH_MSG_SEVERITYCHAR1CHAR1
START_DATEDate of Application Log Creation ISH_LOGDATDATS8DATS
START_TIMETime of Application Log Creation ISH_LOGTITIMS6TIME
LOG_DATEField of type DATS DATSDATS8DATS
LOG_TIMEField of type TIMS TIMSTIMS6TIME
PARAMS_OVERRIDEIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF

Key field Non-key field



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

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

SELECT SINGLE *
FROM NBP_MIGR_STATE
INTO CORRESPONDING FIELDS OF WA_NBP_MIGR_STATE
WHERE...

How to access SAP table NBP_MIGR_STATE

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