I_InspSpecAddlCatalogText
Addl Catalog of Master Charc - Text
I_InspSpecAddlCatalogText is a Composite CDS View that provides data about "Addl Catalog of Master Charc - Text" in SAP S/4HANA. It reads from 1 data source (I_InspectionCatalogText) and exposes 3 fields with key fields Language, InspSpecAdditionalCatalog. Part of development package VDM_QM_PLANNING.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InspectionCatalogText | I_InspectionCatalogText | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Addl Catalog of Master Charc - Text | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | InspSpecAdditionalCatalog | view | |
| Analytics.technicalName | IINSPSPECACTLGT | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | I_InspectionCatalogText | Language | |
| KEY | InspSpecAdditionalCatalog | I_InspectionCatalogText | InspectionCatalog | |
| InspSpecAdditionalCatalogText | I_InspectionCatalogText | InspSpecAdditionalCatalogText | Additional Catalog Text |
@EndUserText.label: 'Addl Catalog of Master Charc - Text'
@VDM: {
viewType: #COMPOSITE,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.supportedCapabilities:
[ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT ]
@ObjectModel: {
usageType: {
dataClass: #META,
sizeCategory: #S,
serviceQuality: #A
},
dataCategory: #TEXT,
representativeKey: 'InspSpecAdditionalCatalog'
}
@Analytics.technicalName: 'IINSPSPECACTLGT'
@Metadata.ignorePropagatedAnnotations: true
define view entity I_InspSpecAddlCatalogText
as select from I_InspectionCatalogText
{
@Semantics.language: true
key I_InspectionCatalogText.Language as Language,
key I_InspectionCatalogText.InspectionCatalog as InspSpecAdditionalCatalog,
@Semantics.text: true
@EndUserText.label: 'Additional Catalog Text'
I_InspectionCatalogText.InspSpecAdditionalCatalogText as InspSpecAdditionalCatalogText
}
where
not(
I_InspectionCatalogText.InspectionCatalog = '1'
or I_InspectionCatalogText.InspectionCatalog = '3'
)
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