TRGC_TAC_VA SAP (Assignment of Accounting Code to Valuation Area) Table details

Dictionary Type: Table
Description: Assignment of Accounting Code to Valuation Area




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




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

TRGC_TAC_VA is a standard SAP Table which is used to store Assignment of Accounting Code to Valuation Area data and is available within R/3 SAP systems depending on the version and release level.

The TRGC_TAC_VA table consists of various fields, each holding specific information or linking keys about Assignment of Accounting Code to Valuation Area data available in SAP. These include TR_ACC_CODE (Accounting Code), VALUATION_AREA (Valuation Area), VALUATION_CURR (Valuation Currency), LEDGER_SELECTION (Accounting Ledger Selection).. 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: Can be enhanced (character-type or numeric)


SAP TRGC_TAC_VA 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
TR_ACC_CODEAccounting Code TPM_ACC_CODECHAR4TRGC_TR_ACC_CODETPM_ACC_CODETPM_TACTRG_ACC_CODE
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_CURRValuation Currency TPM_VALUATION_CURRCUKY5TCURCWAERS
LEDGER_SELECTIONAccounting Ledger Selection TPM_LEDGER_SELECTIONINT13TPM_LEDGER_SELECTION
SPECIAL_LEDGERLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RATE_CATExchange Rate Type KURST_CURRCHAR4TCURVKURST
LEDGER_CATEGORYCategory for FI Update TPM_LEDGER_CATEGORYINT13TPM_LEDGER_CATEGORY
ACC_PRINCIPLEAccounting Principle ACCOUNTING_PRINCIPLECHAR4TACC_PRINCIPLEACCOUNTING_PRINCIPLEACCOUNTING_PRINCIPLE
SRC_VAR_SECSource Valuation Area for Initializing Securities TPM_SRC_VAR_SECCHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
CURR_TYPECurrency Type and Valuation View CURTPCHAR2CURTP
TRANSL_CATCurrency Translation Control TPM_TRANSL_CATCHAR1TPM_TRANSL_CAT
DBT_APLANDerive Transaction Update Period in Years DBTAPLANNUMC2NUM02
DBT_MPLANDerive Transaction Update Period in Months DBTMPLANNUMC2NUM02

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRGC_TAC_VA
INTO CORRESPONDING FIELDS OF WA_TRGC_TAC_VA
WHERE...

How to access SAP table TRGC_TAC_VA

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