TFACT_SET_PART
Fact Set Parts
TFACT_SET_PART is an SAP database table in S/4HANA. Fact Set Parts. It contains 8 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_PubSecFactTypeSetAssgmt | view | from | BASIC | Assignment Fact Types to Fact Set |
Fields (8)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | fact_set | PS_FACTS_SET | Fact Set | |||
| KEY | fact_type_seq | PS_FACT_TYPE_SEQ | Fact Type Sequence | |||
| fact_type | PS_FACT_TYPE | Fact Type | ||||
| mandatory | PS_XMAND | Mandatory | ||||
| multiple | PS_XMULT | Multiple Values | ||||
| time_dependant | PS_XTIME | Time-Dependent | ||||
| auth_group | PS_FACT_TYPE_BEGRU | Authorization Group |
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 Set Parts
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TFACT_SET_PART (
CLIENT, -- Client [MANDT]
FACT_SET, -- Fact Set [PS_FACTS_SET]
FACT_TYPE_SEQ, -- Fact Type Sequence [PS_FACT_TYPE_SEQ]
FACT_TYPE, -- Fact Type [PS_FACT_TYPE]
MANDATORY, -- Mandatory [PS_XMAND]
MULTIPLE, -- Multiple Values [PS_XMULT]
TIME_DEPENDANT, -- Time-Dependent [PS_XTIME]
AUTH_GROUP, -- Authorization Group [PS_FACT_TYPE_BEGRU]
PRIMARY KEY (CLIENT, FACT_SET, FACT_TYPE_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