I_TranspOrdShippingType_2

DDL: I_TRANSPORDSHIPPINGTYPE_2 Type: view_entity BASIC Package: VDM_TM_BASIC

Transportation Order Shipping Type

I_TranspOrdShippingType_2 (Basic)

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

TranspOrderShippingType · Supply Chain

I_TranspOrdShippingType_2 is a Basic CDS View (Dimension) that provides data about "Transportation Order Shipping Type" in SAP S/4HANA. It reads from 1 data source (/scmtms/c_shtyp) and exposes 2 fields with key field TranspOrdShippingType. It has 1 association to related views. Part of development package VDM_TM_BASIC.

SAP API Hub

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

Documentation

Data Sources (1)

SourceAliasJoin Type
/scmtms/c_shtyp /scmtms/c_shtyp from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TranspOrdShippingTypeT_2 _Text

Annotations (15)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Consumption.ranked true view
EndUserText.label Transportation Order Shipping Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey TranspOrdShippingType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
ObjectModel.sapObjectNodeType.name TranspOrderShippingType view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TranspOrdShippingType shipping_type Shipping Type
_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_TranspOrdShippingType_2.
-- 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_TranspOrdShippingType_2 AS
SELECT
  shipping_type AS TranspOrdShippingType
FROM /scmtms/c_shtyp
LEFT OUTER JOIN I_TranspOrdShippingTypeT_2 AS _Text ON /* condition not available in parsed metadata */  -- association [0..*]
;