C_SrcgProjQtnAllwdShipgInstrTP

DDL: C_SRCGPROJQTNALLWDSHIPGINSTRTP Type: view_entity CONSUMPTION

Allwd Shipg Instrn in Srcg Proj Qtn - TP

C_SrcgProjQtnAllwdShipgInstrTP is a Consumption CDS View that provides data about "Allwd Shipg Instrn in Srcg Proj Qtn - TP" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjQtnAllwdShipgInstrTP) and exposes 7 fields with key field SrcgQtnAllwdShipgInstrnUUID.

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjQtnAllwdShipgInstrTP R_SrcgProjQtnAllwdShipgInstrTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
EndUserText.label Allwd Shipg Instrn in Srcg Proj Qtn - TP view
ObjectModel.representativeKey SrcgQtnAllwdShipgInstrnUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
Metadata.allowExtensions true 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 C_SrcgProjQtnAllwdShipgInstrTP.
-- 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_SrcgProjQtnAllwdShipgInstrTP AS
SELECT
  SrcgQtnAllwdShipgInstrnUUID,
  SrcgProjQtnItmShipgInstrnUUID,
  SourcingProjectQuotationUUID,
  Plant,
  ShippingInstruction,
  CompanyCode,
  ProcurementHubSourceSystem
FROM R_SrcgProjQtnAllwdShipgInstrTP
;