I_WrkCtrBySemanticKeyStdVH
Work Center By Semantic Key
I_WrkCtrBySemanticKeyStdVH is a Composite CDS View that provides data about "Work Center By Semantic Key" in SAP S/4HANA. It reads from 1 data source (I_WorkCenterBySemanticKey) and exposes 7 fields with key fields Plant, WorkCenter.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_WorkCenterBySemanticKey | I_WorkCenterBySemanticKey | from |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IWCBSK__VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | WorkCenter | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Work Center By Semantic Key | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Plant | Plant | ||
| KEY | WorkCenter | WorkCenter | ||
| _WorkCenterTextBySemanticKey | _WorkCenterTextBySemanticKey | |||
| WorkCenterCategoryCode | WorkCenterCategoryCode | |||
| WorkCenterInternalID | WorkCenterInternalID | |||
| WorkCenterTypeCode | WorkCenterTypeCode | |||
| _Plant | _Plant |
//GENERATED:003:E6ExH29r7kU{rc1Uxl{1wW
@AbapCatalog.sqlViewName: 'IWCBSK__VH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'WorkCenter'
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Work Center By Semantic Key'
define view I_WrkCtrBySemanticKeyStdVH as select from I_WorkCenterBySemanticKey{
@ObjectModel.foreignKey.association: '_Plant'
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.8
key Plant,
@ObjectModel.text.association: '_WorkCenterTextBySemanticKey'
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.7
key WorkCenter,
_WorkCenterTextBySemanticKey,
@Consumption.hidden: true
WorkCenterCategoryCode,
@Search.defaultSearchElement: true
@Search.ranking: #LOW
@Search.fuzzinessThreshold: 0.8
WorkCenterInternalID,
@Consumption.hidden: true
WorkCenterTypeCode,
@Consumption.hidden: true
_Plant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_WORKCENTERBYSEMANTICKEY"
],
"ASSOCIATED":
[
"I_PLANT",
"I_WORKCENTERTEXTBYSEMANTICKEY"
],
"BASE":
[
"I_WORKCENTERBYSEMANTICKEY"
],
"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