I_ProjBillgElmntEntrSourceType

DDL: I_PROJBILLGELMNTENTRSOURCETYPE Type: view_entity BASIC Package: VDM_PROJBILLINGELEMENTENTRY

Project billing element entry source type

I_ProjBillgElmntEntrSourceType is a Basic CDS View (Dimension) that provides data about "Project billing element entry source type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ProjBillgElmntEntrSourceType. Part of development package VDM_PROJBILLINGELEMENTENTRY.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (17)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Project billing element entry source type view
Search.searchable true view
Analytics.technicalName IPBRBILLGSRCTYPE view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view
ObjectModel.sapObjectNodeType.name ProjBillgElmntEntrSourceType view
ObjectModel.representativeKey ProjBillgElmntEntrSourceType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.dataCategory #VALUE_HELP view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ProjBillgElmntEntrSourceType
DomainValue dd07l domvalue_l
_PrjBlgElmEntrSrceTypeText _PrjBlgElmEntrSrceTypeText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Project billing element entry source type'
@Search.searchable: true
@Analytics.technicalName: 'IPBRBILLGSRCTYPE'
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@Analytics.dataExtraction.enabled: true
@ObjectModel.sapObjectNodeType.name: 'ProjBillgElmntEntrSourceType'
@ObjectModel.representativeKey: 'ProjBillgElmntEntrSourceType'
@ObjectModel.usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #META
}
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION,
                                     #EXTRACTION_DATA_SOURCE,
                                     #CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE,
                                     #VALUE_HELP_PROVIDER]
@ObjectModel.dataCategory: #VALUE_HELP
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC

@Metadata.ignorePropagatedAnnotations: true
define root view entity I_ProjBillgElmntEntrSourceType as select from dd07l
  composition[0..*] of I_PrjBlgElmEntrSrceTypeText as _PrjBlgElmEntrSrceTypeText
{

  @ObjectModel.text.association: '_PrjBlgElmEntrSrceTypeText'
  key cast( substring( domvalue_l, 1, 1 ) as pbee_sourceid preserving type ) as ProjBillgElmntEntrSourceType,

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

      _PrjBlgElmEntrSrceTypeText

}
where
      domname  = 'PBEE_SOURCEID'
      and as4local = 'A'