R_OUTPUTREQUESTTP

CDS View

Output Request Root for RAP

R_OUTPUTREQUESTTP is a CDS View in S/4HANA. Output Request Root for RAP. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
C_APARIntrstRunOutpReq view_entity projection CONSUMPTION Output Request Projection
C_MngSettlmtDocsOutpReq view_entity projection CONSUMPTION Manage Settlement Documents OutpReq
C_SalesDocumentOutputRequestTP view_entity projection CONSUMPTION Sales Document Output Request
C_SettlmtDocOutpReq_F3658A view_entity projection CONSUMPTION Settlement Document Object Page OutpReq
I_OutputRequestTP view_entity projection TRANSACTIONAL Output Request Root
R_PurchasingOutputSimulation view_entity from TRANSACTIONAL Custom Entity for PO Output Root
@AccessControl.authorizationCheck:#PRIVILEGED_ONLY
@AccessControl.privilegedAssociations: [ '_OutputRequestItem' ]
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}

@ObjectModel: {
   representativeKey: 'OutputRequestUUID',
   semanticKey: [ 'OutputRequestUUID' ],
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #A,
     sizeCategory:   #XL
   }
}
@UI.headerInfo: {
    typeName: 'Output Request',
    typeNamePlural: 'Output Requests',
    title: {
        type:  #STANDARD,
        value: 'OutputControlApplicationObject'
    }
}
//@Metadata.ignorePropagatedAnnotations: true

@Metadata.allowExtensions:true
@EndUserText.label: 'Output Request Root for RAP'

@ObjectModel.sapObjectNodeType.name: 'OutputRequest'
define root view entity R_OutputRequestTP
  as select from R_OutputRequest as OutputRequest
  composition [0..*] of R_OutputRequestItemTP as _OutputRequestItem
{
      //OutputRequest

  key OutputRequestUUID,
      OutputControlApplObjectType,
      OutputControlApplicationObject,
      OutputParameterText,
      @Semantics.systemDateTime.createdAt: true
      CreationDateTime,
      @Semantics.user.createdBy: true
      CreatedByUser,
      @Semantics.systemDateTime.localInstanceLastChangedAt: true
      LastChangeDateTime,
      @Semantics.user.localInstanceLastChangedBy: true
      LastChangedByUser,
      @Semantics.systemDateTime.lastChangedAt: true
      TotalLastChangeDateTime,
      /* Associations */
      //OutputRequest

      _OutputRequestItem
}