C_DisputeCaseNote

DDL: C_DISPUTECASENOTE Type: view_entity CONSUMPTION Package: ODATA_DISPUTE

Dispute Case Note

C_DisputeCaseNote is a Consumption CDS View that provides data about "Dispute Case Note" in SAP S/4HANA. It reads from 1 data source (R_DisputeCaseNote) and exposes 8 fields with key fields DisputeCaseUUID, ObjectKey. It is exposed through 1 OData service (UI_DISPUTECASE_MANAGE). It is used in 1 Fiori application: Manage Dispute Cases (Version 2). Part of development package ODATA_DISPUTE.

Data Sources (1)

SourceAliasJoin Type
R_DisputeCaseNote R_DisputeCaseNote projection

Annotations (7)

NameValueLevelField
EndUserText.label Dispute Case Note view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.query.implementedBy ABAP:CL_DISPUTE_NOTE_QUERY view

OData Services (1)

ServiceBindingVersionContractRelease
UI_DISPUTECASE_MANAGE UI_DISPUTECASE_MANAGE V2 C1 NOT_TO_BE_RELEASED_STABLE

Fiori Apps (1)

App IDApp NameTypeDescription
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.

Manage Dispute Cases (Version 2)

Business Role: Accounts Receivable Accountant

Use this app to analyze and further process existing dispute cases. This involves dispute cases that are related to open receivables for your customers.

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY DisputeCaseUUID DisputeCaseUUID
KEY ObjectKey ObjectKey
DocumentTitle DocumentTitle
CreatedByUser CreatedByUser
CreatedByUserDescription CreatedByUserDescription
CreationDateTime CreationDateTime
NoteText NoteText
_DisputeCase _DisputeCase
@EndUserText: { label: 'Dispute Case Note' }
@AccessControl: { authorizationCheck: #MANDATORY }
@VDM: { viewType: #CONSUMPTION }
@ObjectModel: { usageType: { serviceQuality: #A,
                             sizeCategory: #M,
                             dataClass: #TRANSACTIONAL },
                query: { implementedBy: 'ABAP:CL_DISPUTE_NOTE_QUERY' } } 

define root view entity C_DisputeCaseNote
  provider contract transactional_query
  as projection on R_DisputeCaseNote
{

  key DisputeCaseUUID,
  key ObjectKey,
      DocumentTitle,
      CreatedByUser,
      CreatedByUserDescription,
      CreationDateTime,
      NoteText,
      /* Associations */
      _DisputeCase

}