TEMRUN SAP (Mass import: Header data) Table details

Dictionary Type: Table
Description: Mass import: Header data




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




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

TEMRUN is a standard SAP Table which is used to store Mass import: Header data data and is available within R/3 SAP systems depending on the version and release level.

The TEMRUN table consists of various fields, each holding specific information or linking keys about Mass import: Header data data available in SAP. These include MASSRUNID (IS Migration: Identifier Distributed Import), FIRMA (Company (Client) for Migration), OBJECT (Migration Object), FILE (File Name for 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: Can be enhanced (character-type)


SAP TEMRUN 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
RUNIDIdentification of mass import EMG_MASSRUNCHAR32SYSUUID_C
MASSRUNIDIS Migration: Identifier Distributed Import EMG_MASSRUNIDCHAR15EMG_MASSRUNID
FIRMACompany (Client) for Migration EMG_FIRMACHAR5Assigned to domainEMG_FIRMA
OBJECTMigration Object EMG_OBJECTCHAR10Assigned to domainEMG_OBJECTEM1
FILEFile Name for Migration EMG_FILECHAR14EMG_FILE
PATHPath for Migration Batch EMG_PFAD_BACKCHAR60EMG_PFAD_NAME
CPGFSCode Page of Legacy System EMG_SCPNUMC4Assigned to domainCPCODEPAGE
FILESIZEFile size for mass import EMG_MASSRUN_SIZENUMC5NUMC5
STATUSMigration status EMG_STATUSCHAR4EMG_IMP_STATUS
SPLITFILEName of Input File After Split is Generic EMG_SPLITFILECHAR14EMG_FILE
SPLITERRFILEGeneric Name for Error File for Split EMG_SPLITERRFILECHAR14EMG_FILE
NCOMMCommit interval of migration EMG_NCOMMNUMC6INT6
ERABSNumber of absolute errors per migration run EMG_ERABSNUMC6INT6
ERRELRelative errors per migration run EMG_ERRELNUMC3NUM3
ERINTInterval for determining relative error EMG_ERINTNUMC4NUM4
STOPCancel distributed import run EMG_MASSRUN_STOPCHAR1EMG_CHECK
ERRFILEName of error file EMG_EFILECHAR14EMG_FILE
DISTRIBUTIONJob Distribution Definition EMG_DISTRIBUTIONCHAR15TEMRUNDEFDISTCHAR15
DIST_ACTIVEActivate Job Distribution EMG_DIST_ACTIVECHAR1EMG_CHECK
DATUM1Date of entry EMG_EDATUMDATS8DATUM
UZEIT1Time of Entry EMG_EUZEITTIMS6TIMS
UNAME1Name of user EMG_EUSERCHAR12UNAME
DATUM2Date of last change EMG_ADATUMDATS8DATUM
UZEIT2Last changed at EMG_AUZEITTIMS6UZEIT
UNAME2Name of user who made changes last EMG_AUSERCHAR12UNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEMRUN
INTO CORRESPONDING FIELDS OF WA_TEMRUN
WHERE...

How to access SAP table TEMRUN

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