I_AcctgServiceDocumentType

DDL: I_ACCTGSERVICEDOCUMENTTYPE Type: view_entity COMPOSITE Package: K_SERVICE_DOC_CORE

Accounting Service Document Type

I_AcctgServiceDocumentType is a Composite CDS View (Dimension) that provides data about "Accounting Service Document Type" in SAP S/4HANA. It reads from 1 data source (P_AcctgServiceDocumentItem) and exposes 2 fields with key field ServiceDocumentType. Part of development package K_SERVICE_DOC_CORE.

Data Sources (1)

SourceAliasJoin Type
P_AcctgServiceDocumentItem P_AcctgServiceDocumentItem from

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label Accounting Service Document Type view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey ServiceDocumentType view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
VDM.viewType #COMPOSITE view
Search.searchable true view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentType ServiceDocumentType
ServiceDocumentTypeName ServiceDocumentTypeName
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Accounting Service Document Type'
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions: true
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #M,
  dataClass: #CUSTOMIZING
}
@ObjectModel.representativeKey: 'ServiceDocumentType'
@ObjectModel.semanticKey: ['ServiceDocumentType']
@ObjectModel.supportedCapabilities: 
  [ #ANALYTICAL_DIMENSION,
    #CDS_MODELING_ASSOCIATION_TARGET,
    #SQL_DATA_SOURCE, 
    #CDS_MODELING_DATA_SOURCE,
    #VALUE_HELP_PROVIDER,
    #UI_PROVIDER_PROJECTION_SOURCE
  ]
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@VDM.viewType: #COMPOSITE
@Search.searchable: true
@Consumption.ranked: true

define view entity I_AcctgServiceDocumentType 
  as select from P_AcctgServiceDocumentItem
{
  @ObjectModel.text.element: ['ServiceDocumentTypeName']
  @UI.textArrangement: #TEXT_LAST
  @Search: { 
    defaultSearchElement: true, 
    ranking: #HIGH, 
    fuzzinessThreshold: 0.8 
  }
  key ServiceDocumentType,
 
  @Semantics.text: true
  @Search: { 
    defaultSearchElement: true, 
    ranking: #LOW, 
    fuzzinessThreshold: 0.8 
  }
  ServiceDocumentTypeName
}
group by
  ServiceDocumentType,
  ServiceDocumentTypeName