C_DisputeCaseNoteType
Dispute Case Note Types
C_DisputeCaseNoteType is a Consumption CDS View that provides data about "Dispute Case Note Types" in SAP S/4HANA. It reads from 1 data source (R_DisputeCaseNoteType) and exposes 1 field with key field NoteTypeListText.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_DisputeCaseNoteType | R_DisputeCaseNoteType | projection |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Dispute Case Note Types | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | NoteTypeListText | NoteTypeListText |
@EndUserText: { label: 'Dispute Case Note Types' }
@ObjectModel: { usageType: { serviceQuality: #A,
sizeCategory: #L,
dataClass: #CUSTOMIZING } }
@AccessControl: { authorizationCheck: #MANDATORY }
@VDM: { viewType: #CONSUMPTION }
define root view entity C_DisputeCaseNoteType
provider contract transactional_query
as projection on R_DisputeCaseNoteType
{
key NoteTypeListText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_DISPUTECASENOTETYPE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA