R_ACMSALESORDCONTRACTCALLOFFTP
Sales Oder TP contract calloff view
R_ACMSALESORDCONTRACTCALLOFFTP is a CDS View in S/4HANA. Sales Oder TP contract calloff view. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMSalesOrderContractCallOff | view_entity | projection | CONSUMPTION | Sales contract calloff Projection view |
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Sales Oder TP contract calloff view'
define view entity R_ACMSalesOrdContractCallOffTP
as select from I_ACMSalesOrderContractCallOff as ACMSalesOrderContractCalloff
composition [*] of R_ACMSlsOrdCallOffUoMCnvrsnTP as _ACMSalesOrdCallOffUoMCnvrsn
composition [1] of R_ACMSaleOrdContrCallOffExtnTP as _ACMSalesOrdCallOffExtension
association to parent R_ACMSalesOrderItemTP as _ACMSalesOrderItem on $projection.SalesOrder = _ACMSalesOrderItem.SalesOrder
and $projection.SalesOrderItem = _ACMSalesOrderItem.SalesOrderItem
association [1..1] to R_ACMSalesOrderTP as _ACMSalesOrder on $projection.SalesOrder = _ACMSalesOrder.SalesOrder
{
key SalesOrder,
key SalesOrderItem,
key TradingContractNumber,
key TradingContractItem,
DeliveryPeriodStartDate,
DeliveryPeriodEndDate,
TradingContractExternalID,
ACMLoadLocation,
ACMDischargeLocation,
ModeOfTransport,
ACMContrOptionsMnsOfTransport,
ACMCallOffRawQuantity,
ACMCallOffQuantityUoM,
ACMCallOffBaseRawQuantity,
ACMCallOffBaseQuantityUoM,
ACMReferenceDocumentType,
ScheduledBatchStartDateTime,
ScheduledBatchEndDateTime,
//Associations
_ACMSalesOrderItem,
_ACMSalesOrder,
_ACMSalesOrdCallOffUoMCnvrsn,
_ACMSalesOrdCallOffExtension
}