T870 SAP (Consolidation method assignment) Table details

Dictionary Type: Table
Description: Consolidation method assignment




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




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

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

The T870 table consists of various fields, each holding specific information or linking keys about Consolidation method assignment data available in SAP. These include RVERS (Version for consolidation of investments method), RSUBD (Subgroup), RCOMP (Company), RYEAR ('From' 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T870 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
RVERSVersion for consolidation of investments method RVERS_CMCHAR3ALPHARVERS_GCTGVS
RSUBDSubgroup RSUBDCHAR3T852RSUBDGSG
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
RYEAR'From' year RYEAR_FNUMC4INVGJGJAHR_INV
METHConsolidation method METHCHAR5T869KMETH
RATIOProportion K_QUOTEDEC7(4) PRZ34
FYEARYear of first consolidation RYEAR_FKNUMC4GJAHRGJAHRGFY
FPERIPeriod of first consolidation PERID_FKNUMC3NUM3GFP
GPERIPeriod for the start of goodwill amortization PERID_AFAGNUMC3NUM3GFP

Key field Non-key field



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

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

SELECT SINGLE *
FROM T870
INTO CORRESPONDING FIELDS OF WA_T870
WHERE...

How to access SAP table T870

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