TF500 SAP (Document Types) Table details

Dictionary Type: Table
Description: Document Types




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




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

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

The TF500 table consists of various fields, each holding specific information or linking keys about Document Types data available in SAP. These include DIMEN (Dimension), DOCTY (Document type), RLEVL (Posting level), TCIND (Post in transaction currency).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TF501


SAP TF500 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 MANDTCLNT3T000MANDT
DIMENDimension FC_DIMENCHAR2TF150FC_DIMENDINFC_DIMEN
DOCTYDocument type FC_DOCTYCHAR2FC_DOCTYBAR
RLEVLPosting level FC_BLEVLCHAR2FC_GLEVL
TCINDPost in transaction currency FC_TCURCHAR1X
LCINDPost in local currency FC_LCURCHAR1X
GCINDPost in group currency FC_CGCURCHAR1X
CUTYPExchange rate indicator FC_EXRINDCHAR1TF420FC_EXRINDFC_EXRIND
BLCHKBalance check for consolidation document FC_BLCHKCHAR1FC_BLCHK
DTAXDCredit deferred income taxes FC_TAXDCHAR1X
DTAXCDebit deferred income taxes FC_TAXCCHAR1X
MNPOSManual Posting FC_MANPOSCHAR1X
QNTINPost quantities FC_QNTINCHAR1CHAR1_X
ADTINUse of custom characteristics FC_ADTINCHAR1CHAR1_X
TAXINDo not use a composite tax rate FC_TAXINCHAR1FC_TAXIN
CACTABusiness application FC_CACTACHAR1FC_CACTA
CNVINTranslate to group currency FC_CNVINCHAR1CHAR1_X

Key field Non-key field



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

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

SELECT SINGLE *
FROM TF500
INTO CORRESPONDING FIELDS OF WA_TF500
WHERE...

How to access SAP table TF500

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