I_PCF_Technical_Field_Type

DDL: I_PCF_TECHNICAL_FIELD_TYPE Type: view_entity

Predefined Fields: Technical Field Type

I_PCF_Technical_Field_Type is a CDS View that provides data about "Predefined Fields: Technical Field Type" in SAP S/4HANA. It reads from 1 data source (P_PCF_Domain_Value) and exposes 3 fields with key field Code.

Data Sources (1)

SourceAliasJoin Type
P_PCF_Domain_Value P_PCF_Domain_Value from

Annotations (2)

NameValueLevelField
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Predefined Fields: Technical Field Type view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Code Code Water Hazard Cl.
Name Name Zone name
_Text _Text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_PCF_Technical_Field_Type.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_PCF_Technical_Field_Type AS
SELECT
  Code,
  Name
FROM P_PCF_Domain_Value
;