I_PurgRelStrategyControlCodeT

DDL: I_PURGRELSTRATEGYCONTROLCODET SQL: IPURRELSTCONCODT Type: view BASIC

Release Indicator in Purg Doc - Text

I_PurgRelStrategyControlCodeT is a Basic CDS View that provides data about "Release Indicator in Purg Doc - Text" in SAP S/4HANA. It reads from 1 data source (t16fe) and exposes 3 fields with key fields PurgReleaseStrategyControlCode, Language.

Data Sources (1)

SourceAliasJoin Type
t16fe t16fe from

Annotations (13)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey PurgReleaseStrategyControlCode view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AbapCatalog.sqlViewName IPURRELSTCONCODT view
EndUserText.label Release Indicator in Purg Doc - 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)

KeyFieldSource TableSource FieldDescription
KEY PurgReleaseStrategyControlCode frgke
KEY Language spras
PurgRelStrategyControlCodeName frget
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin

@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'PurgReleaseStrategyControlCode'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
//Commented by VDM CDS Suite Plugin:@ObjectModel.dataCategory: #TEXT

//Commented by VDM CDS Suite Plugin:@ObjectModel.representativeKey: 'ReleaseCode'

@AbapCatalog.sqlViewName: 'IPURRELSTCONCODT'
@EndUserText.label: 'Release Indicator in Purg Doc - 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_PurgRelStrategyControlCodeT as select from t16fe {
   
    key frgke as PurgReleaseStrategyControlCode,
            
    @Semantics.language: true
    key spras as Language,
    
    @Semantics.text: true
    frget as PurgRelStrategyControlCodeName

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