I_ATPRqmtDpndcySourceCatText
ATP Requirement Dependency Source Category Text
I_ATPRqmtDpndcySourceCatText is a Basic CDS View that provides data about "ATP Requirement Dependency Source Category Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields ATPRqmtDpndcySourceCategory, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [1..1] | I_ATPRqmtDpndcySourceCategory | _ATPRqmtDpndcySourceCategory | $projection.ATPRqmtDpndcySourceCategory = _ATPRqmtDpndcySourceCategory.ATPRqmtDpndcySourceCategory |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | IATPRREQDEPSRCCT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | ATPRqmtDpndcySourceCategory | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| EndUserText.label | ATP Requirement Dependency Source Category Text | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ATPRqmtDpndcySourceCategory | domvalue_l | ||
| KEY | Language | |||
| ATPRqmtDpndcySourceCategoryTxt | ddtext | |||
| _Language | _Language | |||
| _ATPRqmtDpndcySourceCategory | _ATPRqmtDpndcySourceCategory |
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'IATPRREQDEPSRCCT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
representativeKey: 'ATPRqmtDpndcySourceCategory',
dataCategory: #TEXT,
usageType: {
serviceQuality: #C,
sizeCategory: #S,
dataClass: #META
}
}
@EndUserText.label: 'ATP Requirement Dependency Source Category Text'
define view I_ATPRqmtDpndcySourceCatText
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [1..1] to I_ATPRqmtDpndcySourceCategory as _ATPRqmtDpndcySourceCategory on $projection.ATPRqmtDpndcySourceCategory = _ATPRqmtDpndcySourceCategory.ATPRqmtDpndcySourceCategory
{
@ObjectModel.foreignKey.association: '_ATPRqmtDpndcySourceCategory'
key domvalue_l as ATPRqmtDpndcySourceCategory,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast(ddlanguage as spras) as Language,
@Semantics.text: true
ddtext as ATPRqmtDpndcySourceCategoryTxt,
_Language,
_ATPRqmtDpndcySourceCategory
}
where
domname = 'ATP_REQ_DEPENDENCY_SOURCE_CAT'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_ATPRQMTDPNDCYSOURCECATEGORY",
"I_LANGUAGE"
],
"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