T850 SAP (Company data for Consolidation) Table details

Dictionary Type: Table
Description: Company data for Consolidation




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




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

T850 is a standard SAP Table which is used to store Company data for Consolidation data and is available within R/3 SAP systems depending on the version and release level.

The T850 table consists of various fields, each holding specific information or linking keys about Company data for Consolidation data available in SAP. These include RCOMP (Company), TRANS (Data transfer to the FI-LC System), ACCNT (Indicator: enter account), ACSET (Financial statement version).. 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: Not classified


SAP T850 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
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
TRANSData transfer to the FI-LC System FKTRANSCHAR1FKTRANS
ACCNTIndicator: enter account KZ_ACCNTCHAR1X
ACSETFinancial statement version ACSETCHAR4T011VERSN_011
PASETPrefix for trading partner set VBNDSETPRFCHAR4CHAR4
CHHB1Validation group for local valuation CHHB1CHAR1T857NCHCK
CHHB2Valididation group for corporate valuation CHHB2CHAR1T857NCHCK
SORT1Sort key 1 SORTFKA1CHAR1T850ASORTFKA
SORT2Sort key 2 SORTFKA2CHAR1T850ASORTFKA
SORT3Sort key 3 SORTFKA3CHAR1T850ASORTFKA
REASNReason for inclusion in/exclusion from consolidation REASN_FKCHAR2CHAR2
RPGRPData entry form group RPGRPCHAR4T857DRPGRP
FYEARYear of first consolidation RYEAR_FKNUMC4GJAHRGJAHRGFY
FPERIPeriod of first consolidation PERID_FKNUMC3NUM3GFP
GPERIPeriod for the start of goodwill amortization PERID_AFAGNUMC3NUM3GFP
COCATType of data to be supplied by company COCATCHAR1COCAT
VALIDHB1Validation name for local valuation checks VALIDHB1CHAR7GB93VALIDATION
VALIDHB2Validation name for corporate valuation checks VALIDHB2CHAR7GB93VALIDATION
UPLOADFI-LC: Upload financial reporting data FK_UPLOADCHAR1FK_UPLOAD
IMPORTFI-LC: Import Reporting Data indicator FK_IMPORTCHAR1FK_IMPORT
CHDBASEValidation group for DBase PC data entry LC_CHDBASECHAR1T857NCHCK
AFTYPAdditional field category FK_AFTYPCHAR4T85YCHAR4

Key field Non-key field



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

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

SELECT SINGLE *
FROM T850
INTO CORRESPONDING FIELDS OF WA_T850
WHERE...

How to access SAP table T850

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