I_OIL_ShipmentTypeVH

DDL: I_OIL_SHIPMENTTYPEVH Type: view_entity BASIC

Shipment Types

I_OIL_ShipmentTypeVH is a Basic CDS View that provides data about "Shipment Types" in SAP S/4HANA. It reads from 1 data source (tvtk) and exposes 1 field with key field TransportSystemShipmentType.

Data Sources (1)

SourceAliasJoin Type
tvtk tvtk from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.entityBuffer.definitionAllowed true view
EndUserText.label Shipment Types view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey TransportSystemShipmentType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY TransportSystemShipmentType shtyp Single-Character Flag

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_OIL_ShipmentTypeVH.
-- 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_OIL_ShipmentTypeVH AS
SELECT
  shtyp AS TransportSystemShipmentType
FROM tvtk
;