MTFW_BDOCXML SAP (Store the MT specific bdoc xml) Table details

Dictionary Type: Table
Description: Store the MT specific bdoc xml




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




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

MTFW_BDOCXML is a standard SAP Table which is used to store Store the MT specific bdoc xml data and is available within R/3 SAP systems depending on the version and release level.

The MTFW_BDOCXML table consists of various fields, each holding specific information or linking keys about Store the MT specific bdoc xml data available in SAP. These include DATASIZE (COUNT), DATAXML (XML Dump for BDoc types in MT format), MOD_DATE (Modified date), MOD_TIME (Time).. 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 (Deep)


SAP MTFW_BDOCXML 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
BDOCNAMEBDoc name MTFW_BDOCNAMECHAR26MTFW_BDOCNAMED
DATASIZECOUNT MTFW_COUNTINT410MTFW_COUNTD
DATAXMLXML Dump for BDoc types in MT format MTFW_XMLSTRG0MTFW_XMLD
MOD_DATEModified date MTFW_DATEDATS8MTFW_DATED
MOD_TIMETime MTFW_TIMETIMS6MTFW_TIMED
MOD_USERUser MTFW_USERCHAR12MTFW_USERD
DELETEDDeleted Flag MTFW_DELCHAR1MTFW_DELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM MTFW_BDOCXML
INTO CORRESPONDING FIELDS OF WA_MTFW_BDOCXML
WHERE...

How to access SAP table MTFW_BDOCXML

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