I_ReleaseCode
Release Code
I_ReleaseCode is a Basic CDS View that provides data about "Release Code" in SAP S/4HANA. It reads from 1 data source (t16fb) and exposes 2 fields with key field ReleaseCode. It has 1 association to related views. Part of development package VDM_MM_GF.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t16fb | t16fb | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ReleaseCodeText | _ReleaseCodeText | $projection.ReleaseCode = _ReleaseCodeText.ReleaseCode |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | ReleaseCode | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| AbapCatalog.sqlViewName | IRELEASECODE | view | |
| EndUserText.label | Release Code | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ReleaseCode | frgke | ||
| _ReleaseCodeText | _ReleaseCodeText |
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin
@ObjectModel.representativeKey: 'ReleaseCode'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.sqlViewName: 'IRELEASECODE'
@EndUserText.label: 'Release Code'
@VDM.viewType : #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
//Commented by VDM CDS Suite Plugin:@ObjectModel.representativeKey: 'ReleaseCode'
//Commented by VDM CDS Suite Plugin:
define view I_ReleaseCode
as select from t16fb
association [0..*] to I_ReleaseCodeText as _ReleaseCodeText on $projection.ReleaseCode = _ReleaseCodeText.ReleaseCode
{
key frgke as ReleaseCode,
_ReleaseCodeText
//KZFRE as , GFN not available
//KZFAE as , GFN not available
//TLFAE as GFN not available
}
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