C_IncotermsClassfctnTextVHTemp
Incoterms classfication value help text
C_IncotermsClassfctnTextVHTemp is a Consumption CDS View that provides data about "Incoterms classfication value help text" in SAP S/4HANA. It reads from 1 data source (I_IncotermsClassificationText) and exposes 5 fields with key fields IncotermsClassification, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_IncotermsClassificationText | I_IncotermsClassificationText | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | C_IncotermsClassfctnVHTemp | _IncotermsClassification | $projection.IncotermsClassification = _IncotermsClassification.IncotermsClassification |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Incoterms classfication value help text | view | |
| AbapCatalog.sqlViewName | CINCOTERMCLSSVHT | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | IncotermsClassification | view | |
| Search.searchable | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | IncotermsClassification | IncotermsClassification | ||
| KEY | Language | Language | ||
| IncotermsClassificationName | IncotermsClassificationName | Incoterms Classification Desc | ||
| _IncotermsClassification | _IncotermsClassification | |||
| _Language | _Language |
@EndUserText.label: 'Incoterms classfication value help text'
@AbapCatalog.sqlViewName: 'CINCOTERMCLSSVHT'
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'IncotermsClassification'
@Search.searchable: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
define view C_IncotermsClassfctnTextVHTemp
as select from I_IncotermsClassificationText
association [0..1] to C_IncotermsClassfctnVHTemp as _IncotermsClassification on $projection.IncotermsClassification = _IncotermsClassification.IncotermsClassification
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_IncotermsClassification'
key IncotermsClassification,
@Semantics.language
@ObjectModel.foreignKey.association: '_Language'
key Language,
@Semantics.text
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@EndUserText.label: 'Incoterms Classification Desc'
IncotermsClassificationName,
_IncotermsClassification,
_Language
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INCOTERMSCLASSIFICATIONTEXT"
],
"ASSOCIATED":
[
"C_INCOTERMSCLASSFCTNVHTEMP",
"I_LANGUAGE"
],
"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