C_MaintenanceChecklistTypeVH
Checklist Type
C_MaintenanceChecklistTypeVH is a Consumption CDS View that provides data about "Checklist Type" in SAP S/4HANA. It reads from 1 data source (I_MaintenanceChecklistType) and exposes 3 fields with key field MaintOperationalChecklistType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintenanceChecklistType | I_MaintenanceChecklistType | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Checklist Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | MaintOperationalChecklistType | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintOperationalChecklistType | MaintOperationalChecklistType | ||
| MaintenanceChecklistTypeText | MaintenanceChecklistTypeText | Checklist Type Description | ||
| StatusIsInactive | StatusIsInactive | Inactive |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Checklist Type'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@ObjectModel: {
representativeKey: 'MaintOperationalChecklistType',
//resultSet.sizeCategory: #XS,
usageType: { dataClass: #META,
serviceQuality: #A,
sizeCategory: #S
}
}
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory:#VALUE_HELP
define view entity C_MaintenanceChecklistTypeVH
as select from I_MaintenanceChecklistType
{
@Search: { defaultSearchElement: true, ranking: #HIGH }
@ObjectModel.text.element: [ 'MaintenanceChecklistTypeText' ]
key MaintOperationalChecklistType,
//@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
@EndUserText.label: 'Checklist Type Description'
@Semantics.text
MaintenanceChecklistTypeText,
@EndUserText.label: 'Inactive'
StatusIsInactive
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTENANCECHECKLISTTYPE"
],
"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