TFMIG10 SAP (Migration: Processing Options) Table details

Dictionary Type: Table
Description: Migration: Processing Options




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




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

TFMIG10 is a standard SAP Table which is used to store Migration: Processing Options data and is available within R/3 SAP systems depending on the version and release level.

The TFMIG10 table consists of various fields, each holding specific information or linking keys about Migration: Processing Options data available in SAP. These include SEQNR (Sequence number), DIMEN (Dimension), ITCLG (Consolidation chart of accounts), SITYP (Subitem category).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFMIG10 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
SEQNRSequence number FC_SEQNRNUMC1NUMC01
DIMENDimension FC_DIMENCHAR2Assigned to domainFC_DIMENDINFC_DIMEN
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2Assigned to domainFC_ITCLGITCFC_ITCLG
SITYPSubitem category FC_SITYPCHAR3Assigned to domainFC_SITYPSTPFC_SITYP
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
RVERSMigration: Base version FC_MMD_RVERSCHAR3Assigned to domainALPHARVERS_GC
RSUBDMigration: Default Subgroup FC_MMD_RSUBDCHAR3Assigned to domainRSUBD
MMD_SCRIT1General indicator, SAP Consolidation FC_FLGCHAR1CHAR1
MMD_SCRIT2General indicator, SAP Consolidation FC_FLGCHAR1CHAR1
MMD_SCRIT3General indicator, SAP Consolidation FC_FLGCHAR1CHAR1
SCRIT1Migration: Sort criterion 1 -> Attribute: field name FC_MMD_SCRIT1CHAR30Assigned to domainFDNAME
SCRIT2Migration: Sort criterion 2 -> Attribute: field name FC_MMD_SCRIT2CHAR30Assigned to domainFDNAME
SCRIT3Migration: Sort criterion 3 -> Attribute: field name FC_MMD_SCRIT3CHAR30Assigned to domainFDNAME
MMD_ADFLD1Migration: Copy the master data for the 1st additional field FC_MMD_ADFLD1CHAR1X
MMD_ADFLD2Migration: Copy the master data for the 2nd additional field FC_MMD_ADFLD2CHAR1X
MMD_ADFLD3Migration: Copy the master data for the 3rd additional field FC_MMD_ADFLD3CHAR1X
ADFLD1Migration 1st char.: Field of table group ECMC FC_MIG_ADFLD1CHAR30Assigned to domainFDNAME
ADFLD2Migration 2nd char.: Field of table group ECMC FC_MIG_ADFLD2CHAR30Assigned to domainFDNAME
ADFLD3Migration 3rd char.: Field of table group ECMC FC_MIG_ADFLD3CHAR30Assigned to domainFDNAME
SIMULTANGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFMIG10
INTO CORRESPONDING FIELDS OF WA_TFMIG10
WHERE...

How to access SAP table TFMIG10

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