R_OUTPUTREQUESTITEMLOGTP
Output Request Item Log for R AP - TP
R_OUTPUTREQUESTITEMLOGTP is a CDS View in S/4HANA. Output Request Item Log for R AP - TP. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_APARIntrstRunOutpReqItemLog | view_entity | projection | CONSUMPTION | Output Request Item Log |
| C_OutputRequestItemLog | view_entity | projection | CONSUMPTION | Output Request Item Log |
@ObjectModel: {
usageType.serviceQuality: #A,
usageType.sizeCategory: #XXL,
usageType.dataClass: #TRANSACTIONAL,
semanticKey: [ 'OutputRequestItemLogUUID' ],
representativeKey: 'OutputRequestItemLogUUID'
}
@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 Request Item Log for R AP - TP'
define view entity R_OutputRequestItemLogTP
as select from R_OutputRequestItemLog
association to parent R_OutputRequestItemTP as _OutputRequestItem on $projection.OutputRequestItemUUID = _OutputRequestItem.OutputRequestItemUUID
association to R_OutputRequestTP as _OutputRequest on $projection.OutputRequestUUID = _OutputRequest.OutputRequestUUID
{
key OutputRequestItemLogUUID,
OutputRequestItemUUID,
OutputRequestUUID,
OutputRequestLogNodeName,
OutputRequestLogLevel,
OutputRequestMessageSeverity,
OutputRequestMessageClass,
OutputRequestMessageNumber,
SystemMessageVariable1,
SystemMessageVariable2,
SystemMessageVariable3,
SystemMessageVariable4,
CreationDateTime,
CreatedByUser,
/* Associations */
_OutputRequestItem,
_OutputRequest
}