I_PurCtrIncoVersion
Purchase Contract Incoterm Version
I_PurCtrIncoVersion is a Basic CDS View (Dimension) that provides data about "Purchase Contract Incoterm Version" in SAP S/4HANA. It reads from 1 data source (tincvt) and exposes 2 fields with key field IncotermsVersion. Part of development package VDM_MM_PUR_CON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tincvt | tincvt | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPURCTRINCOVRSN | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | IncotermsVersion | view | |
| EndUserText.label | Purchase Contract Incoterm Version | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | IncotermsVersion | incov | ||
| IncotermsVersionName | bezei |
@AbapCatalog.sqlViewName: 'IPURCTRINCOVRSN'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'IncotermsVersion'
@EndUserText.label: 'Purchase Contract Incoterm Version'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Search.searchable: true
define view I_PurCtrIncoVersion
as select from tincvt
{
@ObjectModel.text.element: [ 'IncotermsVersionName' ]
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.7, ranking: #HIGH }
key incov as IncotermsVersion,
// @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.7, ranking: #HIGH }
// spras as Language,
@Semantics.text:true
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.7, ranking: #HIGH }
bezei as IncotermsVersionName
}
where
spras = $session.system_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