I_CABllbleItmProcess

DDL: I_CABLLBLEITMPROCESS Type: view_entity BASIC

Prozesskennung für abr. Pos.

I_CABllbleItmProcess is a Basic CDS View (Dimension) that provides data about "Prozesskennung für abr. Pos." in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field CABllbleItmProcess. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CABllbleItmProcessText _Text

Annotations (15)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
EndUserText.label Prozesskennung für abr. Pos. view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey CABllbleItmProcess view
ObjectModel.sapObjectNodeType.name ContrAcctgBillableItemProcess view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
Search.searchable true view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CABllbleItmProcess
DomainValue dd07l domvalue_l
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL
}
@EndUserText.label: 'Prozesskennung für abr. Pos.'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  modelingPattern: #ANALYTICAL_DIMENSION,
  representativeKey: 'CABllbleItmProcess',
  sapObjectNodeType.name: 'ContrAcctgBillableItemProcess',
  supportedCapabilities: [
    #ANALYTICAL_DIMENSION,
    #CDS_MODELING_ASSOCIATION_TARGET,
    #CDS_MODELING_DATA_SOURCE,
    #EXTRACTION_DATA_SOURCE,
    #SQL_DATA_SOURCE
  ],
  usageType: {
    dataClass: #CUSTOMIZING,
    serviceQuality: #A,
    sizeCategory: #S
  },
  resultSet.sizeCategory: #XS
}
@Search.searchable: true
@VDM.viewType: #BASIC
define root view entity I_CABllbleItmProcess
  as select from dd07l
  composition [0..*] of I_CABllbleItmProcessText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as bit_process_id_kk ) as CABllbleItmProcess,

      @Consumption.hidden: true
      @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
      dd07l.domvalue_l                              as DomainValue,

      _Text
}
where
      dd07l.domname  = 'BIT_PROCESS_ID_KK'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_CABLLBLEITMPROCESSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/