I_CADISPUTECASEAMOUNTCHANGE
Amounts Changes to Dispute Cases
I_CADISPUTECASEAMOUNTCHANGE is a CDS View in S/4HANA. Amounts Changes to Dispute Cases. It contains 2 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CADisputeCaseFllwUpPosting | view | from | COMPOSITE | Disputed Follow Up Posting Document |
| P_CADisputeCaseTotalAmount | view | from | COMPOSITE | Dispute Case Total Amount |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | CADisputedAmountType | CADisputedAmountType | 1 |
| TransactionCurrency | TransactionCurrency | 1 |
@AbapCatalog.sqlViewName: 'ICADCAMTCHG'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
@EndUserText.label: 'Amounts Changes to Dispute Cases'
define view I_CADisputeCaseAmountChange as select from dfkkdispa
left outer join I_CADisputeAmountTypeText on I_CADisputeAmountTypeText.CADisputedAmountType = dfkkdispa.amtyp
{
key dfkkdispa.opbel as CADocumentNumber,
key dfkkdispa.guid as CaseUUID,
key dfkkdispa.amtyp as CADisputedAmountType,
I_CADisputeAmountTypeText.CADisputedAmountTypeName,
dfkkdispa.amval as CADisputeAmount,
dfkkdispa.waers as TransactionCurrency,
dfkkdispa.dprid as CADisputeProcessType
}
where I_CADisputeAmountTypeText.Language = $session.system_language