I_AllocTableBlockingReason
Allocation Table Blocking Reason
I_AllocTableBlockingReason is a Basic CDS View that provides data about "Allocation Table Blocking Reason" in SAP S/4HANA. It reads from 1 data source (t629) and exposes 2 fields with key field AllocTblBlockReason. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t629 | t629 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AllocTableBlockingReasonT | _Text | $projection.AllocTblBlockReason = _Text.AllocTblBlockReason |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IALLOCTABBLOCK | view | |
| EndUserText.label | Allocation Table Blocking Reason | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.representativeKey | AllocTblBlockReason | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AllocTblBlockReason | sperr | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IALLOCTABBLOCK'
@EndUserText.label: 'Allocation Table Blocking Reason'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel: {
compositionRoot: true,
representativeKey: 'AllocTblBlockReason',
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
}
define view I_AllocTableBlockingReason
as select from t629
association [0..*] to I_AllocTableBlockingReasonT as _Text on $projection.AllocTblBlockReason = _Text.AllocTblBlockReason
{
@ObjectModel.text.association: '_Text'
key sperr as AllocTblBlockReason,
@ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T629"
],
"ASSOCIATED":
[
"I_ALLOCTABLEBLOCKINGREASONT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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