I_MfgOrderMRPControllerVH
MRP Controller Value Help
I_MfgOrderMRPControllerVH is a Composite CDS View that provides data about "MRP Controller Value Help" in SAP S/4HANA. It reads from 1 data source (I_MRPController) and exposes 4 fields with key fields Plant, MRPController.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MRPController | MRPController | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMFGORDMRPCTRLVH | view | |
| EndUserText.label | MRP Controller Value Help | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Search.searchable | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | MRPController | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Plant | I_MRPController | Plant | |
| KEY | MRPController | I_MRPController | MRPController | |
| MRPControllerName | I_MRPController | MRPControllerName | ||
| _Plant | _Plant |
@AbapCatalog.sqlViewName: 'IMFGORDMRPCTRLVH'
@EndUserText.label: 'MRP Controller Value Help'
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'MRPController'
@Metadata.ignorePropagatedAnnotations:true
//@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
define view I_MfgOrderMRPControllerVH
as select from I_MRPController as MRPController
{
@ObjectModel.foreignKey.association: '_Plant'
@Search: {defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.8}
key MRPController.Plant,
@ObjectModel.text.element: 'MRPControllerName'
@Search: {defaultSearchElement: true, fuzzinessThreshold: 0.8}
key MRPController.MRPController,
@Semantics.text: true
@Search: {defaultSearchElement: true, fuzzinessThreshold: 0.8}
MRPController.MRPControllerName,
@Consumption.hidden: true
_Plant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MRPCONTROLLER"
],
"ASSOCIATED":
[
"I_PLANT"
],
"BASE":
[
"I_MRPCONTROLLER"
],
"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