R_OutputRequestItemAttchTP

DDL: R_OUTPUTREQUESTITEMATTCHTP Type: view_entity TRANSACTIONAL

Output Req Item Attachment for R AP - TP

R_OutputRequestItemAttchTP is a Transactional CDS View that provides data about "Output Req Item Attachment for R AP - TP" in SAP S/4HANA. It reads from 1 data source (R_OutputRequestItemAttachment) and exposes 12 fields with key field OutputRequestItemAttchUUID.

Data Sources (1)

SourceAliasJoin Type
R_OutputRequestItemAttachment R_OutputRequestItemAttachment from

Annotations (11)

NameValueLevelField
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.representativeKey OutputRequestItemAttchUUID view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AccessControl.personalData.blocking #REQUIRED view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
EndUserText.label Output Req Item Attachment for R AP - TP view

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY OutputRequestItemAttchUUID OutputRequestItemAttchUUID
OutputRequestItemUUID OutputRequestItemUUID
OutputRequestUUID OutputRequestUUID
OutputControlApplObjectType OutputControlApplObjectType
OutputControlApplicationObject OutputControlApplicationObject
OutputRequestItem OutputRequestItem
PhysicalDocument PhysicalDocument
LogicalDocument LogicalDocument
OutputDocumentIsMergeRelevant OutputDocumentIsMergeRelevant
OutputDocumentRankingOrderVal OutputDocumentRankingOrderVal
_OutputRequestItem _OutputRequestItem
_OutputRequest _OutputRequest
@ObjectModel: {
   usageType.serviceQuality: #B,
   usageType.sizeCategory: #XXL,
   usageType.dataClass: #TRANSACTIONAL,
   semanticKey: [ 'PhysicalDocument' ],
   representativeKey: 'OutputRequestItemAttchUUID'
}
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AccessControl.privilegedAssociations: [ '_OutputRequest',
                                         '_OutputRequestItem' ]
@AccessControl.personalData.blocking: #REQUIRED

@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
// ???

@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions: true
@EndUserText.label: 'Output Req Item Attachment for R AP - TP'

define view entity R_OutputRequestItemAttchTP
  as select from R_OutputRequestItemAttachment
  association to parent R_OutputRequestItemTP as _OutputRequestItem on $projection.OutputRequestItemUUID = _OutputRequestItem.OutputRequestItemUUID
  association to        R_OutputRequestTP     as _OutputRequest     on $projection.OutputRequestUUID = _OutputRequest.OutputRequestUUID
{

  key OutputRequestItemAttchUUID,
      OutputRequestItemUUID,
      OutputRequestUUID,
      
      OutputControlApplObjectType,
      OutputControlApplicationObject,
      OutputRequestItem,

      PhysicalDocument,      
      LogicalDocument,
      OutputDocumentIsMergeRelevant,
      OutputDocumentRankingOrderVal,
      
      /* Associations */
      _OutputRequestItem,
      _OutputRequest
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_OUTPUTREQUESTITEMATTACHMENT"
],
"ASSOCIATED":
[
"R_OUTPUTREQUESTITEMTP",
"R_OUTPUTREQUESTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/