I_RABillingPlanType

DDL: I_RABILLINGPLANTYPE SQL: IRABILLPLANTYPE Type: view BASIC

Revenue Accounting Billing Plan Type

I_RABillingPlanType is a Basic CDS View (Dimension) that provides data about "Revenue Accounting Billing Plan Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field RABillingPlanType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_RABillingPlanTypeText _Text $projection.RABillingPlanType = _Text.RABillingPlanType

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IRABILLPLANTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Revenue Accounting Billing Plan Type view
Analytics.dataCategory #DIMENSION view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.representativeKey RABillingPlanType view
VDM.viewType #BASIC view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY RABillingPlanType
_Text _Text
@AbapCatalog.sqlViewName: 'IRABILLPLANTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Revenue Accounting Billing Plan Type'
@Analytics.dataCategory: #DIMENSION
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.usageType: {serviceQuality: #D, sizeCategory: #S, dataClass: #META}
@ObjectModel.representativeKey: 'RABillingPlanType'
@VDM.viewType: #BASIC
@Analytics.internalName: #LOCAL

@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_RABillingPlanType 
  as select from dd07l 
  association [0..*] to I_RABillingPlanTypeText as _Text on $projection.RABillingPlanType = _Text.RABillingPlanType
{
       @ObjectModel.text.association: '_Text'
   key cast (domvalue_l as farr_bill_plan_type ) as RABillingPlanType,

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