OIUX3_MIG_CTRL SAP (Tax Reporting - Migration Control) Table details

Dictionary Type: Table
Description: Tax Reporting - Migration Control




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




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

OIUX3_MIG_CTRL is a standard SAP Table which is used to store Tax Reporting - Migration Control data and is available within R/3 SAP systems depending on the version and release level.

The OIUX3_MIG_CTRL table consists of various fields, each holding specific information or linking keys about Tax Reporting - Migration Control data available in SAP. These include MIG_GRP (Migration Group), MIG_ITEM (Migration Item), MIG_RUN_NO (Migration Run Number), TF_IND (Execution Status).. 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: Cannot Be Enhanced


SAP OIUX3_MIG_CTRL 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
MIG_GRPMigration Group OIUX3_MIGRATION_GROUPNUMC3OIUX3_MIG_GRPOIUX3_MIGRATION_GROUP
MIG_ITEMMigration Item OIUX3_MIGRATION_ITEMNUMC2NUMC2
MIG_RUN_NO Migration Run Number0
TF_INDExecution Status OIUX3_TF_INDICATORCHAR1OIUX3_TF_INDICATOR
BEGIN_DATEFrom Date OIUX3_FROM_DATEDATS8DATUM
END_DATETo Date OIUX3_TO_DATEDATS8DATUM
DELETE_FIRSTSingle-Character Indicator CHAR1CHAR1CHAR1
LOGNUMBERApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
STATUSMigration Status OIUX3_MIGRATION_STATUSCHAR1OIUX3_MIGRATION_STATUS
START_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
END_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
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
MIGRATION_TYPETax 2.0 - Migration Type OIUX3_MIGRATION_TYPECHAR1OIUX3_MIGRATION_TYPE
CONT_ON_ERRORTax 2.0 - Migration Continue On Error OIUX3_CONTINUE_ON_ERRORCHAR1YESNO

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUX3_MIG_CTRL
INTO CORRESPONDING FIELDS OF WA_OIUX3_MIG_CTRL
WHERE...

How to access SAP table OIUX3_MIG_CTRL

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