TACE_ITEMTYPES
Assignment of Accrual Item Types to Posting Schemas
TACE_ITEMTYPES is an SAP database table in S/4HANA. Assignment of Accrual Item Types to Posting Schemas. It contains 12 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| V_TACE_ITEMTYPE_POST | view | inner | Accrual item types that perform postings |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | comp | ACE_COMP | Component | |||
| KEY | itemtype | ACE_ITEMTYPE | Accr Item Type | |||
| KEY | bukrs | BUKRS | Company Code | |||
| KEY | posting_type | ACE_TTYPE | Accr Trans Type | |||
| blart | BLART | Document Type | ||||
| posting_schema | FINS_POSTING_SCHEMA | Posting Schema | ||||
| xpost_delta | ACE_XPOST_DELTA_S4 | Post Deltas | ||||
| xpost_online | ACE_XPOST_ONLINE | Post Online | ||||
| xpost_periodic | ACE_XPOST_PERIODIC | Post Periodically | ||||
| rmvct | RMVCT | Transact. Type | ||||
| xinactive | ACE_XINACTIVE_TABLE_RECORD | Inactive |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Assignment of Accrual Item Types to Posting Schemas
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TACE_ITEMTYPES (
MANDT, -- Client [MANDT]
COMP, -- Component [ACE_COMP]
ITEMTYPE, -- Accr Item Type [ACE_ITEMTYPE]
BUKRS, -- Company Code [BUKRS]
POSTING_TYPE, -- Accr Trans Type [ACE_TTYPE]
BLART, -- Document Type [BLART]
POSTING_SCHEMA, -- Posting Schema [FINS_POSTING_SCHEMA]
XPOST_DELTA, -- Post Deltas [ACE_XPOST_DELTA_S4]
XPOST_ONLINE, -- Post Online [ACE_XPOST_ONLINE]
XPOST_PERIODIC, -- Post Periodically [ACE_XPOST_PERIODIC]
RMVCT, -- Transact. Type [RMVCT]
XINACTIVE, -- Inactive [ACE_XINACTIVE_TABLE_RECORD]
PRIMARY KEY (MANDT, COMP, ITEMTYPE, BUKRS, POSTING_TYPE)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA