T865 SAP (Intercompany Elimination) Table details

Dictionary Type: Table
Description: Intercompany Elimination




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




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

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

The T865 table consists of various fields, each holding specific information or linking keys about Intercompany Elimination data available in SAP. These include RYEAR ('From' year), PERID (Period), RVERS (Version for IC elimination), ELGRP (Elimination set).. 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 T865 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
RYEAR'From' year RYEAR_FNUMC4INVGJGJAHR_INV
PERIDPeriod LC_PERID_FNUMC3IVPERPERID_F
RVERSVersion for IC elimination RVERS_IECHAR3ALPHARVERS_GCTGVS
ELGRPElimination set ELGRPCHAR4CHAR4
CDIFDDebit item - Exchange rate differences RITEM_CDDCHAR10T854ALPHARITEM
CDIFCCrebit item - Exchange rate differences RITEM_CDCCHAR10T854ALPHARITEM
ODIFDDebit item - Other differences RITEM_ODDCHAR10T854ALPHARITEM
ODIFCCredit item - Other differences RITEM_ODCCHAR10T854ALPHARITEM
DOCTYDocument type DOCTY_GCCHAR2T876BALPHADOCTY_GCBAR
CUTYPExchange rate indicator CUTYPCHAR1CUTYP
CUCMECurrency translation key CUCMECHAR1CUCME
WAESPIndicator: currency difference split KZ_WAESPCHAR1X
RMVCTIndicator: Document per transaction type KZ_RMVCTCHAR1X
EINSEIndicator: One-sided elimination KZ_EINSBCHAR1X
NOQUOIndicator: Do not split values acc. to proportional cons. KZ_NOQUOTECHAR1X
ZFLD1Field 1 Additional account assignment ELIM_ZFK1CHAR5CHAR5
ZFLD2Field 2 Additional account assignment ELIM_ZFK2CHAR5CHAR5
OSPOSInd.: Post to triggering company KZ_OSPOSCHAR1X
CMVTDTransaction type: Currency discrepancies on debit side RMVCT_CDCHAR3T856RMVCT
CMVTCTransaction type: Currency discrepancies on credit side RMVCT_CCCHAR3T856RMVCT
OMVTDTransaction type: Miscellaneous discrepancies on debit side RMVCT_ODCHAR3T856RMVCT
OMVTCTransaction type: Miscellaneous discrepancies on credit side RMVCT_OCCHAR3T856RMVCT
RMVCTSETTransaction type set RMVCT_SETCHAR12SETNR
ADFLDInd.: Document per additional field KZ_ADFLDCHAR1KZ_ADFLD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T865
INTO CORRESPONDING FIELDS OF WA_T865
WHERE...

How to access SAP table T865

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