A_SrcgProjQtnItmShipgInstrn

DDL: A_SRCGPROJQTNITMSHIPGINSTRN Type: view_entity CONSUMPTION

Shipping Instructions for Item

A_SrcgProjQtnItmShipgInstrn is a Consumption CDS View that provides data about "Shipping Instructions for Item" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjQtnItmShipgInstrnTP) and exposes 7 fields with key field SrcgProjQtnItmShipgInstrnUUID. It is exposed through 1 OData service (API_SOURCINGPROJECTQUOTATION).

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjQtnItmShipgInstrnTP R_SrcgProjQtnItmShipgInstrnTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SrcgProjQtnItmShipgInstrnUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Shipping Instructions for Item view
OData.entityType.name SrcgProjQtnItmShipgInstrn_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_SOURCINGPROJECTQUOTATION API_SRCGPROJQUOTATION V4 C2 C1

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjQtnItmShipgInstrnUUID SrcgProjQtnItmShipgInstrnUUID Shipping Instruction UUID
SourcingProjectQuotationUUID SourcingProjectQuotationUUID Supplier Quotation UUID
SrcgProjQtnItemUUID SrcgProjQtnItemUUID Supplier Quotation Item 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 A_SrcgProjQtnItmShipgInstrn.
-- 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 A_SrcgProjQtnItmShipgInstrn AS
SELECT
  SrcgProjQtnItmShipgInstrnUUID,
  SourcingProjectQuotationUUID,
  SrcgProjQtnItemUUID,
  Plant,
  ShippingInstruction,
  CompanyCode,
  ProcurementHubSourceSystem
FROM R_SrcgProjQtnItmShipgInstrnTP
;