TACE_COMP_SPEC SAP (Component-Specific Program Components) Table details

Dictionary Type: Table
Description: Component-Specific Program Components




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




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

TACE_COMP_SPEC is a standard SAP Table which is used to store Component-Specific Program Components data and is available within R/3 SAP systems depending on the version and release level.

The TACE_COMP_SPEC table consists of various fields, each holding specific information or linking keys about Component-Specific Program Components data available in SAP. These include COMP (Accrual Engine Application Component), INC_SEL_REFKEY (Include Name for Component-Specific RefKey Select Options), INC_SEL_RKEY_LDB (Include Name for Comp.-Spec. RefKey Select Options for LDB), INC_SEL_REFSUBKY (Include Name for Component-Specif. Ref_SubKey Select Options).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TACE_COMP_SPEC 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 MANDTCLNT3Assigned to domainMANDT
COMPAccrual Engine Application Component ACE_COMPCHAR4TACECOMPACE_COMPACE_COMP
INC_SEL_REFKEYInclude Name for Component-Specific RefKey Select Options ACE_INCL_SEL_SCREEN_REFKEYCHAR40PROGNAME
INC_SEL_RKEY_LDBInclude Name for Comp.-Spec. RefKey Select Options for LDB ACE_INCL_SEL_SCREEN_REFKEY_LDBCHAR40PROGNAME
INC_SEL_REFSUBKYInclude Name for Component-Specif. Ref_SubKey Select Options ACE_INCL_SEL_SCREEN_REF_SUBKEYCHAR40PROGNAME
INC_SEL_RSKY_LDInclude Name for Comp.-Spec. RefKey Select Options for LDB ACE_INCL_SEL_SCRN_REFSUBKY_LDBCHAR40PROGNAME
INC_SEL_SIMULATEInclude Name for Component Specific Simulation Parameters ACE_INCL_SEL_SCREEN_SIMU_PARAMCHAR40PROGNAME
INC_SEL_COMPInclude with Constant for Component ACE_INCL_SEL_COMPCHAR40PROGNAME
REP_PERIODIC_ACTReport Name for Periodic Posting ACE_PERIODIC_POST_REPORTCHAR40PROGNAME
REP_PERIODIC_SIMReport Name for Simulation of Periodic Accruals ACE_PERIODIC_SIMULATION_REPORTCHAR40PROGNAME
REP_PERIODIC_REVReport Name for Reversing Periodic Accrual Runs ACE_PERIODIC_REVERSAL_REPORTCHAR40PROGNAME
REP_2ACC_TRANSFRReport Name for Transferral of Postings to Accounting ACE_POST_2_ACC_TRANSFER_REPORTCHAR40PROGNAME
REP_ACEFI_RECONCReport Name for ACE/FI Reconciliation ACE_RECONCILE_ACE_FI_REPORTCHAR40PROGNAME
REP_TREE_PRESELReport Name for Selection of Basic Data for Manual Maint. ACE_TREE_PRESEL_REPORTCHAR40PROGNAME
REP_CARRY_FORWRDReport Name for Balance Carryforward in Accrual Engine ACE_CARRY_FORWARD_REPORTCHAR40PROGNAME
REP_ARCHIV_PREPReport Name for Archiving Preparation Run ACE_ARCHIVING_PREPARE_REPORTCHAR40PROGNAME
REP_LINEITM_DISPName for Component-Specific Line Item Report ACE_LINE_ITEM_REPORT_NAMECHAR40PROGNAME
PRG_REFKEY_SUBSCProgram That Contains Subscreen with REF_KEY Fields ACE_REFKEY_SUBSCREEN_REPIDCHAR40PROGNAME
REFKEY_SUBSC_NRSubcreen Number for REF_KEY Fields ACE_REFKEY_SUBSCREEN_NUMBERNUMC4DYNPRONR
PRG_RFSBKY_SUBSCProgram that Contains Subscreen with REF_SUBKEY Fields ACE_REF_SUBKEY_SUBSCREEN_REPIDCHAR40PROGNAME
RFSBKY_SUBSC_NRSubcreen Number for REF_KEY Fields ACE_REF_SUBKEY_SUBSCREEN_NMBERNUMC4DYNPRONR
PRG_PARAMS_SUBSCProgram that Contains Subscreen for Parameters ACE_PARAMS_SUBSCREEN_REPIDCHAR40PROGNAME
PARAMS_SUBSC_NRNumber of Subscreen for Parameters ACE_PARAMS_SUBSCREEN_NUMBERNUMC4DYNPRONR
PRG_ASSGMT_SUBSCProgram That Contains a Subscreen with Account Assgmt Fields ACE_ASSGMT_SUBSCREEN_REPIDCHAR40PROGNAME
ASSGMT_SUBSC_NRNumber of the Subscreen for Account Assignment Fields ACE_ASSGMT_SUBSCREEN_NMBERNUMC4DYNPRONR
PRG_ACCNTS_SUBSCProgram with Subscreen for General Ledger Accounts ACE_ACCOUNT_SUBSCREEN_REPIDCHAR40PROGNAME
ACCNTS_SUBSC_NRNumber of Subscreen for Accounts ACE_ACCOUNT_SUBSCREEN_NMBERNUMC4DYNPRONR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TACE_COMP_SPEC
INTO CORRESPONDING FIELDS OF WA_TACE_COMP_SPEC
WHERE...

How to access SAP table TACE_COMP_SPEC

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