I_RFDYRqmtRefreshStrategy
Release for Delivery Requirement Refresh Strategy
I_RFDYRqmtRefreshStrategy is a Basic CDS View that provides data about "Release for Delivery Requirement Refresh Strategy" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field RFDYRequirementRefreshStrategy. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_RFDYRqmtRefreshStrategyText | _RqmtRefreshStrategyText | $projection.RFDYRequirementRefreshStrategy = _RqmtRefreshStrategyText.RFDYRequirementRefreshStrategy |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | IRFDYRQMTRFRSTR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | RFDYRequirementRefreshStrategy | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| EndUserText.label | Release for Delivery Requirement Refresh Strategy | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RFDYRequirementRefreshStrategy | |||
| _RqmtRefreshStrategyText | _RqmtRefreshStrategyText |
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'IRFDYRQMTRFRSTR'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
representativeKey: 'RFDYRequirementRefreshStrategy',
usageType: {
serviceQuality: #C,
sizeCategory: #S,
dataClass: #META
}
}
@EndUserText.label: 'Release for Delivery Requirement Refresh Strategy'
define view I_RFDYRqmtRefreshStrategy
as select from dd07l
association [0..*] to I_RFDYRqmtRefreshStrategyText as _RqmtRefreshStrategyText on $projection.RFDYRequirementRefreshStrategy = _RqmtRefreshStrategyText.RFDYRequirementRefreshStrategy
{
@ObjectModel.foreignKey.association: '_RqmtRefreshStrategyText'
@ObjectModel.text.association: '_RqmtRefreshStrategyText'
key cast(domvalue_l as atp_r4d_rqmt_refresh_strategy) as RFDYRequirementRefreshStrategy,
_RqmtRefreshStrategyText
}
where
domname = 'ATP_R4D_RQMT_REFRESH_STRATEGY'
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_RFDYRQMTREFRESHSTRATEGYTEXT"
],
"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