/XFT/MIG_TDOC SAP (Document head) Table details

Dictionary Type: Table
Description: Document head




ABAP Code to SELECT data from /XFT/MIG_TDOC
Related tables to /XFT/MIG_TDOC
Access table /XFT/MIG_TDOC




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

/XFT/MIG_TDOC is a standard SAP Table which is used to store Document head data and is available within R/3 SAP systems depending on the version and release level.

The /XFT/MIG_TDOC table consists of various fields, each holding specific information or linking keys about Document head data available in SAP. These include MANDT (Client), CREPID (Content repository ID), DOCID (EMC Docid), CONTENTTYPE (Content type).. 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: Not classified


SAP /XFT/MIG_TDOC 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
CREPIDContent repository ID /XFT/MIG_CREPIDCHAR32CHAR32
DOCIDEMC Docid /XFT/MIG_EMCDOCIDCHAR70CHAR70
CONTENTTYPEContent type /XFT/MIG_CONTENTTYPECHAR128CHAR128
CONTENTLENGTHContent length /XFT/MIG_CONTENTLENGTHNUMC24/XFT/MIG_CONTENTLENGTH
CDATECreation date /XFT/MIG_CDATEDATS8DATS
CTIMECreation time /XFT/MIG_CTIMETIMS6TIME
MDATEChange date /XFT/MIG_MDATEDATS8DATS
MTIMETime of change /XFT/MIG_MTIMETIMS6TIME
STATUSState /XFT/MIG_STATUSCHAR128CHAR128
VERSIONVersion /XFT/MIG_VERSIONCHAR128CHAR128
NUMBERCOMPSNumber components /XFT/MIG_NUMBERCOMPSINT410INT4

Key field Non-key field



How do I retrieve data from SAP table /XFT/MIG_TDOC using ABAP code

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

SELECT SINGLE *
FROM /XFT/MIG_TDOC
INTO CORRESPONDING FIELDS OF WA_/XFT/MIG_TDOC
WHERE...

How to access SAP table /XFT/MIG_TDOC

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