I_PdReleaseIndicatorDesc
Release Indicator Desc for Pur Docs
I_PdReleaseIndicatorDesc is a Basic CDS View that provides data about "Release Indicator Desc for Pur Docs" in SAP S/4HANA. It reads from 1 data source (t16fe) and exposes 4 fields with key fields Language, PurchasingReleaseStatus.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t16fe | t16fe | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPDRELIND | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Release Indicator Desc for Pur Docs | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | PurchasingReleaseStatus | frgke | ||
| PurchasingReleaseCategory | ||||
| PurchasingReleaseIndicatorDesc | frget |
@AbapCatalog.sqlViewName: 'IPDRELIND'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Release Indicator Desc for Pur Docs'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_PdReleaseIndicatorDesc
as select from t16fe
{
@Semantics.language: true
key spras as Language,
key frgke as PurchasingReleaseStatus,
cast ('2' as frgot) as PurchasingReleaseCategory,
@Semantics.text: true
frget as PurchasingReleaseIndicatorDesc
}
where
spras = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T16FE"
],
"ASSOCIATED":
[],
"BASE":
[],
"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