OIUE2_RUN_HDR SAP (Proc 2.0 - Run Header) Table details

Dictionary Type: Table
Description: Proc 2.0 - Run Header




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




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

OIUE2_RUN_HDR is a standard SAP Table which is used to store Proc 2.0 - Run Header data and is available within R/3 SAP systems depending on the version and release level.

The OIUE2_RUN_HDR table consists of various fields, each holding specific information or linking keys about Proc 2.0 - Run Header data available in SAP. These include RUN_ID (Proc 2.0 - Run ID), PROC_ID (Proc 2.0 - Process ID), PROC_GRP (Proc 2.0 - Process Group), PROC_SUBGRP1 (Proc 2.0 - Process Group).. 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 OIUE2_RUN_HDR 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 MANDTCLNT3T000MANDT
RUN_IDProc 2.0 - Run ID OIUE2_RUN_IDNUMC10
PROC_IDProc 2.0 - Process ID OIUE2_PROCESS_IDCHAR10OIUE2_PROCOIUE2_PROCESS_ID
PROC_GRPProc 2.0 - Process Group OIUE2_PROCESS_GROUPCHAR4OIUE2_PROC_GRPOIUE2_PROCESS_GROUP
PROC_SUBGRP1Proc 2.0 - Process Group OIUE2_PROCESS_GROUPCHAR4Assigned to domainOIUE2_PROCESS_GROUP
PROC_SUBGRP2Proc 2.0 - Process Group OIUE2_PROCESS_GROUPCHAR4Assigned to domainOIUE2_PROCESS_GROUP
PROC_SUBGRP3Proc 2.0 - Process Group OIUE2_PROCESS_GROUPCHAR4Assigned to domainOIUE2_PROCESS_GROUP
PROC_SUBGRP4Proc 2.0 - Process Group OIUE2_PROCESS_GROUPCHAR4Assigned to domainOIUE2_PROCESS_GROUP
PROC_SUBGRP5Proc 2.0 - Process Group OIUE2_PROCESS_GROUPCHAR4Assigned to domainOIUE2_PROCESS_GROUP
LAND1Country Key LAND1CHAR3T005LAND1LND
PRI_GEO_LOCPrimary geographical location (PRI geo. loc.) OIU_PRI_GEO_LOCCHAR2OIU_CM_LXPGLOIU_PRI_GEO_LOCOIU_PRI_GEO_LOC
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
AC_INDProc 2.0 - Amended/Current Indicator OIUE2_AC_INDCHAR1OIUE2_AC_IND
VERProc 2.0 - Version OIUE2_VERSIONNUMC3
TF_INDProc 2.0 - Trial/Final Indicator OIUE2_TF_INDCHAR1OIUE2_TF_IND
SDLSTRTDTPlanned Start Date for Background Job BTCSDATEDATS8SYDATS
SDLSTRTTMPlanned start time for background Job BTCSTIMETIMS6SYTIME
LASTSTRTDTLatest Execution Date for a Background Job BTCLSDATEDATS8SYDATS
LASTSTRTTMLatest Execution Time for Background Job BTCLSTIMETIMS6SYTIME
PREDJOBName of previous job BTCPREDNAMCHAR32CHAR32
PREDJOBCNTJob ID BTCJOBCNTCHAR8CHAR8
CHECKSTATJob status check indicator for subsequent job start BTCCKSTATCHAR1CHAR1
EVENTIDBackground Processing Event BTCEVENTIDCHAR32CHAR32
EVENTPARMBackground Event Parameters (Such as, Jobname/Jobcount) BTCEVTPARMCHAR64TEXT64
STARTDTTYPStart date type ID BTCSTDTTYPCHAR1CHAR1
PRDMINSDuration period (in minutes) for a batch job BTCPMINNUMC2NUM02
PRDHOURSDuration period (in hours) for a batch job BTCPHOURNUMC2NUM02
PRDDAYSDuration (in days) of DBA action BTCPDAYNUMC3NUM03
PRDWEEKSDuration period (in weeks) for a batch job BTCPWEEKNUMC2NUM02
PRDMONTHSDuration period (in months) for a batch job BTCPMNTHNUMC2NUM02
PERIODICPeriodic Jobs Indicator BTCPFLAGCHAR1CHAR1
INSTNAMEServer name BTCSRVNAMECHAR20TEXT20
CALENDARIDFactory Calendar ID for Background Processing BTCCALIDCHAR2CHAR2
EOMCORRECTCorrection field for calc. job execution (end-of-mth, cal.) BTCEOMCORRINT410
CALCORRECTCorrection field for calc. job execution (end-of-mth, cal.) BTCEOMCORRINT410
IMSTRTPOSFlag indicating whether job can be started immediately BTCIMSTPOSCHAR1CHAR1
PRDBEHAVPeriod behavior of jobs on non-workdays BTCPRDBHVCHAR1CHAR1
WDAYNONo. of workday on which a job is to start BTCWORKDAYNUMC2NUM02
WDAYCDIRCount direction for 'on workday' start date of a job BTCWDCDIRNUMC2NUM02
NOTBEFOREPlanned Start Date for Background Job BTCSDATEDATS8SYDATS
CHANGE_USERLast Changed By OIUX3_LAST_CHANGED_USERCHAR12USNAM
CHANGE_DATEDate of Last Change OIUX3_LAST_CHANGED_DATEDATS8
CHANGE_TIMETime of Last Change OIUX3_LAST_CHANGED_TIMETIMS6

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUE2_RUN_HDR
INTO CORRESPONDING FIELDS OF WA_OIUE2_RUN_HDR
WHERE...

How to access SAP table OIUE2_RUN_HDR

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