I_CostCenterCategory

DDL: I_COSTCENTERCATEGORY SQL: IFICOSTCTRCAT Type: view BASIC

Cost Center Category

I_CostCenterCategory is a Basic CDS View (Dimension) that provides data about "Cost Center Category" in SAP S/4HANA. It reads from 1 data source (tka05) and exposes 13 fields with key field CostCenterCategory. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
tka05 tka05 from

Associations (2)

CardinalityTargetAliasCondition
[0..*] I_CostCenterCategoryText _Text $projection.CostCenterCategory = _Text.CostCenterCategory
[0..1] I_FunctionalArea _FunctionalArea $projection.FunctionalArea = _FunctionalArea.FunctionalArea

Annotations (19)

NameValueLevelField
EndUserText.label Cost Center Category view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IFICOSTCTRCAT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey CostCenterCategory view
ClientHandling.type #CLIENT_DEPENDENT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 1 view
AbapCatalog.buffering.status #ACTIVE view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.sapObjectNodeType.name CostCenterCategory view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY CostCenterCategory kosar
IsBlkdForPrimaryCostsPosting bkzkp
IsBlkdForSecondaryCostsPosting bkzks
IsBlockedForRevenuePosting bkzer
IsBlockedForCommitmentPosting bkzob
IsBlockedForPlanPrimaryCosts pkzkp
IsBlockedForPlanSecondaryCosts
IsBlockedForPlanRevenues
CostCenterAllocationMethod
ConsumptionQtyIsRecorded mgefl
FunctionalArea func_area
_Text _Text
_FunctionalArea _FunctionalArea
@EndUserText.label: 'Cost Center Category'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFICOSTCTRCAT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'CostCenterCategory'
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.buffering: {type: #GENERIC, numberOfKeyFields: 1, status: #ACTIVE}
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.sapObjectNodeType.name: 'CostCenterCategory'

define view I_CostCenterCategory
  as select from tka05
  association [0..*] to I_CostCenterCategoryText as _Text           on $projection.CostCenterCategory = _Text.CostCenterCategory
  association [0..1] to I_FunctionalArea         as _FunctionalArea on $projection.FunctionalArea = _FunctionalArea.FunctionalArea
{
      @ObjectModel.text.association: '_Text'
  key kosar                    as CostCenterCategory,
      bkzkp                    as IsBlkdForPrimaryCostsPosting,
      bkzks                    as IsBlkdForSecondaryCostsPosting,
      bkzer                    as IsBlockedForRevenuePosting,
      bkzob                    as IsBlockedForCommitmentPosting,
      pkzkp                    as IsBlockedForPlanPrimaryCosts,
      cast(pkzks as fis_pkzks) as IsBlockedForPlanSecondaryCosts,
      cast(pkzer as fis_pkzer) as IsBlockedForPlanRevenues,
      cast(vmeth as fis_vmeth) as CostCenterAllocationMethod,
      mgefl                    as ConsumptionQtyIsRecorded,
      @ObjectModel.foreignKey.association: '_FunctionalArea'
      func_area                as FunctionalArea,

      _Text,
      _FunctionalArea

};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TKA05"
],
"ASSOCIATED":
[
"I_COSTCENTERCATEGORYTEXT",
"I_FUNCTIONALAREA"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/