I_CADISPUTECASETYPE
Basic View for Dispute Type
I_CADISPUTECASETYPE is a CDS View in S/4HANA. Basic View for Dispute Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CADisputeCaseTypeVH | view | from | COMPOSITE | Value help of case type |
@AbapCatalog.sqlViewName: 'ICADCTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'CADisputeType'
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Basic View for Dispute Type'
define view I_CADisputeCaseType as select from udm_fica_reason
association [0..*] to I_CADisputeCaseTypeText as _Text on $projection.CADisputeType = _Text.CADisputeType {
@ObjectModel.text.association: '_Text'
key udm_fica_reason.reason as CADisputeType,
_Text
}