I_BillingPriceSource

DDL: I_BILLINGPRICESOURCE SQL: IBILLGPRICESRCE Type: view BASIC

Billing Price Source

I_BillingPriceSource is a Basic CDS View that provides data about "Billing Price Source" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field BillingPriceSource. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BillingPriceSourceText _Text $projection.BillingPriceSource = _Text.BillingPriceSource

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IBILLGPRICESRCE view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #META view
EndUserText.label Billing Price Source view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.representativeKey BillingPriceSource view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name BillingPriceSource view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BillingPriceSource
_Text _Text
@AbapCatalog.sqlViewName: 'IBILLGPRICESRCE'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true 
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #META
@EndUserText.label: 'Billing Price Source'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.supportedCapabilities:
    [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel.representativeKey: 'BillingPriceSource'
@Metadata.ignorePropagatedAnnotations:true 
@ObjectModel.sapObjectNodeType.name: 'BillingPriceSource'
define view I_BillingPriceSource as select from dd07l
  association [0..*] to I_BillingPriceSourceText as _Text on $projection.BillingPriceSource = _Text.BillingPriceSource
{

  @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 1 ) as prsqu ) as BillingPriceSource,
  _Text

}

where domname = 'PRSQU' and as4local = 'A'  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_BILLINGPRICESOURCETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/