T874 SAP (Elimination of hidden reserves) Table details

Dictionary Type: Table
Description: Elimination of hidden reserves




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




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

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

The T874 table consists of various fields, each holding specific information or linking keys about Elimination of hidden reserves data available in SAP. These include LEDNR (Ledger), RVERS (Version for hidden reserves), RSUBD (Subgroup), RCOMP (Company).. 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 T874 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 hidden reserves RVERS_HRCHAR3ALPHARVERS_GCTGVS
RSUBDSubgroup RSUBDCHAR3T852RSUBDGSG
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
RASSCCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
ITEMConsolidation item RITEMCHAR10T854ALPHARITEMH_T854
SITEMSubitem SITEMCHAR4CHAR4
FYEARYear of amortization of goodwill/hidden reserves RYEAR_RVNUMC4GJAHRGJAHRGFY
FPERIPeriod of amortization of goodwill and hidden reserves PERIOD_RVNUMC2NUM2
CYEARFiscal year RYEARNUMC4GJAHRGJAHRGFY
CPERIPeriod PERIODENUMC3NUM3GFP
DEPRLLife of depreciation (amortization) in years DEPRLNUMC3NUM3
DEPMOLife of depreciation (amortization) in months DEPRMNUMC3NUM3
DEPRTDepreciation method DEPRTCHAR1DEPRT
DEPRPDepreciation percentage rate AFPROZDEC7(4) AFPROZ
ADDVLAcquisition value in reporting currency VGCUR_BBCURR15(2) WERT8
BBKVLBeginning book value in group currency VGCUR_NBVCURR15(2) WERT8
NDEPROrdinary depreciation in group currency VGCUR_OAMCURR15(2) WERT8
SDEPRSpecial amortization in reporting currency VGCUR_SAMCURR15(2) WERT8
ZUSCHWrite-up in group currency VGCUR_WUCURR15(2) WERT8
ABGANAsset retirement in group currency VGCUR_ARCURR15(2) WERT8
EBKVLNet book value in group currency VGCUR_YEBCURR15(2) WERT8
SIGNSign for goodwill/hidden reserves SIGN_GWHRCHAR1SIGN
DEPRMDepreciable (amortizable) life for first year in months DEPRMFYNUMC2NUM2

Key field Non-key field



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

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

SELECT SINGLE *
FROM T874
INTO CORRESPONDING FIELDS OF WA_T874
WHERE...

How to access SAP table T874

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