R_DISPUTECASEPROTOCOL
Dispute Case Protocol
R_DISPUTECASEPROTOCOL is a CDS View in S/4HANA. Dispute Case Protocol. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_DisputeCaseProtocol | view_entity | projection | CONSUMPTION | Dispute Case Protocol |
@AbapCatalog: { sqlViewName: 'RDISPCASEPROT',
compiler: { compareFilter: true },
preserveKey: true }
@AccessControl: { authorizationCheck: #CHECK,
personalData: { blocking: #BLOCKED_DATA_EXCLUDED },
privilegedAssociations: [ '_ContactCard' ] }
@EndUserText: { label: 'Dispute Case Protocol' }
@VDM: { viewType: #BASIC,
lifecycle: { contract: { type: #SAP_INTERNAL_API } } }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@ObjectModel: { usageType: { serviceQuality: #A,
sizeCategory: #L,
dataClass: #TRANSACTIONAL },
semanticKey: [ 'DisputeCaseUUID' ],
representativeKey: 'DisputeCaseUUID' }
define root view R_DisputeCaseProtocol
as select from R_DisputeCase
// VDM Associations
// Created By Contact Card
association [0..1] to R_RblsMgmtUserContactCard as _ContactCard on $projection.TableChangeLogUser = _ContactCard.ContactCardID
// Dispute Case
association [0..1] to R_DisputeCase as _DisputeCase on $projection.DisputeCaseUUID = _DisputeCase.DisputeCaseUUID
{
// VDM Fields
key DisputeCaseUUID,
key cast( '' as logkey ) as TableChangeLogKey,
@Semantics: { user: { lastChangedBy: true,
id: true } }
@ObjectModel: { foreignKey: { association: '_ContactCard' } }
cast ( '' as dispute_change_perf_by ) as TableChangeLogUser,
@Semantics: { text: true }
cast ( '' as srmpv_unam ) as LastChangedByUserName,
@Semantics: { dateTime: true }
cast ( 0 as coll_pr_changed_at ) as CaseLastChangedOn,
cast ( '' as dispute_old_value ) as TableChangeLogFieldOldValue,
@Semantics: { text: true }
cast ( '' as text200 ) as ChangeDocNewFieldValueText,
cast ( '' as dispute_new_value ) as TableChangeLogFieldNewValue,
@Semantics: { text: true }
cast ( '' as text200 ) as ChangeDocOldFieldValueText,
cast ( '' as dispute_activity ) as ParameterValue,
@Semantics: { text: true }
cast ( '' as text50 ) as ParameterName,
cast ( '' as dispute_fieldname ) as ObjectName,
// Exposed associations
_ContactCard,
_DisputeCase
}