I_CNSLDTNPROJECTTEXTENHCD

CDS View

Consolidation Combined Project Text

I_CNSLDTNPROJECTTEXTENHCD is a CDS View in S/4HANA. Consolidation Combined Project Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_CnsldtnProjectT view from BASIC Combined Project Text
@EndUserText.label: 'Consolidation Combined Project Text'
@AbapCatalog.sqlViewName: 'ICSPROJECTTENH'
@VDM.viewType: #BASIC

@ObjectModel.representativeKey: ['Project']
@ObjectModel.dataCategory: #TEXT
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

@AccessControl.authorizationCheck: #CHECK

@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #B  ,
  sizeCategory: #L
}
@Search.searchable: true

define view I_CnsldtnProjectTextEnhcd as 
  
  select from P_CnsldtnProjectT
  
    association[0..1]    to I_Language             as _Language           on $projection.Language          = _Language.Language

{
    
        @ObjectModel.foreignKey.association: '_Language'
        @Semantics.language  
    key Language,
    
        @EndUserText.label: 'Project Definition'
    key Project ,
 
      /*  @Semantics.businessDate.to: true
        ValidityEndDate,
 
        @Semantics.businessDate.from: true
        ValidityStartDate,*/
        
        @Semantics.text
         @Search: {defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH}
        AdditionalMasterDataText,
        
        
        _Language
  
  }

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