A_ProductionRoutingOpCtrlPrfl
Operation Control Profile
A_ProductionRoutingOpCtrlPrfl is a Basic CDS View that provides data about "Operation Control Profile" in SAP S/4HANA. It reads from 1 data source (I_OperationControlProfile) and exposes 3 fields with key field OperationControlProfile. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_OperationControlProfile | I_OperationControlProfile | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_ProdnRtgOpCtrlPrflTxt | _Text | $projection.OperationControlProfile = _Text.OperationControlProfile |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Operation Control Profile | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| OData.entityType.name | ProductionRoutingOpCtrlPrfl_Type | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OperationControlProfile | OperationControlProfile | ||
| OperationControlProfileName | ||||
| _Text | _Text |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Operation Control Profile'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@Metadata.ignorePropagatedAnnotations: true
@OData.entityType.name:'ProductionRoutingOpCtrlPrfl_Type'
define view entity A_ProductionRoutingOpCtrlPrfl
as select from I_OperationControlProfile
association [0..*] to A_ProdnRtgOpCtrlPrflTxt as _Text on $projection.OperationControlProfile = _Text.OperationControlProfile
{
key OperationControlProfile,
_Text[1:Language=$session.system_language].OperationControlProfileName as OperationControlProfileName,
/* Associations */
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"A_PRODNRTGOPCTRLPRFLTXT",
"I_OPERATIONCONTROLPROFILE"
],
"ASSOCIATED":
[
"A_PRODNRTGOPCTRLPRFLTXT"
],
"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