T872I SAP (Periodic entry for affiliated companies) Table details

Dictionary Type: Table
Description: Periodic entry for affiliated companies




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




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

T872I is a standard SAP Table which is used to store Periodic entry for affiliated companies data and is available within R/3 SAP systems depending on the version and release level.

The T872I table consists of various fields, each holding specific information or linking keys about Periodic entry for affiliated companies data available in SAP. These include RVERS (Version for equity holdings adjustments), RASSC (Company ID of the investee), RCOMP (Parent company ID), SIGN1 (Debit/Credit Sign (+/-)).. 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: Not classified


SAP T872I 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 equity holdings adjustments RVERS_EECHAR3ALPHARVERS_GCTGVS
RASSCCompany ID of the investee RASSC_ASSCCHAR6T880ALPHARCOMP
RCOMPParent company ID RCOMP_PARNCHAR6T880ALPHARCOMPGCC
SIGN1Debit/Credit Sign (+/-) SIGNCHAR1SIGN
VAL01Earnings of affiliate for the period in local currency VLCUR_EARNCURR15(2) WERT8
VALG1Earnings of affiliate for the period in group currency VGCUR_EARNCURR15(2) WERT8
SIGN2Debit/Credit Sign (+/-) SIGNCHAR1SIGN
VAL02Dividend for the period in local currency VLCUR_DIVDCURR15(2) WERT8
VALG2Dividend for the period in group currency VGCUR_DIVDCURR15(2) WERT8
SIGN3Debit/Credit Sign (+/-) SIGNCHAR1SIGN
VAL03Currency translation differences in local currency VLCUR_CCDFCURR15(2) WERT8
VALG3Currency translation differences in group currency VGCUR_CCDFCURR15(2) WERT8

Key field Non-key field



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

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

SELECT SINGLE *
FROM T872I
INTO CORRESPONDING FIELDS OF WA_T872I
WHERE...

How to access SAP table T872I

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