T872 SAP (Equity Holdings Adjustments) Table details

Dictionary Type: Table
Description: Equity Holdings Adjustments




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




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

T872 is a standard SAP Table which is used to store Equity Holdings Adjustments data and is available within R/3 SAP systems depending on the version and release level.

The T872 table consists of various fields, each holding specific information or linking keys about Equity Holdings Adjustments data available in SAP. These include LEDNR (Ledger), RVERS (Version for equity holdings adjustments), RASSC (Company ID of the investee), RCOMP (Parent company ID).. 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 T872 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
LEDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RVERSVersion for equity holdings adjustments RVERS_EECHAR3ALPHARVERS_GCTGVS
RASSCCompany ID of the investee RASSC_ASSCCHAR6T880ALPHARCOMP
RCOMPParent company ID RCOMP_PARNCHAR6T880ALPHARCOMPGCC
RYEARFiscal year RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod PERIODENUMC3NUM3GFP
SEQNRSequence number (2-digit) LC_SEQNR2CHAR2CHAR2
SIGN1Debit/Credit Sign (+/-) SIGNCHAR1SIGN
PLVLCEarnings of affiliate for the period in local currency VLCUR_EARNCURR15(2) WERT8
EXTY1Exchange rate indicator CUTYPCHAR1CUTYP
EXCH1Exchange rate KURSCNUMC9KURSC
IQERT1Exchange rate entered at indirect quotation LC_IQERTCHAR1X
PLVRCEarnings of affiliate for the period in group currency VGCUR_EARNCURR15(2) WERT8
SIGN2Debit/Credit Sign (+/-) SIGNCHAR1SIGN
DPRLCDividend for the period in local currency VLCUR_DIVDCURR15(2) WERT8
EXTY2Exchange rate indicator CUTYPCHAR1CUTYP
EXCH2Exchange rate KURSCNUMC9KURSC
IQERT2Exchange rate entered at indirect quotation LC_IQERTCHAR1X
DPRRCDividend for the period in group currency VGCUR_DIVDCURR15(2) WERT8
SIGN3Debit/Credit Sign (+/-) SIGNCHAR1SIGN
TRALCCurrency translation differences in local currency VLCUR_CCDFCURR15(2) WERT8
EXTY3Exchange rate indicator CUTYPCHAR1CUTYP
EXCH3Exchange rate KURSCNUMC9KURSC
IQERT3Exchange rate entered at indirect quotation LC_IQERTCHAR1X
TRARCCurrency translation differences in group currency VGCUR_CCDFCURR15(2) WERT8

Key field Non-key field



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

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

SELECT SINGLE *
FROM T872
INTO CORRESPONDING FIELDS OF WA_T872
WHERE...

How to access SAP table T872

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