FDT_XML_IMPORT SAP (FDT: XML Import Entries) Table details

Dictionary Type: Table
Description: FDT: XML Import Entries




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




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

FDT_XML_IMPORT is a standard SAP Table which is used to store FDT: XML Import Entries data and is available within R/3 SAP systems depending on the version and release level.

The FDT_XML_IMPORT table consists of various fields, each holding specific information or linking keys about FDT: XML Import Entries data available in SAP. These include TARGET_CLIENT (Client name as pure data without special meaning), SOURCE_SYSID (Name of SAP System), SOURCE_CLIENT (Client name as pure data without special meaning), TRREQUEST_EXP (Request/Task).. 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: Cannot Be Enhanced


SAP FDT_XML_IMPORT 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
TRREQUEST_IMPRequest/Task TRKORRCHAR20Assigned to domainTRKORR
TARGET_CLIENTClient name as pure data without special meaning MANDTDATACLNT3MANDTDATA
SOURCE_SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
SOURCE_CLIENTClient name as pure data without special meaning MANDTDATACLNT3MANDTDATA
TRREQUEST_EXPRequest/Task TRKORRCHAR20Assigned to domainTRKORR
XML_VRSNFDT: XML Version Number FDT_XML_VERSIONDEC6(2)
XML String representation of Original XML0
TRANS_XML_VRSNFDT: XML Version Number FDT_XML_VERSIONDEC6(2)
TRANS_XML String representation of Transformed XML0
MSG_XML String representation of Import Messages in XML format0
CR_TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

SELECT SINGLE *
FROM FDT_XML_IMPORT
INTO CORRESPONDING FIELDS OF WA_FDT_XML_IMPORT
WHERE...

How to access SAP table FDT_XML_IMPORT

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