I_ABOPCheckingRuleText
Domain value ABOPCheckingRule with text
I_ABOPCheckingRuleText is a Basic CDS View that provides data about "Domain value ABOPCheckingRule with text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields ABOPCheckingRule, Language. It has 1 association to related views. Part of development package ATP_BOP_SETUP_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | txt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Domain value ABOPCheckingRule with text | view | |
| ObjectModel.representativeKey | ABOPCheckingRule | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Analytics.technicalName | IABOPCHCKRLTXT | view |
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Domain value ABOPCheckingRule with text'
@ObjectModel: {
representativeKey: 'ABOPCheckingRule',
dataCategory: #TEXT,
usageType: {
serviceQuality: #B,
sizeCategory: #L,
dataClass: #CUSTOMIZING
}
}
@Analytics.technicalName: 'IABOPCHCKRLTXT'
define view entity I_ABOPCheckingRuleText
as select from dd07t as txt
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key txt.domvalue_l as ABOPCheckingRule,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast(txt.ddlanguage as spras) as Language,
@Semantics.text: true
txt.ddtext as ABOPCheckingRuleText,
_Language
}
where
txt.domname = 'ATP_BOP_CHECKING_RULE'
and txt.as4local = 'A'
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