TFACT_TYPE_PART
Fact Type Parts
TFACT_TYPE_PART is an SAP database table in S/4HANA. Fact Type Parts. It contains 10 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_PubSecFactCategoryTypeAssgmt | view | from | BASIC | Assignment Fact Categories to Fact Type |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | fact_type | PS_FACT_TYPE | Fact Type | |||
| KEY | fact_cat_seq | PS_FACT_CAT_SEQ | Fact Cat. Sequence | |||
| fact_category | PS_FACTCAT | Fact Category | ||||
| mandatory | PS_XMAND | Mandatory | ||||
| multiple | PS_XMULT | Multiple Values | ||||
| default_qual | PS_FACT_QUAL_DEFAULT | Default Qualif. | ||||
| display_func | PS_DISPLAY_FUNCNAME | Display Functn Mod. | ||||
| auth_group | PS_FACT_TYPE_BEGRU | Authorization Group | ||||
| self_reference | PS_FACT_SELF_REFERENCE | Self reference |
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.
-- Fact Type Parts
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TFACT_TYPE_PART (
CLIENT, -- Client [MANDT]
FACT_TYPE, -- Fact Type [PS_FACT_TYPE]
FACT_CAT_SEQ, -- Fact Cat. Sequence [PS_FACT_CAT_SEQ]
FACT_CATEGORY, -- Fact Category [PS_FACTCAT]
MANDATORY, -- Mandatory [PS_XMAND]
MULTIPLE, -- Multiple Values [PS_XMULT]
DEFAULT_QUAL, -- Default Qualif. [PS_FACT_QUAL_DEFAULT]
DISPLAY_FUNC, -- Display Functn Mod. [PS_DISPLAY_FUNCNAME]
AUTH_GROUP, -- Authorization Group [PS_FACT_TYPE_BEGRU]
SELF_REFERENCE, -- Self reference [PS_FACT_SELF_REFERENCE]
PRIMARY KEY (CLIENT, FACT_TYPE, FACT_CAT_SEQ)
);
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