C_CustMatlTextObjectTypeVH
Text Type for Customer Material
C_CustMatlTextObjectTypeVH is a Consumption CDS View that provides data about "Text Type for Customer Material" in SAP S/4HANA. It reads from 1 data source (I_TextObjectType) and exposes 5 fields with key fields TextObjectType, TextObjectCategory. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_TextObjectType | I_TextObjectType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_TextObjectTypeText | _TextObjectTypeText | $projection.TextObjectType = _TextObjectTypeText.TextObjectType and $projection.TextObjectCategory = _TextObjectTypeText.TextObjectCategory and _TextObjectTypeText.Language = $session.system_language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Text Type for Customer Material | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | TextObjectType | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TextObjectType | TextObjectType | ||
| KEY | TextObjectCategory | TextObjectCategory | ||
| TextObjectTypeName | _TextObjectTypeText | TextObjectTypeName | ||
| _TextObjectTypeText | _TextObjectTypeText | |||
| _TextObjectCategory | _TextObjectCategory |
@EndUserText.label: 'Text Type for Customer Material'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey:'TextObjectType'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel : { resultSet.sizeCategory: #XS }
define view entity C_CustMatlTextObjectTypeVH as select from I_TextObjectType
association [0..1] to I_TextObjectTypeText as _TextObjectTypeText
on $projection.TextObjectType = _TextObjectTypeText.TextObjectType
and $projection.TextObjectCategory = _TextObjectTypeText.TextObjectCategory
and _TextObjectTypeText.Language = $session.system_language
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@ObjectModel.text.association: '_TextobjectTypeText'
@Search.ranking: #HIGH
key TextObjectType,
@ObjectModel.foreignKey.association: '_TextObjectCategory'
key TextObjectCategory,
_TextObjectTypeText.TextObjectTypeName,
_TextObjectTypeText,
_TextObjectCategory
}
where
TextObjectCategory = 'KNMT'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_TEXTOBJECTTYPE",
"I_TEXTOBJECTTYPETEXT"
],
"ASSOCIATED":
[
"I_TEXTOBJECTCATEGORY",
"I_TEXTOBJECTTYPETEXT"
],
"BASE":
[
"I_TEXTOBJECTTYPE"
],
"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