FDT_ADMN_0001A SAP (FDT: Central Administrative Data - Transport) Table details

Dictionary Type: Table
Description: FDT: Central Administrative Data - Transport




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




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

FDT_ADMN_0001A is a standard SAP Table which is used to store FDT: Central Administrative Data - Transport data and is available within R/3 SAP systems depending on the version and release level.

The FDT_ADMN_0001A table consists of various fields, each holding specific information or linking keys about FDT: Central Administrative Data - Transport data available in SAP. These include CLIENT (Client), ID (FDT: Universal Unique Identifier), OBJECT_TYPE (BRFplus: Object Type), DELETED (FDT: Deleted Option).. 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 FDT_ADMN_0001A 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
IDFDT: Universal Unique Identifier FDT_UUIDCHAR32SYSUUID_CFDT_SHLP_UUID
OBJECT_TYPEBRFplus: Object Type FDT_OBJECT_TYPECHAR2FDT_OBJECT_TYPEFDT_SHLP_OBJECT_TYPE
DELETEDFDT: Deleted Option FDT_DELETED_OPTIONCHAR1FDT_DELETED_OPTION
OSYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
OSYSCLIENTClient name as pure data without special meaning MANDTDATACLNT3MANDTDATA
OBSOLETEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
LOCAL_OBJECTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
TV_TIMESTAMPBRFplus: Date from which on old versions shall be dropped FDT_TV_TIMESTAMPDEC15TZNTSTMPS
TV_STATEFDT: Truncate versioning state FDT_TV_STATENUMC1FDT_TV_STATE
CR_RELEASESAP Release SAPRELEASECHAR10CHAR10
CH_RELEASESAP Release SAPRELEASECHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM FDT_ADMN_0001A
INTO CORRESPONDING FIELDS OF WA_FDT_ADMN_0001A
WHERE...

How to access SAP table FDT_ADMN_0001A

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