TACE001T SAP (Texts for Company Codes in the Accrual Engine) Table details

Dictionary Type: Table
Description: Texts for Company Codes in the Accrual Engine




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




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

TACE001T is a standard SAP Table which is used to store Texts for Company Codes in the Accrual Engine data and is available within R/3 SAP systems depending on the version and release level.

The TACE001T table consists of various fields, each holding specific information or linking keys about Texts for Company Codes in the Accrual Engine data available in SAP. These include LANGU (Language Key), COMP (Accrual Engine Application Component), BUKRS (Company Code), TEXT (Description within the Accrual Engine).. 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)

Text table for: TACE001


SAP TACE001T 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
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
COMPAccrual Engine Application Component ACE_COMPCHAR4TACECOMPACE_COMPACE_COMP
BUKRSCompany Code ACE_BUKRSCHAR4TACE001ACE_BUKRSACE_BUKRSACE_BUKRS
TEXTDescription within the Accrual Engine ACE_BUKRS_TEXTCHAR70ACE_BUKRS_TEXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TACE001T
INTO CORRESPONDING FIELDS OF WA_TACE001T
WHERE...

How to access SAP table TACE001T

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