I_CADISPUTECASEPROTOCOL
Dispute Case Protocol
I_CADISPUTECASEPROTOCOL 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_CADisputeCaseChangeHist | view | from | CONSUMPTION | Dispute Case Change History |
@AbapCatalog: { sqlViewName: 'ICADISPCASEPRTC',
compiler: { compareFilter: true },
preserveKey: true }
@AccessControl: { authorizationCheck: #CHECK,
personalData.blocking: #REQUIRED
}
@EndUserText: { label: 'Dispute Case Protocol' }
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: { viewType: #BASIC,
lifecycle: { contract: { type: #SAP_INTERNAL_API } } }
@ObjectModel: { usageType: { serviceQuality: #C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL },
semanticKey: [ 'DisputeCaseUUID' ],
representativeKey: 'DisputeCaseUUID' }
define view I_CADisputeCaseProtocol
as select from I_CACaseAttribute
{
key CaseUUID as DisputeCaseUUID,
key cast( '' as logkey ) as TableChangeLogKey,
@Semantics: { user: { lastChangedBy: true, id: true } }
cast( '' as syuname ) as TableChangeLogUser,
@Semantics: { dateTime: true }
cast ( 0 as udmo_change_time ) as LastChangeDateTime,
@Semantics: { text: true }
cast ( '' as srmpv_unam ) as LastChangedByUserName,
cast ( '' as fkk_dispute_old_value ) as TableChangeLogFieldOldValue,
@Semantics: { text: true }
cast ( '' as text200 ) as ChangeDocNewFieldValueText,
cast ( '' as fkk_dispute_new_value ) as TableChangeLogFieldNewValue,
@Semantics: { text: true }
cast ( '' as text200 ) as ChangeDocOldFieldValueText,
cast ( '' as fkk_dispute_chg_log_act ) as ParameterValue,
@Semantics: { text: true }
cast ( '' as text50 ) as ParameterName,
cast ( '' as fkk_dispute_log_fieldname ) as ObjectName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CACASEATTRIBUTE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/