I_MfgOrderProdnSupervisorVH
Production Supervisor Value Help
I_MfgOrderProdnSupervisorVH is a Composite CDS View that provides data about "Production Supervisor Value Help" in SAP S/4HANA. It reads from 1 data source (I_ProductionSupervisor) and exposes 4 fields with key fields Plant, ProductionSupervisor. Part of development package ODATA_PP_MRP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProductionSupervisor | ProductionSupervisor | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMFGORDPRODSUPVH | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | Production Supervisor Value Help | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Search.searchable | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | ProductionSupervisor | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Plant | I_ProductionSupervisor | Plant | |
| KEY | ProductionSupervisor | I_ProductionSupervisor | ProductionSupervisor | |
| ProductionSupervisorName | I_ProductionSupervisor | ProductionSupervisorName | ||
| _Plant | _Plant |
@AbapCatalog.sqlViewName: 'IMFGORDPRODSUPVH'
@ObjectModel.usageType.dataClass: #MASTER
@EndUserText.label: 'Production Supervisor Value Help'
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #REQUIRED
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'ProductionSupervisor'
@Metadata.ignorePropagatedAnnotations:true
//@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory : #S
define view I_MfgOrderProdnSupervisorVH
as select from I_ProductionSupervisor as ProductionSupervisor
{
@Search: {defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.8}
@ObjectModel.foreignKey.association: '_Plant'
key ProductionSupervisor.Plant,
@Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
@ObjectModel.text.element:[ 'ProductionSupervisorName' ]
key ProductionSupervisor.ProductionSupervisor,
@Semantics.text: true
ProductionSupervisor.ProductionSupervisorName,
@Consumption.hidden: true
_Plant
}
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