R_EvtBsdPostgRuleSpclDistrMeth

DDL: R_EVTBSDPOSTGRULESPCLDISTRMETH SQL: REBPRSPCDISTMET Type: view COMPOSITE

Event-Based Posting Rule Special Distribution Method

R_EvtBsdPostgRuleSpclDistrMeth is a Composite CDS View that provides data about "Event-Based Posting Rule Special Distribution Method" in SAP S/4HANA. It reads from 1 data source (I_DomainFixedValueText) and exposes 3 fields with key fields EvtBsdDistrTracingFctrDetnMeth, Language.

Data Sources (1)

SourceAliasJoin Type
I_DomainFixedValueText I_DomainFixedValueText from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName REBPRSPCDISTMET view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey EvtBsdDistrTracingFctrDetnMeth view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label Event-Based Posting Rule Special Distribution Method view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY EvtBsdDistrTracingFctrDetnMeth
KEY Language Language
EvtBsdPostgRuleDistrMethodText
@AbapCatalog.sqlViewName: 'REBPRSPCDISTMET'

@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #COMPOSITE

@ObjectModel: {
    usageType: {
        dataClass: #MASTER,
        serviceQuality: #A,
        sizeCategory: #S
    }
}

@ObjectModel.representativeKey: 'EvtBsdDistrTracingFctrDetnMeth'

@VDM.lifecycle.contract.type: #SAP_INTERNAL_API

@EndUserText.label: 'Event-Based Posting Rule Special Distribution Method'
define view R_EvtBsdPostgRuleSpclDistrMeth
  as select from I_DomainFixedValueText
{
      @ObjectModel.text.element: 'EvtBsdPostgRuleDistrMethodText'
  key cast(DomainValue as fco_ebpr_distrtrcgfctrdetnmeth) as EvtBsdDistrTracingFctrDetnMeth,

      @UI.hidden: true
  key Language,

      @Semantics.text: true
      cast(DomainText as fco_ebpr_distribution_meth_txt)  as EvtBsdPostgRuleDistrMethodText
}
where
      SAPDataDictionaryDomain = 'FCO_EBPR_DISTRTRCGFCTRDETNMETH'
  and Language                = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOMAINFIXEDVALUETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/