R_ACMPURORDDELIVASSMTEXTNTP

CDS View

ACM Purchase Order Delivery Assignment - Extension

R_ACMPURORDDELIVASSMTEXTNTP is a CDS View in S/4HANA. ACM Purchase Order Delivery Assignment - Extension. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMPurOrdDelivAssignmentExtn view_entity projection CONSUMPTION ACM Purchase Order Delivery Assignment - Extension
@AccessControl.authorizationCheck: #MANDATORY
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
               usageType: {
                 dataClass: #TRANSACTIONAL,
                 serviceQuality: #C,
                 sizeCategory: #L
               }
}
@EndUserText.label: 'ACM Purchase Order Delivery Assignment - Extension'
define view entity R_ACMPurOrdDelivAssmtExtnTP
  as select from I_ACMPurOrdDelivAssignmentExtn as Persistence
  association to parent R_ACMPurOrdDelivAssignmentTP as _ACMPurOrdDelivAssignment on  $projection.PurchaseOrder        = _ACMPurOrdDelivAssignment.PurchaseOrder
                                                                                  and $projection.PurchaseOrderItem    = _ACMPurOrdDelivAssignment.PurchaseOrderItem
                                                                                  and $projection.LoadDataCaptureObjId = _ACMPurOrdDelivAssignment.LoadDataCaptureObjId

{
  key Persistence.PurchaseOrder,
  key Persistence.PurchaseOrderItem,
  key Persistence.LoadDataCaptureObjId,

      /*Associations*/
      _ACMPurOrdDelivAssignment
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMPURORDDELIVASSIGNMENTEXTN"
],
"ASSOCIATED":
[
"R_ACMPURORDDELIVASSIGNMENTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/