I_SrcgProjQtnAllwdShipgInstrVH

DDL: I_SRCGPROJQTNALLWDSHIPGINSTRVH Type: view_entity BASIC

Allwd Shipg Instrn in SPQtn - Draft

I_SrcgProjQtnAllwdShipgInstrVH is a Basic CDS View that provides data about "Allwd Shipg Instrn in SPQtn - Draft" in SAP S/4HANA. It reads from 1 data source (mmspqtnalwspin_d) and exposes 7 fields with key field SrcgQtnAllwdShipgInstrnUUID.

Data Sources (1)

SourceAliasJoin Type
mmspqtnalwspin_d mmspqtnalwspin_d from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.technicalName ISPQTNALWSPINVH view
ObjectModel.representativeKey SrcgQtnAllwdShipgInstrnUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #BASIC view
EndUserText.label Allwd Shipg Instrn in SPQtn - Draft view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SrcgQtnAllwdShipgInstrnUUID srcgqtnallwdshipginstrnuuid Allowed Shipping Instruction UUID
SrcgProjQtnItmShipgInstrnUUID srcgprojqtnitmshipginstrnuuid Shipping Instruction UUID
SourcingProjectQuotationUUID sourcingprojectquotationuuid Supplier Quotation UUID
Plant plant Valuation Area
ShippingInstruction shippinginstruction Shipping Instr.
CompanyCode companycode Receiver Company Code
ProcurementHubSourceSystem procurementhubsourcesystem Connected System ID

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_SrcgProjQtnAllwdShipgInstrVH.
-- 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_SrcgProjQtnAllwdShipgInstrVH AS
SELECT
  SrcgQtnAllwdShipgInstrnUUID,
  SrcgProjQtnItmShipgInstrnUUID,
  SourcingProjectQuotationUUID,
  Plant,
  ShippingInstruction,
  CompanyCode,
  ProcurementHubSourceSystem
FROM mmspqtnalwspin_d
;