I_OUTPUTREQUESTITEMATTCHTP
Output Req Item Attachment
I_OUTPUTREQUESTITEMATTCHTP is a CDS View in S/4HANA. Output Req Item Attachment. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_OutputRequestItemAttachment | view_entity | projection | CONSUMPTION | Output Request Item Attachment |
| C_OutputRequestItemAttchAdvncd | view_entity | projection | CONSUMPTION | Output Request Item Attachment Advanced |
@ObjectModel: {
usageType: {
serviceQuality: #B,
sizeCategory: #XXL,
dataClass: #TRANSACTIONAL
},
representativeKey: 'OutputRequestItemAttchUUID',
semanticKey: [ 'OutputControlApplObjectType',
'OutputControlApplicationObject',
'OutputRequestItem',
'PhysicalDocument' ],
modelingPattern: #TRANSACTIONAL_INTERFACE,
supportedCapabilities: [ #TRANSACTIONAL_PROVIDER ]
}
@AccessControl: {
authorizationCheck: #PRIVILEGED_ONLY,
privilegedAssociations: [ '_OutputRequest',
'_OutputRequestItem' ],
personalData.blocking: #REQUIRED
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #PUBLIC_LOCAL_API,
usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
}
@Metadata: {
ignorePropagatedAnnotations: true,//?
allowExtensions: false
}
@EndUserText.label: 'Output Req Item Attachment'
define view entity I_OutputRequestItemAttchTP
as projection on R_OutputRequestItemAttchTP as OutputRequestItemAttch
{
key OutputRequestItemAttchUUID,
OutputRequestItemUUID,
OutputRequestUUID,
@ObjectModel.foreignKey.association: '_OutputControlApplObjectType'
OutputControlApplObjectType,
OutputControlApplicationObject,
OutputRequestItem,
PhysicalDocument,
LogicalDocument,
OutputDocumentIsMergeRelevant,
OutputDocumentRankingOrderVal,
/* Associations */
_OutputControlApplObjectType,
@ObjectModel.filter.enabled: false
@ObjectModel.sort.enabled: false
_OutputRequestItem : redirected to parent I_OutputRequestItemTP,
@ObjectModel.filter.enabled: false
@ObjectModel.sort.enabled: false
_OutputRequest : redirected to I_OutputRequestTP,
_OutpReqItmAssignAtVH
}