I_CABusinessLockReasonText
Business Lock Reason - Text
I_CABusinessLockReasonText is a Composite CDS View that provides data about "Business Lock Reason - Text" in SAP S/4HANA. It reads from 6 data sources and exposes 31 fields with key fields CABusinessProcess, CABusinessLockReason, Language, CABusinessLockReason, Language. It has 2 associations to related views.
Data Sources (6)
| Source | Alias | Join Type |
|---|---|---|
| I_CACorrespncDunLockRsnText | CorrespncDunLockRsnTxt | union_all |
| I_CADunningLockReasonText | DunLockRsnTxt | from |
| I_CAInterestLockReasonText | IntrstLockRsnTxt | union_all |
| I_CAInvcgLockReasonText | InvocgLockRsnTxt | union_all |
| I_CAPaymentLockReasonText | PaytLockRsnTxt | union_all |
| I_CAPostgAndClrgLockRsnText | PostgAndClrgLockRsnTxt | union_all |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CABusinessProcess | _BusProcess | $projection.CABusinessProcess = _BusProcess.CABusinessProcess |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Business Lock Reason - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | CABusinessLockReason | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (31)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CABusinessProcess | BusProc | CABusinessProcess | |
| KEY | CABusinessLockReason | I_CADunningLockReasonText | CADunningLockReason | |
| KEY | Language | I_CADunningLockReasonText | Language | |
| CABusinessLockReasonName | I_CADunningLockReasonText | CADunningLockReasonName | ||
| _BusProcess | _BusProcess | |||
| CABusinessProcess | ||||
| KEY | CABusinessLockReason | I_CAPaymentLockReasonText | CAPaymentLockReason | |
| KEY | Language | I_CAPaymentLockReasonText | Language | |
| CABusinessLockReasonName | I_CAPaymentLockReasonText | CAPaymentLockReasonName | ||
| _BusProcess | _BusProcess | |||
| CABusinessProcess | ||||
| KEY | CABusinessLockReason | I_CAInterestLockReasonText | CAInterestLockReason | |
| KEY | Language | I_CAInterestLockReasonText | Language | |
| CABusinessLockReasonName | I_CAInterestLockReasonText | CAInterestLockReasonText | ||
| _BusProcess | _BusProcess | |||
| CABusinessProcess | ||||
| KEY | CABusinessLockReason | I_CACorrespncDunLockRsnText | CACorrespncDunLockReason | |
| KEY | Language | I_CACorrespncDunLockRsnText | Language | |
| CABusinessLockReasonName | I_CACorrespncDunLockRsnText | CACorrespncDunLockReasonText | ||
| _BusProcess | _BusProcess | |||
| CABusinessProcess | ||||
| KEY | CABusinessLockReason | I_CAPostgAndClrgLockRsnText | CAPostgAndClrgLockReason | |
| KEY | Language | I_CAPostgAndClrgLockRsnText | Language | |
| CABusinessLockReasonName | I_CAPostgAndClrgLockRsnText | CAPostgAndClrgLockReasonName | ||
| _BusProcess | _BusProcess | |||
| CABusinessProcess | ||||
| KEY | CABusinessLockReason | I_CAInvcgLockReasonText | CAInvcgLockReason | |
| KEY | Language | I_CAInvcgLockReasonText | Language | |
| CABusinessLockReasonName | I_CAInvcgLockReasonText | CAInvcgLockReasonName | ||
| _BusProcess | _BusProcess | |||
| _Language | _Language |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Business Lock Reason - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { dataCategory: #TEXT,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
representativeKey: 'CABusinessLockReason',
supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT,
#SQL_DATA_SOURCE ],
usageType: { dataClass: #CUSTOMIZING,
serviceQuality: #C,
sizeCategory: #S } }
@VDM.viewType: #COMPOSITE
define view entity I_CABusinessLockReasonText
as select from I_CADunningLockReasonText as DunLockRsnTxt
join I_CABusinessProcess as BusProc on BusProc.CABusinessProcess = '01'
association [1..1] to I_CABusinessProcess as _BusProcess on $projection.CABusinessProcess = _BusProcess.CABusinessProcess
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_BusProcess'
key BusProc.CABusinessProcess,
key DunLockRsnTxt.CADunningLockReason as CABusinessLockReason,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key DunLockRsnTxt.Language,
@Semantics.text: true
DunLockRsnTxt.CADunningLockReasonName as CABusinessLockReasonName,
_BusProcess,
_Language
}
union all select from I_CAPaymentLockReasonText as PaytLockRsnTxt
join I_CABusinessProcess as BusProc on BusProc.CABusinessProcess = '02'
or BusProc.CABusinessProcess = '03'
or BusProc.CABusinessProcess = '10'
association [1..1] to I_CABusinessProcess as _BusProcess on $projection.CABusinessProcess = _BusProcess.CABusinessProcess
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key BusProc.CABusinessProcess,
key PaytLockRsnTxt.CAPaymentLockReason as CABusinessLockReason,
key PaytLockRsnTxt.Language,
PaytLockRsnTxt.CAPaymentLockReasonName as CABusinessLockReasonName,
_BusProcess,
_Language
}
union all select from I_CAInterestLockReasonText as IntrstLockRsnTxt
join I_CABusinessProcess as BusProc on BusProc.CABusinessProcess = '04'
association [1..1] to I_CABusinessProcess as _BusProcess on $projection.CABusinessProcess = _BusProcess.CABusinessProcess
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key BusProc.CABusinessProcess,
key IntrstLockRsnTxt.CAInterestLockReason as CABusinessLockReason,
key IntrstLockRsnTxt.Language,
IntrstLockRsnTxt.CAInterestLockReasonText as CABusinessLockReasonName,
_BusProcess,
_Language
}
union all select from I_CACorrespncDunLockRsnText as CorrespncDunLockRsnTxt
join I_CABusinessProcess as BusProc on BusProc.CABusinessProcess = '07'
association [1..1] to I_CABusinessProcess as _BusProcess on $projection.CABusinessProcess = _BusProcess.CABusinessProcess
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key BusProc.CABusinessProcess,
key CorrespncDunLockRsnTxt.CACorrespncDunLockReason as CABusinessLockReason,
key CorrespncDunLockRsnTxt.Language,
CorrespncDunLockRsnTxt.CACorrespncDunLockReasonText as CABusinessLockReasonName,
_BusProcess,
_Language
}
union all select from I_CAPostgAndClrgLockRsnText as PostgAndClrgLockRsnTxt
join I_CABusinessProcess as BusProc on BusProc.CABusinessProcess = '09'
association [1..1] to I_CABusinessProcess as _BusProcess on $projection.CABusinessProcess = _BusProcess.CABusinessProcess
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key BusProc.CABusinessProcess,
key PostgAndClrgLockRsnTxt.CAPostgAndClrgLockReason as CABusinessLockReason,
key PostgAndClrgLockRsnTxt.Language,
PostgAndClrgLockRsnTxt.CAPostgAndClrgLockReasonName as CABusinessLockReasonName,
_BusProcess,
_Language
}
union all select from I_CAInvcgLockReasonText as InvocgLockRsnTxt
join I_CABusinessProcess as BusProc on BusProc.CABusinessProcess = '05'
or BusProc.CABusinessProcess = '12'
association [1..1] to I_CABusinessProcess as _BusProcess on $projection.CABusinessProcess = _BusProcess.CABusinessProcess
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key BusProc.CABusinessProcess,
key InvocgLockRsnTxt.CAInvcgLockReason as CABusinessLockReason,
key InvocgLockRsnTxt.Language,
InvocgLockRsnTxt.CAInvcgLockReasonName as CABusinessLockReasonName,
_BusProcess,
_Language
}
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