I_PurReqnReleaseControlCodeT
Release Indicator in PurReqn - Text
I_PurReqnReleaseControlCodeT is a Basic CDS View that provides data about "Release Indicator in PurReqn - Text" in SAP S/4HANA. It reads from 1 data source (t161u) and exposes 3 fields with key fields PurReqnReleaseControlCode, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t161u | t161u | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | PurReqnReleaseControlCode | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| AbapCatalog.sqlViewName | IPR_RELCONCODET | view | |
| EndUserText.label | Release Indicator in PurReqn - Text | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurReqnReleaseControlCode | frgkz | ||
| KEY | Language | spras | ||
| PurReqnRelStrgyControlCodeName | fkztx |
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'PurReqnReleaseControlCode'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.sqlViewName: 'IPR_RELCONCODET'
@EndUserText.label: 'Release Indicator in PurReqn - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType : #BASIC
@ObjectModel.supportedCapabilities: [#CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT]
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@Metadata.ignorePropagatedAnnotations: true
define view I_PurReqnReleaseControlCodeT as select from t161u {
key frgkz as PurReqnReleaseControlCode,
@Semantics.language: true
key spras as Language,
@Semantics.text: true
fkztx as PurReqnRelStrgyControlCodeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T161U"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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