A_ACMNominationDelivAssgmt

DDL: A_ACMNOMINATIONDELIVASSGMT Type: view_entity CONSUMPTION

ACM Nomination Delivery Entity

A_ACMNominationDelivAssgmt is a Consumption CDS View that provides data about "ACM Nomination Delivery Entity" in SAP S/4HANA. It reads from 1 data source (R_ACMNominationDelivAssgmtTP) and exposes 11 fields with key fields NominationKey, NominationDocItem, LoadDataCaptureObjId.

Data Sources (1)

SourceAliasJoin Type
R_ACMNominationDelivAssgmtTP R_ACMNominationDelivAssgmtTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name ACMNomDelivAssgt_Type view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label ACM Nomination Delivery Entity view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY NominationKey NominationKey
KEY NominationDocItem NominationDocItem Nom. key item
KEY LoadDataCaptureObjId LoadDataCaptureObjId
LoadDataCaptureApplInstruction LoadDataCaptureApplInstruction
ACMDeliveredQuantity ACMDeliveredQuantity
ACMDeliveredUoM ACMDeliveredUoM
ACMReferenceDocument2 ACMReferenceDocument2
ACMOverFillTotalQuantity ACMOverFillTotalQuantity
ACMUnderFillTotalQuantity ACMUnderFillTotalQuantity
ACMApplicationDataUoM ACMApplicationDataUoM
ACMDeliveredAdjustedQuantity ACMDeliveredAdjustedQuantity

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_ACMNominationDelivAssgmt.
-- 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_ACMNominationDelivAssgmt AS
SELECT
  NominationKey,
  NominationDocItem,
  LoadDataCaptureObjId,
  LoadDataCaptureApplInstruction,
  ACMDeliveredQuantity,
  ACMDeliveredUoM,
  ACMReferenceDocument2,
  ACMOverFillTotalQuantity,
  ACMUnderFillTotalQuantity,
  ACMApplicationDataUoM,
  ACMDeliveredAdjustedQuantity
FROM R_ACMNominationDelivAssgmtTP
;