R_ACMSALESORDERSCHEDULELINETP

CDS View

ACM RTP Sales Order Schedule Line

R_ACMSALESORDERSCHEDULELINETP is a CDS View in S/4HANA. ACM RTP Sales Order Schedule Line. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMSalesOrderScheduleLine view_entity projection CONSUMPTION ACM Sales Order Schedule Line
@AccessControl.authorizationCheck: #MANDATORY
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
               usageType: {
                 dataClass: #TRANSACTIONAL,
                 serviceQuality: #C,
                 sizeCategory: #L
               }
}
@EndUserText.label: 'ACM RTP Sales Order Schedule Line'
define view entity R_ACMSalesOrderScheduleLineTP
  as select from I_ACMSalesOrderScheduleLine
  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  ScheduleLine,
       ScheduleLineCategory,
       RequestedDeliveryTime,
       LoadingDate,
       DeliveryDate,
       ScheduledBatchStartDateTime,
       //Association

       _ACMSalesOrderItem,
       _ACMSalesOrder
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMSALESORDERSCHEDULELINE"
],
"ASSOCIATED":
[
"R_ACMSALESORDERITEMTP",
"R_ACMSALESORDERTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/