I_CndnContrClassfctnTypeText
Cndn Contr Classification Type - Text
I_CndnContrClassfctnTypeText is a Basic CDS View that provides data about "Cndn Contr Classification Type - Text" in SAP S/4HANA. It reads from 1 data source (twcbcategoryt) and exposes 5 fields with key fields Language, CndnContrClassfctnType. It has 1 association to related views. Part of development package WCB_API_A2A_CONFIG_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| twcbcategoryt | twcbcategoryt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Cndn Contr Classification Type - Text | view | |
| AbapCatalog.entityBuffer.definitionAllowed | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | CndnContrClassfctnType | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Search.searchable | true | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.technicalName | ICCCLASSFCTNTT | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | CndnContrClassfctnType | category | ||
| CndnContrClassfctnTypeDesc | text | |||
| _CndnContrClassfctnType | _CndnContrClassfctnType | |||
| _Language | _Language |
@EndUserText.label: 'Cndn Contr Classification Type - Text'
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'CndnContrClassfctnType',
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE],
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
}
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Search.searchable: true
@Analytics: {
dataExtraction.enabled: true,
internalName: #LOCAL,
technicalName: 'ICCCLASSFCTNTT'
}
@Metadata: {
ignorePropagatedAnnotations: true
}
define view entity I_CndnContrClassfctnTypeText
as select from twcbcategoryt
association to parent I_CndnContrClassfctnType as _CndnContrClassfctnType on $projection.CndnContrClassfctnType = _CndnContrClassfctnType.CndnContrClassfctnType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key spras as Language,
@ObjectModel.foreignKey.association: '_CndnContrClassfctnType'
key category as CndnContrClassfctnType,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
text as CndnContrClassfctnTypeDesc,
/* Associations */
_CndnContrClassfctnType,
_Language
}
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