T800D SAP (Fields for Master Data Check) Table details

Dictionary Type: Table
Description: Fields for Master Data Check




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




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

T800D is a standard SAP Table which is used to store Fields for Master Data Check data and is available within R/3 SAP systems depending on the version and release level.

The T800D table consists of various fields, each holding specific information or linking keys about Fields for Master Data Check data available in SAP. These include TAB (Totals Table), FELD (Field Name), TINPUT (Indicator: Required for master data texts?), ZUSATZEXIT (Ind.: Exit for additional values or additional information).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T800D 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
TABTotals Table GLTABCHAR30Assigned to domainAS4TABGLT
FELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TINPUTIndicator: Required for master data texts? TINPUTCHAR1XFELD
ZUSATZEXITInd.: Exit for additional values or additional information DZUSATZEXICHAR1ZUSATZEXIT
MASTTABMaster data table (validation) MASTTABCHAR30Assigned to domainAS4TAB
RFIELD1Necessary field for master data calculation RFIELDCHAR30Assigned to domainFDNAME
RFIELD2Necessary field for master data calculation RFIELDCHAR30Assigned to domainFDNAME
RFIELD3Necessary field for master data calculation RFIELDCHAR30Assigned to domainFDNAME
RFIELD4Necessary field for master data calculation RFIELDCHAR30Assigned to domainFDNAME
RFIELD5Necessary field for master data calculation RFIELDCHAR30Assigned to domainFDNAME
PLANFIXIndicator: Is the dimension a fixed planning field? PLANFIXCHAR1XFELD
PLANSETIndicator: May field be used in planning set? PLANSETCHAR1XFELD
PRTDIMPartner field PRTDIMCHAR30Assigned to domainFDNAME
VALUE_TABValue table for FI-SL master data validation VALUE_TABCHAR30Assigned to domainAS4TAB
VALUE_FIELDField name in value table VALUE_FIELDCHAR30Assigned to domainFDNAME
TEXT_TABText table for FI-SL master data TEXT_TABCHAR30Assigned to domainAS4TAB
TEXT_FIELD_SField for short text TEXT_FIELDS_SCHAR30Assigned to domainFDNAME
TEXT_FIELD_LField name for long text TEXT_FIELD_LCHAR30Assigned to domainFDNAME
PLANINITIndicator: Upload of Initial Values Allowed in Planning PLANINITCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T800D
INTO CORRESPONDING FIELDS OF WA_T800D
WHERE...

How to access SAP table T800D

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