R_DISPUTECASENOTETYPE

CDS View

Dispute Case Note Type

R_DISPUTECASENOTETYPE is a CDS View in S/4HANA. Dispute Case Note Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_DisputeCaseNoteType view_entity projection CONSUMPTION Dispute Case Note Types
@AbapCatalog: { sqlViewName: 'RDISPCSNTTYP',
                compiler: { compareFilter: true },
                preserveKey: true }
@AccessControl: { authorizationCheck: #CHECK }
@EndUserText: { label: 'Dispute Case Note Type' }
@VDM: { viewType: #COMPOSITE,
        lifecycle: { contract: { type: #SAP_INTERNAL_API } } }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@ObjectModel: { usageType: { serviceQuality: #A,
                             sizeCategory: #L,
                             dataClass: #CUSTOMIZING } }

define root view R_DisputeCaseNoteType
  as select from P_DisputeCaseNoteTypes
{

      // VDM Fields

  key NoteType as NoteTypeListText

}