Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

I_TranspOrdHasQtyDiscrepancy

DDL: I_TRANSPORDHASQTYDISCREPANCY Type: view BASIC Package: VDM_TM_BASIC

Indicator that Transportation Order has Discrepant Quantity

I_TranspOrdHasQtyDiscrepancy (Basic)

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

Supply Chain

I_TranspOrdHasQtyDiscrepancy is a Basic CDS View (Dimension) that provides data about "Indicator that Transportation Order has Discrepant Quantity" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field TranspOrdHasQtyDiscrepancy. It has 1 association to related views. Part of development package VDM_TM_BASIC.

SAP API Hub

CategoryBasic
StateDeprecated
Line of BusinessSupply Chain
Application ComponentTM-2CL
CapabilitiesData Source for Data Extraction,Analytical Dimension,Data Source for Defining CDS Entities,Association Target for Defining CDS Entities,Data Source in SQL Select,Data Provider for Value Help,Data Source for Search
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Not Released
PackageSupply Chain for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TranspOrdHasQtyDiscrepancyT _Text $projection.TranspOrdHasQtyDiscrepancy = _Text.TranspOrdHasQtyDiscrepancy

Annotations (18)

NameValueLevelField
EndUserText.label Indicator that Transportation Order has Discrepant Quantity view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
ObjectModel.representativeKey TranspOrdHasQtyDiscrepancy 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
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName IQTYDISCREPANCY view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.status #DEPRECATED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TranspOrdHasQtyDiscrepancy Occurrence of Quantity Discrepancy
_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_TranspOrdHasQtyDiscrepancy.
-- 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_TranspOrdHasQtyDiscrepancy AS
SELECT
  cast(substring(domvalue_l, 1, 1) as /scmtms/qty_discrepancy preserving type) AS TranspOrdHasQtyDiscrepancy
FROM dd07l
LEFT OUTER JOIN I_TranspOrdHasQtyDiscrepancyT AS _Text ON TranspOrdHasQtyDiscrepancy = _Text.TranspOrdHasQtyDiscrepancy  -- association [0..*]
;