I_Inspspecimportancecodetext
Weighting of Inspection Charc - Text
I_Inspspecimportancecodetext is a Basic CDS View that provides data about "Weighting of Inspection Charc - Text" in SAP S/4HANA. It reads from 1 data source (tq17u) and exposes 3 fields with key fields Language, InspSpecImportanceCode. Part of development package VDM_QM_INSPECTION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq17u | tq17u | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Weighting of Inspection Charc - Text | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | IINSPSPCIMPRTCDT | view | |
| ObjectModel.representativeKey | InspSpecImportanceCode | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | sprache | ||
| KEY | InspSpecImportanceCode | merkklasse | ||
| InspSpecImportanceCodeText | kurztext |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Weighting of Inspection Charc - Text'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@ObjectModel.supportedCapabilities:
[ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT ]
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IINSPSPCIMPRTCDT'
@ObjectModel.representativeKey: 'InspSpecImportanceCode'
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
sizeCategory: #M,
serviceQuality: #A
}
@Metadata.ignorePropagatedAnnotations: true
define view entity I_Inspspecimportancecodetext as select from tq17u
{
@Semantics.language: true
key sprache as Language,
key merkklasse as InspSpecImportanceCode,
@Semantics.text: true
kurztext as InspSpecImportanceCodeText
}
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