TF585 SAP (Inventory Data) Table details

Dictionary Type: Table
Description: Inventory Data




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




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

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

The TF585 table consists of various fields, each holding specific information or linking keys about Inventory Data data available in SAP. These include DIMEN (Dimension), ITCLG (Consolidation chart of accounts), IPIVS (Version: Elimination of IU profit/loss in inventory), RYEAR (Fiscal year).. 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 TF585 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
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2TF120FC_ITCLGITCFC_ITCLG
IPIVSVersion: Elimination of IU profit/loss in inventory FC_IPIVSCHAR3TF234ALPHAFC_IPIVS
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
BUPTRPartner unit FC_BUPTRCHAR18TF160AFIMCFC_BUNIT
PRGRPProduct group FC_PRGRPCHAR18TF580FC_PRGRPFC_PRGRP
ITEMFinancial statement item FC_ITEMCHAR10TF100BFIMCFC_ITEMITM
BKVALBook value in reporting period FC_BKVALCURR17(2) WERT9
VLCNLValuation allowance (loss allowed) FC_VLCNLCURR17(2) WERTV9
VLCLFValuation allowance (no loss allowed) FC_VLCLFCURR17(2) WERTV9
QUANTInventory quantity FC_QUANTQUAN17(3) MENGV9
ADDCOIncidental acquisition costs FC_ADDCOCURR17(2) WERT9
ACPCTIncidental acquisition costs as percentage of sales FC_ACPCTDEC11(8) PRZ38

Key field Non-key field



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

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

SELECT SINGLE *
FROM TF585
INTO CORRESPONDING FIELDS OF WA_TF585
WHERE...

How to access SAP table TF585

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