TRACS_ADTL_COMMON SAP (Determination of Acct Assgmnt Reference - General Factors) Structure details

Dictionary Type: Structure
Description: Determination of Acct Assgmnt Reference - General Factors




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




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

TRACS_ADTL_COMMON is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Determination of Acct Assgmnt Reference - General Factors" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TRACS_ADTL_COMMON TYPE TRACS_ADTL_COMMON.

The TRACS_ADTL_COMMON table consists of various fields, each holding specific information or linking keys about Determination of Acct Assgmnt Reference - General Factors data available in SAP. These include VALUATION_AREA (Valuation Area), PRODUCT_CATEGORY (Product Category), PRODUCT_TYPE (Product Type), VALUATION_CLASS (Valuation Class).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TRACS_ADTL_COMMON structure 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
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
PRODUCT_CATEGORYProduct Category SANLFNUMC3TZAFVVSANLF
PRODUCT_TYPEProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4TRGC_VAL_CLASSTPM_VAL_CLASS
PORTFOLIOPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
AA_REFAccount Assignment Reference of Position Management TPM_AA_REFCHAR12TRACC_AA_REFTPM_AA_REFTRAC_AA_REF
GROUPING_11st Grouping Charact. for Acct Assignment Ref. Determination TPM_AA_REF_PAR1CHAR8TRACC_GROUPTPM_AA_REF_PARAMETER
GROUPING_22nd Grouping Charact. for Acct Assignment Ref. Determination TPM_AA_REF_PAR2CHAR8TRACC_GROUPTPM_AA_REF_PARAMETER
GROUPING_33rd Grouping Charact. for Acct Assignment Ref. Determination TPM_AA_REF_PAR3CHAR8TRACC_GROUPTPM_AA_REF_PARAMETER
GROUPING_44th Grouping Charact. for Acct Assignment Ref. Determination TPM_AA_REF_PAR4CHAR8TRACC_GROUPTPM_AA_REF_PARAMETER
GROUPING_55th Grouping Charact. for Acct Assignment Ref. Determination TPM_AA_REF_PAR5CHAR8TRACC_GROUPTPM_AA_REF_PARAMETER
GROUPING_66th Grouping Charact. for Acct Assignment Ref. Determination TPM_AA_REF_PAR6CHAR8TRACC_GROUPTPM_AA_REF_PARAMETER
GROUPING_77th Grouping Charact. for Acct Assignment Ref. Determination TPM_AA_REF_PAR7CHAR8TRACC_GROUPTPM_AA_REF_PARAMETER
GROUPING_88th Grouping Charact. for Acct Assignment Ref. Determination TPM_AA_REF_PAR8CHAR8TRACC_GROUPTPM_AA_REF_PARAMETER

Key field Non-key field



How do I retrieve data from SAP structure TRACS_ADTL_COMMON using ABAP code?

As TRACS_ADTL_COMMON is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TRACS_ADTL_COMMON as there is no data to select.

How to access SAP table TRACS_ADTL_COMMON

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