DDFTX
Laufzeitobjekt mit Screen-Painter-Texten
DDFTX is an SAP database table in S/4HANA. Laufzeitobjekt mit Screen-Painter-Texten. It contains 15 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ChangeDocFieldText | view | from | BASIC | Text für Feldnamen |
Fields (15)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | tabname | tabname | Table Name | |||
| KEY | fieldname | fieldname | Field Name | |||
| KEY | ddlanguage | ddlanguage | Lang. | |||
| position | tabfdpos | Table position | ||||
| domname | domname | Domain | ||||
| rollname | rollname | Data Element | ||||
| scrlen1 | scrlen_s | ShortFieldLabelLen | ||||
| scrlen2 | scrlen_m | Med.FieldLabelLen. | ||||
| scrlen3 | scrlen_l | LongFieldLabelLen. | ||||
| headlen | headlen | Header | ||||
| scrtext_s | scrtext_s | ShortFieldLabel | ||||
| scrtext_m | scrtext_m | Medium Label | ||||
| scrtext_l | scrtext_l | Long Fld Label | ||||
| reptext | reptext | Heading | ||||
| fieldtext | as4text | Short Description |
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.
-- Laufzeitobjekt mit Screen-Painter-Texten
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DDFTX (
TABNAME, -- Table Name [tabname]
FIELDNAME, -- Field Name [fieldname]
DDLANGUAGE, -- Lang. [ddlanguage]
POSITION, -- Table position [tabfdpos]
DOMNAME, -- Domain [domname]
ROLLNAME, -- Data Element [rollname]
SCRLEN1, -- ShortFieldLabelLen [scrlen_s]
SCRLEN2, -- Med.FieldLabelLen. [scrlen_m]
SCRLEN3, -- LongFieldLabelLen. [scrlen_l]
HEADLEN, -- Header [headlen]
SCRTEXT_S, -- ShortFieldLabel [scrtext_s]
SCRTEXT_M, -- Medium Label [scrtext_m]
SCRTEXT_L, -- Long Fld Label [scrtext_l]
REPTEXT, -- Heading [reptext]
FIELDTEXT, -- Short Description [as4text]
PRIMARY KEY (TABNAME, FIELDNAME, DDLANGUAGE)
);
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