I_ProcmtAutomnRuleCritraOptrVH
view for Rule criteriaOperator ValueHelp
I_ProcmtAutomnRuleCritraOptrVH is a Basic CDS View that provides data about "view for Rule criteriaOperator ValueHelp" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ProcmtAutomnRuleCriteriaOptr. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dl | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProcmtAutomnRuleCritraOptTxt | _Text | |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IRULEOP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | view for Rule criteriaOperator ValueHelp | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| Search.searchable | true | view | |
| Analytics.internalName | #LOCAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.semanticKey | ProcmtAutomnRuleCriteriaOptr | view | |
| ObjectModel.representativeKey | ProcmtAutomnRuleCriteriaOptr | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProcmtAutomnRuleCriteriaOptr | |||
| DomainValue | dd07l | domvalue_l | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IRULEOP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
//@ObjectModel.dataCategory: #
//@ObjectModel.supportedCapabilities: [ #EXTRACTION_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'view for Rule criteriaOperator ValueHelp'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@Search.searchable: true
@Analytics.internalName:#LOCAL
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.semanticKey: 'ProcmtAutomnRuleCriteriaOptr'
@ObjectModel.representativeKey: 'ProcmtAutomnRuleCriteriaOptr'
@Metadata.ignorePropagatedAnnotations: true
define root view I_ProcmtAutomnRuleCritraOptrVH
as select from dd07l as dl
composition [0..*] of I_ProcmtAutomnRuleCritraOptTxt as _Text
{
@ObjectModel.text.association: '_Text'
@Semantics.text: true
key cast(dl.domvalue_l as mmpur_rule_operator) as ProcmtAutomnRuleCriteriaOptr,
@Consumption.hidden: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
dl.domvalue_l as DomainValue,
//@ObjectModel.association.type: #TO_COMPOSITION_CHILD
_Text
}
where
dl.domname = 'MMPUR_RULE_OPERATOR'
and dl.as4local = 'A'
and dl.as4vers = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PROCMTAUTOMNRULECRITRAOPTTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"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