TEMJOB SAP (IS-U Migration: Definition of Import Job) Table details

Dictionary Type: Table
Description: IS-U Migration: Definition of Import Job




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




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

TEMJOB is a standard SAP Table which is used to store IS-U Migration: Definition of Import Job data and is available within R/3 SAP systems depending on the version and release level.

The TEMJOB table consists of various fields, each holding specific information or linking keys about IS-U Migration: Definition of Import Job data available in SAP. These include JOBNO (Job Identification: GUID - 32 Characters), STEPNO (Number of Job Steps in Import Job), FIRMA (Company (Client) for Migration), OBJECT (Migration Object).. 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 TEMJOB 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
JOBNOJob Identification: GUID - 32 Characters EMG_JOBNOCHAR32SYSUUID_C
STEPNONumber of Job Steps in Import Job EMG_STEPNONUMC3EMG_NUMC3
FIRMACompany (Client) for Migration EMG_FIRMACHAR5TEMFIRMAEMG_FIRMA
OBJECTMigration Object EMG_OBJECTCHAR10Assigned to domainEMG_OBJECTEM1
DIRPath for Migration EMG_PFADCHAR60EMG_PFAD_NAME
FILEFile Name for Migration EMG_FILECHAR14EMG_FILE
ERRDIRPath for Migration EMG_PFADCHAR60EMG_PFAD_NAME
ERRFILEName of error file EMG_EFILECHAR14EMG_FILE
CODEPAGECode Page of Legacy System EMG_SCPNUMC4Assigned to domainCPCODEPAGE
PROGProgram name within a step (e.g. report) BTCPROGCHAR40PROGNAME
VARIName of variant within a step BTCVARIANTCHAR14CHAR14
SERVERServer name BTCSRVNAMECHAR20TEXT20
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
NCOMMCommit interval of migration EMG_NCOMMNUMC6INT6
JOBGROUPJob group EMG_JOBGROUPCHAR12Assigned to domainEMG_JOBGROUP
TOPGROUPSuperior Job Group EMG_TOPGROUPCHAR12Assigned to domainEMG_JOBGROUP
STOPJob Cancelation EMG_STOPCHAR1EMG_CHECK
STATUSStatus of Migration Import Run EMG_JOBSTATUSCHAR1EMG_JOBSTATUS
JOBTYPEJob category EMG_JOBTYPECHAR4EMG_JOBTYPE
S_DATEStarting date for migration EMG_S_DATEDATS8DATUM
RESTARTMigration run in restart mode EMG_KNZ_RESTARTCHAR1EMG_CHECK
SPLITMigration: File Was Split EMG_SPLITCHAR1EMG_CHECK

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEMJOB
INTO CORRESPONDING FIELDS OF WA_TEMJOB
WHERE...

How to access SAP table TEMJOB

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