SIT2_RT_FLDINFO
Cache DDIC Information of Structures
SIT2_RT_FLDINFO is an SAP database table in S/4HANA. Cache DDIC Information of Structures. It contains 19 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_Sitn2RtmeFldInfo | view_entity | from | BASIC | Cache DDIC Information of Structures |
Fields (19)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | tabname | tabname | Table Name | |||
| KEY | fieldname | fieldname | Field Name | |||
| KEY | langu | ddlanguage | Lang. | |||
| lastmodified | tzntstmps | Time Stamp | ||||
| domname | domname | Domain | ||||
| rollname | rollname | Data Element | ||||
| leng | ddleng | No. of Characters | ||||
| intlen | intlen | Internal Length | ||||
| outputlen | outputlen | Output Length | ||||
| decimals | decimals | Decimal Places | ||||
| datatype | dynptype | Data Type | ||||
| inttype | inttype | ABAP type | ||||
| fieldtext | as4text | Short Description | ||||
| scrtext_s | scrtext_s | ShortFieldLabel | ||||
| scrtext_m | scrtext_m | Medium Label | ||||
| scrtext_l | scrtext_l | Long Fld Label | ||||
| edmtype | sit2_de_inst_attr_edm_type | Attribute EDM Type | ||||
| convexit | convexit | Convers. Rout. | ||||
| lowercase | bool | Link |
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.
-- Cache DDIC Information of Structures
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SIT2_RT_FLDINFO (
TABNAME, -- Table Name [tabname]
FIELDNAME, -- Field Name [fieldname]
LANGU, -- Lang. [ddlanguage]
LASTMODIFIED, -- Time Stamp [tzntstmps]
DOMNAME, -- Domain [domname]
ROLLNAME, -- Data Element [rollname]
LENG, -- No. of Characters [ddleng]
INTLEN, -- Internal Length [intlen]
OUTPUTLEN, -- Output Length [outputlen]
DECIMALS, -- Decimal Places [decimals]
DATATYPE, -- Data Type [dynptype]
INTTYPE, -- ABAP type [inttype]
FIELDTEXT, -- Short Description [as4text]
SCRTEXT_S, -- ShortFieldLabel [scrtext_s]
SCRTEXT_M, -- Medium Label [scrtext_m]
SCRTEXT_L, -- Long Fld Label [scrtext_l]
EDMTYPE, -- Attribute EDM Type [sit2_de_inst_attr_edm_type]
CONVEXIT, -- Convers. Rout. [convexit]
LOWERCASE, -- Link [bool]
PRIMARY KEY (TABNAME, FIELDNAME, LANGU)
);
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