C_SrcgProjItmShipgInstrnTP

DDL: C_SRCGPROJITMSHIPGINSTRNTP Type: view_entity CONSUMPTION

Shipping Instrn for Srcg Proj Itm - TP

C_SrcgProjItmShipgInstrnTP is a Consumption CDS View that provides data about "Shipping Instrn for Srcg Proj Itm - TP" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjItmShipgInstrnTP) and exposes 13 fields with key field SrcgProjItemShippingInstrUUID.

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjItmShipgInstrnTP R_SrcgProjItmShipgInstrnTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view
ObjectModel.representativeKey SrcgProjItemShippingInstrUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Shipping Instrn for Srcg Proj Itm - TP view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjItemShippingInstrUUID SrcgProjItemShippingInstrUUID Shipping Instructions UUID
SourcingProjectItemUUID SourcingProjectItemUUID Item UUID
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
Plant Plant Valuation Area
PlantName _BackendPlantForPurg PlantName Plant Name
ShippingInstruction ShippingInstruction Shipping Instr.
ShippingInstructionNamelocalized
CompanyCode CompanyCode Receiver Company Code
ProcurementHubSourceSystem ProcurementHubSourceSystem Connected System ID
SourcingOrigin SourcingOrigin Sourcing Origin
SrcgProjSourcingOriginTextlocalized
SourcingScenario SourcingScenario Integration Scenario
SrcgProjSourcingScenarioTextlocalized

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_SrcgProjItmShipgInstrnTP.
-- 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_SrcgProjItmShipgInstrnTP AS
SELECT
  SrcgProjItemShippingInstrUUID,
  SourcingProjectItemUUID,
  SourcingProjectUUID,
  Plant,
  _BackendPlantForPurg.PlantName AS PlantName,
  ShippingInstruction,
  _ShippingInstructionText.ShippingInstructionName : localized AS ShippingInstructionNamelocalized,
  CompanyCode,
  ProcurementHubSourceSystem,
  SourcingOrigin,
  _SrcgProjSourcingOriginText.SrcgProjSourcingOriginText : localized AS SrcgProjSourcingOriginTextlocalized,
  SourcingScenario,
  _SrcgProjSourcingScenarioText.SrcgProjSourcingScenarioText : localized AS SrcgProjSourcingScenarioTextlocalized
FROM R_SrcgProjItmShipgInstrnTP
;