I_PurgRelStrategyControlCode

DDL: I_PURGRELSTRATEGYCONTROLCODE SQL: IPURRELSTCONCODE Type: view BASIC

Release Indicator in Purchasing Doc

I_PurgRelStrategyControlCode is a Basic CDS View that provides data about "Release Indicator in Purchasing Doc" in SAP S/4HANA. It reads from 1 data source (t16fb) and exposes 2 fields with key field PurgReleaseStrategyControlCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t16fb t16fb from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PurgRelStrategyControlCodeT _PurgRelStrategyControlCodeT $projection.PurgReleaseStrategyControlCode = _PurgRelStrategyControlCodeT.PurgReleaseStrategyControlCode

Annotations (12)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey PurgReleaseStrategyControlCode view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AbapCatalog.sqlViewName IPURRELSTCONCODE view
EndUserText.label Release Indicator in Purchasing Doc view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurgReleaseStrategyControlCode frgke
_PurgRelStrategyControlCodeT _PurgRelStrategyControlCodeT
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin

@ObjectModel.representativeKey: 'PurgReleaseStrategyControlCode'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.sqlViewName: 'IPURRELSTCONCODE'
@EndUserText.label: 'Release Indicator in Purchasing Doc'
@VDM.viewType : #BASIC
@ObjectModel.supportedCapabilities: [#CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
//Commented by VDM CDS Suite Plugin:@ObjectModel.representativeKey: 'ReleaseCode'

//Commented by VDM CDS Suite Plugin:

define view I_PurgRelStrategyControlCode
  as select from t16fb
  association [0..*] to I_PurgRelStrategyControlCodeT as _PurgRelStrategyControlCodeT on $projection.PurgReleaseStrategyControlCode = _PurgRelStrategyControlCodeT.PurgReleaseStrategyControlCode
{

  key frgke as PurgReleaseStrategyControlCode,

      _PurgRelStrategyControlCodeT

      //KZFRE as ,    GFN not available


      //KZFAE as ,    GFN not available


      //TLFAE as      GFN not available

}  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"T16FB"
],
"ASSOCIATED":
[
"I_PURGRELSTRATEGYCONTROLCODET"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/