R_ACMSALEORDCONTRCALLOFFEXTNTP

CDS View

ACM Sales Order Contract Call Off - Extension

R_ACMSALEORDCONTRCALLOFFEXTNTP is a CDS View in S/4HANA. ACM Sales Order Contract Call Off - Extension. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMSalesOrdContrCallOffExtn view_entity projection CONSUMPTION ACM Sales Order Contract Call Off - Extension
@ObjectModel:{
              usageType: {
                dataClass: #TRANSACTIONAL,
                serviceQuality: #C,
                sizeCategory: #L
              }
}
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'ACM Sales Order Contract Call Off - Extension'
define view entity R_ACMSaleOrdContrCallOffExtnTP
  as select from I_ACMSalesOrdContrCallOffExtn as Persistence
  association to parent R_ACMSalesOrdContractCallOffTP as _ACMSalesOrderContractCallOff on  $projection.SalesOrder            = _ACMSalesOrderContractCallOff.SalesOrder
                                                                                        and $projection.SalesOrderItem        = _ACMSalesOrderContractCallOff.SalesOrderItem
                                                                                        and $projection.TradingContractNumber = _ACMSalesOrderContractCallOff.TradingContractNumber
                                                                                        and $projection.TradingContractItem   = _ACMSalesOrderContractCallOff.TradingContractItem

{
  key   Persistence.SalesOrder,
  key   Persistence.SalesOrderItem,
  key   Persistence.TradingContractNumber,
  key   Persistence.TradingContractItem,

        /*Associations*/
        _ACMSalesOrderContractCallOff
}