UI_DISPUTECASE_MANAGE
Manage Dispute Case
UI_DISPUTECASE_MANAGE is an OData service definition in SAP S/4HANA. It exposes 20 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (20)
| CDS View | Alias |
|---|---|
| C_CollectionsCustomerQuickView | CustomerQuickView |
| C_CollectionsInvoiceNote | CollectionsInvoiceNote |
| C_CollectionsInvoiceTP | CollectionsInvoice |
| C_CollectionsMainContact | MainContact |
| C_CollsInvoiceRelatedDsputCase | CollsInvoiceRelatedDsputCase |
| C_CollsInvoiceRelatedPrms2P | CollsInvoiceRelatedPrms2P |
| C_CollsInvoiceRelatedResubmsn | CollsInvoiceRelatedResubmsn |
| C_DisputeCaseCompanyCodeVH | |
| C_DisputeCaseLinkedInvoice | |
| C_DisputeCaseLinkedObjectTP | DisputeCaseLinkedObject |
| C_DisputeCaseNote | DisputeCaseNote |
| C_DisputeCaseNoteType | DisputeCaseNoteTypes |
| C_DisputeCaseProtocol | DisputeCaseProtocol |
| C_DisputeCaseStatusForReopenVH | DisputeCaseStatusForReopenVH |
| C_DisputeCaseTP | DisputeCase |
| C_RblsMgmtEmailTemplate | EmailTemplate |
| C_RblsMgmtEmailTmplLang | EmailTemplateLanguage |
| C_RblsMgmtUserContactCard | ContactCard |
| I_CustomerContactVH | CustomerContact |
| I_UserContactCard | ContactCardUser |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_DISPUTECASE_MANAGE | ODATA | V2 | C1 | NOT_TO_BE_RELEASED_STABLE | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F0702A | Manage Dispute Cases (Version 2) | Transactional | Use this app to analyze and further process existing dispute cases. This involves dispute cases that are related to open receivables for your customers. |
Source
@EndUserText.label: 'Manage Dispute Case'
define service UI_DisputeCase_Manage {
expose C_DisputeCaseTP as DisputeCase;
expose C_DisputeCaseLinkedObjectTP as DisputeCaseLinkedObject;
expose I_UserContactCard as ContactCardUser;
expose I_CustomerContactVH as CustomerContact;
expose C_DisputeCaseNoteType as DisputeCaseNoteTypes;
expose C_DisputeCaseNote as DisputeCaseNote;
expose C_RblsMgmtUserContactCard as ContactCard;
expose C_CollectionsCustomerQuickView as CustomerQuickView;
expose C_CollectionsMainContact as MainContact;
expose C_RblsMgmtEmailTemplate as EmailTemplate;
expose C_RblsMgmtEmailTmplLang as EmailTemplateLanguage;
expose C_DisputeCaseProtocol as DisputeCaseProtocol;
expose C_CollectionsInvoiceTP as CollectionsInvoice;
expose C_DisputeCaseLinkedInvoice;
expose C_CollectionsInvoiceNote as CollectionsInvoiceNote;
expose C_CollsInvoiceRelatedDsputCase as CollsInvoiceRelatedDsputCase;
expose C_CollsInvoiceRelatedResubmsn as CollsInvoiceRelatedResubmsn;
expose C_CollsInvoiceRelatedPrms2P as CollsInvoiceRelatedPrms2P;
expose C_DisputeCaseStatusForReopenVH as DisputeCaseStatusForReopenVH;
expose C_DisputeCaseCompanyCodeVH;
}