I_COSTCENTERACTIVITYTYPETEXT

CDS View

Cost Center Activity Type - Text

I_COSTCENTERACTIVITYTYPETEXT is a CDS View in S/4HANA. Cost Center Activity Type - Text. It contains 2 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
A_CostCenterActivityTypeText view from BASIC Activity Type Text
FAC_COSTCTRACTIVITYTYPEVH view from Data Source for Activity Type
I_AccountingCostRate view inner BASIC Interface view for search model CostRate
I_CostCenterActivityTypeTextTP view from TRANSACTIONAL Languages
I_Customerprojectresource view union_all BASIC Customer Project Resource
I_CustProjResourceText view union_all BASIC Customer Project Resource Text

Fields (2)

KeyField CDS FieldsUsed in Views
KEY CostCtrActivityType CustomerProjectResource 1
CostCtrActivityTypeName CostCtrActivityTypeName,CustomerProjectResourceText 2
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'CostCtrActivityType'

@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT, #EXTRACTION_DATA_SOURCE ]

@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #A,
  sizeCategory: #M
}
@EndUserText.label: 'Cost Center Activity Type - Text'
@Analytics: { dataExtraction.enabled: true }
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFICCACTTYPT'
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK //NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Search.searchable: true

@Metadata.ignorePropagatedAnnotations: true

//--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG

@AccessControl.privilegedAssociations: ['_ControllingAreaText']
// ]--GENERATED

@Consumption.filter.businessDate.at: true

define view I_CostCenterActivityTypeText as select from cslt 
  left outer to one join csla as _md on cslt.lstar = _md.lstar and
                                        cslt.kokrs = _md.kokrs and
                                        cslt.datbi = _md.datbi
  //--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG

  association [0..1] to I_ControllingArea      as _ControllingAreaText on   $projection.ControllingArea = _ControllingAreaText.ControllingArea
  // ]--GENERATED

  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association[1]      to I_ControllingArea    as _ControllingArea on  $projection.ControllingArea     = _ControllingArea.ControllingArea
{
  @Semantics.businessDate.to: true
  key cslt.datbi as ValidityEndDate,
      //--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG

      @Consumption.valueHelpDefinition: [ 
        { entity:  { name:    'I_ControllingAreaStdVH',
                     element: 'ControllingArea' }
        }]
      @ObjectModel.text.association: '_ControllingAreaText'
      // ]--GENERATED

  @ObjectModel.foreignKey.association: '_ControllingArea' 
  key cast( cslt.kokrs as fis_kokrs preserving type ) as ControllingArea,
  key cslt.lstar as CostCtrActivityType,
  @Semantics.language
  @ObjectModel.foreignKey.association: '_Language' //Inserted by VDM CDS Suite Plugin

  key spras as Language,
  
  cast( ktext as fis_costctractivitytypename preserving type ) as CostCtrActivityTypeName,

  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #LOW
  @Semantics.text:true 
  cast( ltext as fis_costctractivitytypedesc preserving type ) as CostCtrActivityTypeDesc,
 
  @Semantics.businessDate.from: true
  datab as ValidityStartDate,

  mctxt as CostCtrActyTypeTxtSearchTerm,
  
  _Language,
  _ControllingArea,
      //--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG

      @Consumption.hidden: true
      _ControllingAreaText
      // ]--GENERATED



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