R_OUTPUTREQUESTITEMATTCHTP
Output Req Item Attachment for R AP - TP
R_OUTPUTREQUESTITEMATTCHTP is a CDS View in S/4HANA. Output Req Item Attachment for R AP - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_OutputRequestItemAttachment | view_entity | projection | CONSUMPTION | Output Request Item Attachment |
@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
}