R_ACMPURORDERCONTRACTCALLOFFTP
Purchase Order Contract Call Off TP View
R_ACMPURORDERCONTRACTCALLOFFTP is a CDS View in S/4HANA. Purchase Order Contract Call Off TP View. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMPurOrderContractCallOff | view_entity | projection | CONSUMPTION | Purchase Order Contract Call Off |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Purchase Order Contract Call Off TP View'
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
define view entity R_ACMPurOrderContractCallOffTP
as select from I_ACMPurOrderContractCallOff as ACMOrderContractCallOff
association to parent R_ACMPurchaseOrderItemTP as _ACMPurchaseOrderItem on $projection.PurchaseOrder = _ACMPurchaseOrderItem.PurchaseOrder
and $projection.PurchaseOrderItem = _ACMPurchaseOrderItem.PurchaseOrderItem
association [1..1] to R_ACMPurchaseOrderTP as _ACMPurchaseOrder on $projection.PurchaseOrder = _ACMPurchaseOrder.PurchaseOrder
composition [*] of R_ACMPurOrdCallOffUoMCnvrsnTP as _ACMPurOrdCallOffUoMConversion
composition [1] of R_ACMPurOrdContrCallOffExtnTP as _ACMPurOrdCntrCallOffExtension
{
key PurchaseOrder,
key PurchaseOrderItem,
key TradingContractNumber,
key TradingContractItem,
DeliveryPeriodStartDate,
DeliveryPeriodEndDate,
TradingContractExternalID,
ACMLoadLocation,
ACMDischargeLocation,
ModeOfTransport,
ACMContrOptionsMnsOfTransport,
ACMCallOffRawQuantity,
ACMCallOffQuantityUoM,
ACMCallOffBaseRawQuantity,
ACMCallOffBaseQuantityUoM,
ACMReferenceDocumentType,
ScheduledBatchStartDateTime,
ScheduledBatchEndDateTime,
/* Associations */
_ACMPurchaseOrder,
_ACMPurchaseOrderItem,
_ACMPurOrdCallOffUoMConversion,
_ACMPurOrdCntrCallOffExtension
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMPURORDERCONTRACTCALLOFF"
],
"ASSOCIATED":
[
"R_ACMPURCHASEORDERITEMTP",
"R_ACMPURCHASEORDERTP",
"R_ACMPURORDCALLOFFUOMCNVRSNTP",
"R_ACMPURORDCONTRCALLOFFEXTNTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/