C_SvPaTranspLaneSOSVersionTP

DDL: C_SVPATRANSPLANESOSVERSIONTP Type: view_entity CONSUMPTION

Service Parts TL SOS Version Maintenance

C_SvPaTranspLaneSOSVersionTP is a Consumption CDS View that provides data about "Service Parts TL SOS Version Maintenance" in SAP S/4HANA. It reads from 1 data source (R_SvPaTranspLaneSOSVersionTP) and exposes 56 fields with key fields SCMSourceOfSupplyUUID, PlanningVersionUUID.

Data Sources (1)

SourceAliasJoin Type
R_SvPaTranspLaneSOSVersionTP R_SvPaTranspLaneSOSVersionTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label Service Parts TL SOS Version Maintenance view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
Metadata.allowExtensions true view

Fields (56)

KeyFieldSource TableSource FieldDescription
KEY SCMSourceOfSupplyUUID SCMSourceOfSupplyUUID
KEY PlanningVersionUUID PlanningVersionUUID Plan Version
PlanningVersionExternal PlanningVersionExternal
PlanningVersionName PlanningVersionName
StartLocationUUID StartLocationUUID
StartLocation StartLocation
StartLocationDescription _StartLocationText LocationDescription Current Location
DestinationLocationUUID DestinationLocationUUID
DestinationLocation DestinationLocation
DestinationLocationDescription _DestinationLocationText LocationDescription Current Location
ProductUUID22 ProductUUID22
Product Product Product Sold
ProductName _ProductText ProductName Description
PlanningModel PlanningModel
PlanningModelName _PlanningModelText PlanningModelName
SOSProductionDuration SOSProductionDuration
SOSProductionDurationIsUsed SOSProductionDurationIsUsed
SOSSupplierShutdownProfile SOSSupplierShutdownProfile
SOSSupplierShutdownProfileName _ShutdownProfileText SOSSupplierShutdownProfileName
SOSSuplrShutdownProfileIsUsed SOSSuplrShutdownProfileIsUsed
SOSSynczStrtGdsRcptCalendar SOSSynczStrtGdsRcptCalendar
SOSSynczStrtGdsRcptCalIsUsed SOSSynczStrtGdsRcptCalIsUsed
SOSDynamicFreezeHorizonDate SOSDynamicFreezeHorizonDate
SOSDynFreezeHorizonDateIsUsed SOSDynFreezeHorizonDateIsUsed
SOSUnsrvcblProductsOrderType SOSUnsrvcblProductsOrderType
SOSUnsrvcblProdsOrderTypeText _ProdsOrdTypeText SOSUnsrvcblProdsOrderTypeText
SOSUnsrvcblProdsOrdTypeIsUsed SOSUnsrvcblProdsOrdTypeIsUsed
SourceOfSupplyBlocking SourceOfSupplyBlocking
SourceOfSupplyBlockingName _SOSBlkgCodeText SourceOfSupplyBlockingName
SourceOfSupplyBlockingIsUsed SourceOfSupplyBlockingIsUsed
SOSMinimumLotSizeQuantityVal SOSMinimumLotSizeQuantityVal
SOSMinLotSizeQtyValueIsUsed SOSMinLotSizeQtyValueIsUsed
SOSMaximumLotSizeQuantityVal SOSMaximumLotSizeQuantityVal
SOSMaxLotSizeQtyValueIsUsed SOSMaxLotSizeQtyValueIsUsed
LocProdProcurementCostValue LocProdProcurementCostValue
LocProdProcmtCostValueIsUsed LocProdProcmtCostValueIsUsed
DistributionPriorityVal DistributionPriorityVal
SOSDistrPriorityValueIsUsed SOSDistrPriorityValueIsUsed
SourceOfSupplyCostFunction SourceOfSupplyCostFunction
SourceOfSupplyCostFunctionCode SourceOfSupplyCostFunctionCode
SourceOfSupplyCostFunctionText _SOSCostFunctionText SourceOfSupplyCostFunctionText
SOSCostFunctionIsUsed SOSCostFunctionIsUsed
SOSProcurementPriorityVal SOSProcurementPriorityVal
SOSProcmtPriorityValueIsUsed SOSProcmtPriorityValueIsUsed
SOSProcurementPullDuration SOSProcurementPullDuration
SOSProcmtPullDurationIsUsed SOSProcmtPullDurationIsUsed
SOSProcurementPushDuration SOSProcurementPushDuration
SOSProcmtPushDurationIsUsed SOSProcmtPushDurationIsUsed
SOSStockTransferPullDuration SOSStockTransferPullDuration
SOSStkTransfPullDurationIsUsed SOSStkTransfPullDurationIsUsed
SOSStockTransferPushDuration SOSStockTransferPushDuration
SOSStkTransfPushDurationIsUsed SOSStkTransfPushDurationIsUsed
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Purpose Completed
SrvcPrtsIsSimlnPlngVersData SrvcPrtsIsSimlnPlngVersData
SrvcPrtsSimlnPlngVersDtaIndTxt _PlngVersDataInd SrvcPrtsSimlnPlngVersDtaIndTxt
AuthorizationGroup AuthorizationGroup AuthorizGroup

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 C_SvPaTranspLaneSOSVersionTP.
-- 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 C_SvPaTranspLaneSOSVersionTP AS
SELECT
  SCMSourceOfSupplyUUID,
  PlanningVersionUUID,
  PlanningVersionExternal,
  PlanningVersionName,
  StartLocationUUID,
  StartLocation,
  _StartLocationText.LocationDescription AS StartLocationDescription,
  DestinationLocationUUID,
  DestinationLocation,
  _DestinationLocationText.LocationDescription AS DestinationLocationDescription,
  ProductUUID22,
  Product,
  _ProductText.ProductName AS ProductName,
  PlanningModel,
  _PlanningModelText.PlanningModelName AS PlanningModelName,
  SOSProductionDuration,
  SOSProductionDurationIsUsed,
  SOSSupplierShutdownProfile,
  _ShutdownProfileText.SOSSupplierShutdownProfileName AS SOSSupplierShutdownProfileName,
  SOSSuplrShutdownProfileIsUsed,
  SOSSynczStrtGdsRcptCalendar,
  SOSSynczStrtGdsRcptCalIsUsed,
  SOSDynamicFreezeHorizonDate,
  SOSDynFreezeHorizonDateIsUsed,
  SOSUnsrvcblProductsOrderType,
  _ProdsOrdTypeText.SOSUnsrvcblProdsOrderTypeText AS SOSUnsrvcblProdsOrderTypeText,
  SOSUnsrvcblProdsOrdTypeIsUsed,
  SourceOfSupplyBlocking,
  _SOSBlkgCodeText.SourceOfSupplyBlockingName AS SourceOfSupplyBlockingName,
  SourceOfSupplyBlockingIsUsed,
  SOSMinimumLotSizeQuantityVal,
  SOSMinLotSizeQtyValueIsUsed,
  SOSMaximumLotSizeQuantityVal,
  SOSMaxLotSizeQtyValueIsUsed,
  LocProdProcurementCostValue,
  LocProdProcmtCostValueIsUsed,
  DistributionPriorityVal,
  SOSDistrPriorityValueIsUsed,
  SourceOfSupplyCostFunction,
  SourceOfSupplyCostFunctionCode,
  _SOSCostFunctionText.SourceOfSupplyCostFunctionText AS SourceOfSupplyCostFunctionText,
  SOSCostFunctionIsUsed,
  SOSProcurementPriorityVal,
  SOSProcmtPriorityValueIsUsed,
  SOSProcurementPullDuration,
  SOSProcmtPullDurationIsUsed,
  SOSProcurementPushDuration,
  SOSProcmtPushDurationIsUsed,
  SOSStockTransferPullDuration,
  SOSStkTransfPullDurationIsUsed,
  SOSStockTransferPushDuration,
  SOSStkTransfPushDurationIsUsed,
  IsBusinessPurposeCompleted,
  SrvcPrtsIsSimlnPlngVersData,
  _PlngVersDataInd.SrvcPrtsSimlnPlngVersDtaIndTxt AS SrvcPrtsSimlnPlngVersDtaIndTxt,
  AuthorizationGroup
FROM R_SvPaTranspLaneSOSVersionTP
;