I_ProdnModBOOOpCtrlProfileVH
Operation Control Profile
I_ProdnModBOOOpCtrlProfileVH 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 4 fields with key field OperationControlProfile.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_OperationControlProfile | OpCtrlProfile | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Operation Control Profile | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | OperationControlProfile | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Consumption.ranked | true | view | |
| Search.searchable | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OperationControlProfile | OperationControlProfile | ||
| OperationIsProcessedExternally | OperationIsProcessedExternally | |||
| OperationIsReworkOperation | OperationIsReworkOperation | |||
| _OpCtrlProfileText | _Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Operation Control Profile'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: 'OperationControlProfile'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #MASTER}
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked:true
//@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]
@Search.searchable: true
define view entity I_ProdnModBOOOpCtrlProfileVH
as select from I_OperationControlProfile as OpCtrlProfile
{
@Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
@ObjectModel.text.association: '_OpCtrlProfileText'
key OperationControlProfile,
@Consumption.hidden: true
OperationIsProcessedExternally,
@Consumption.hidden: true
OperationIsReworkOperation,
_Text as _OpCtrlProfileText
}
where
ConfirmationIsRequired = 'X'
and OperationIsReworkOperation = '';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_OPERATIONCONTROLPROFILE"
],
"ASSOCIATED":
[
"I_OPERATIONCONTROLPROFILETEXT"
],
"BASE":
[
"I_OPERATIONCONTROLPROFILE"
],
"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