I_FrtDsputCaseVersion

DDL: I_FRTDSPUTCASEVERSION Type: view_entity BASIC

Freight Dispute Case Version

I_FrtDsputCaseVersion (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_FrtDsputCaseVersion is a Basic CDS View (Dimension) that provides data about "Freight Dispute Case Version" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field FrtDsputCaseVersion. 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_FrtDsputCaseVersionText _Text $projection.FrtDsputCaseVersion = _Text.FrtDsputCaseVersion

Annotations (12)

NameValueLevelField
EndUserText.label Freight Dispute Case Version view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view
ObjectModel.representativeKey FrtDsputCaseVersion 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 FrtDsputCaseVersion Freight Dispute Case Version
_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_FrtDsputCaseVersion.
-- 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_FrtDsputCaseVersion AS
SELECT
  cast(substring(domvalue_l, 1, 3) as /scmtms/vdm_inv_disp_version preserving type) AS FrtDsputCaseVersion
FROM dd07l
LEFT OUTER JOIN I_FrtDsputCaseVersionText AS _Text ON FrtDsputCaseVersion = _Text.FrtDsputCaseVersion  -- association [0..*]
;