I_ABOPExceptionBehaviourText
Exceptional behavior text in BOP
I_ABOPExceptionBehaviourText is a Basic CDS View that provides data about "Exceptional behavior text in BOP" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields ABOPExceptionBehavior, 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 | |
| EndUserText.label | Exceptional behavior text in BOP | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | ABOPExceptionBehavior | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Analytics.technicalName | IABOPEXCEPBEHTXT | view |
@VDM.viewType: #BASIC
@EndUserText.label: 'Exceptional behavior text in BOP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
representativeKey: 'ABOPExceptionBehavior',
dataCategory: #TEXT,
usageType: {
serviceQuality: #B,
sizeCategory: #L,
dataClass: #CUSTOMIZING
}
}
@Analytics.technicalName: 'IABOPEXCEPBEHTXT'
// DEPRICATED since CE1711 (01.12.2017): use I_ABOPExceptionBehaviorText instead
define view entity I_ABOPExceptionBehaviourText
as select from dd07t as txt
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key txt.domvalue_l as ABOPExceptionBehavior,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast(txt.ddlanguage as spras) as Language,
@Semantics.text: true
txt.ddtext as ABOPExceptionBehaviorText,
// Associations
_Language
}
where
txt.domname = 'ATP_BOP_EXCEPTION_BEHAVIOR'
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