I_FrtDsputCaseItemCatztn

DDL: I_FRTDSPUTCASEITEMCATZTN Type: view_entity BASIC

Freight Dispute Case Item Charge Category

I_FrtDsputCaseItemCatztn (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Supply Chain

I_FrtDsputCaseItemCatztn is a Basic CDS View (Dimension) that provides data about "Freight Dispute Case Item Charge Category" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field FrtDsputCaseItemChargeCategory. It has 1 association to related views.

SAP API Hub

StateC1
Line of BusinessSupply Chain
Application ComponentTM-CF
CapabilitiesData Source for Defining CDS Entities, Analytical Dimension, Data Source for Data Extraction, Association Target for Defining CDS Entities, Data Source for Search, Data Provider for Value Help
PackageSupply Chain for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FrtDsputCaseItemCatztnText _Text $projection.FrtDsputCaseItemChargeCategory = _Text.FrtDsputCaseItemChargeCategory

Annotations (12)

NameValueLevelField
EndUserText.label Freight Dispute Case Item Charge Category view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view
ObjectModel.representativeKey FrtDsputCaseItemChargeCategory view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FrtDsputCaseItemChargeCategory Freight Dispute Case Item Charge Category
_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_FrtDsputCaseItemCatztn.
-- 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_FrtDsputCaseItemCatztn AS
SELECT
  cast(substring(domvalue_l, 1, 2) as /scmtms/vdm_frt_dsp_itm_cc preserving type) AS FrtDsputCaseItemChargeCategory
FROM dd07l
LEFT OUTER JOIN I_FrtDsputCaseItemCatztnText AS _Text ON FrtDsputCaseItemChargeCategory = _Text.FrtDsputCaseItemChargeCategory  -- association [0..*]
;