R_DISPUTECASENOTETYPE
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_DISPUTECASENOTETYPES"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/