A_CostCenterText_2

DDL: A_COSTCENTERTEXT_2 Type: view_entity COMPOSITE

Cost Center Text

A_CostCenterText_2 is a Composite CDS View that provides data about "Cost Center Text" in SAP S/4HANA. It reads from 1 data source (R_CostCenterTextTP) and exposes 6 fields with key fields Language, ControllingArea, CostCenter, ValidityEndDate. It is exposed through 1 OData service (API_COST_CENTER).

Data Sources (1)

SourceAliasJoin Type
R_CostCenterTextTP R_CostCenterTextTP projection

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view
EndUserText.label Cost Center Text view
ObjectModel.modelingPattern #TRANSACTIONAL_QUERY view
ObjectModel.sapObjectNodeType.name CostCenterText view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name CostCenterText_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_COST_CENTER API_COST_CENTER V4 C2 C1

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY ControllingArea ControllingArea
KEY CostCenter CostCenter
KEY ValidityEndDate ValidityEndDate
CostCenterName CostCenterName
CostCenterDescription CostCenterDescription
@AccessControl.authorizationCheck: #MANDATORY

@VDM:{
  lifecycle.contract.type: #PUBLIC_REMOTE_API,
  viewType: #COMPOSITE
}

@EndUserText.label: 'Cost Center Text'

@ObjectModel:{
  modelingPattern: #TRANSACTIONAL_QUERY,
  sapObjectNodeType.name: 'CostCenterText',
  supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
  dataCategory: #TEXT,
  usageType: {
    serviceQuality: #A,
    sizeCategory: #L,
    dataClass: #MASTER
  }
}

@Metadata.ignorePropagatedAnnotations: true

@OData: {
  entityType.name: 'CostCenterText_Type'
}

define view entity A_CostCenterText_2
  as projection on R_CostCenterTextTP
{
      @Semantics.language: true
  key Language,

  key ControllingArea,

  key CostCenter,

  key ValidityEndDate,

      @Semantics.text: true
      CostCenterName,

      CostCenterDescription,

      /* Associations */
      _CostCenterTP as _CostCenter: redirected to parent A_CostCenter_2
}