I_BillingPlanCategoryText

DDL: I_BILLINGPLANCATEGORYTEXT Type: view_entity BASIC

Billing Plan Category - Text

I_BillingPlanCategoryText is a Basic CDS View that provides data about "Billing Plan Category - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields BillingPlanCategory, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_BillingPlanCategory _BillingPlanCategory $projection.BillingPlanCategory = _BillingPlanCategory.BillingPlanCategory
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (12)

NameValueLevelField
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey BillingPlanCategory view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Billing Plan Category - Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataExtraction.enabled true view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BillingPlanCategory
KEY Language ddlanguage
BillingPlanCategoryName ddtext
_BillingPlanCategory _BillingPlanCategory
_Language _Language
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'BillingPlanCategory'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Billing Plan Category - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@Analytics.dataExtraction.enabled: true
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
//                                     #SEARCHABLE_ENTITY,

                                     #SQL_DATA_SOURCE]
//@Search.searchable: true

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API

define view entity I_BillingPlanCategoryText
  as select from dd07t

  association [0..1] to I_BillingPlanCategory as _BillingPlanCategory on $projection.BillingPlanCategory = _BillingPlanCategory.BillingPlanCategory
  association [0..1] to I_Language            as _Language            on $projection.Language = _Language.Language
{
      @ObjectModel.sapObjectNodeTypeReference: 'BillingPlanCategory'
      @ObjectModel.foreignKey.association: '_BillingPlanCategory'
  key cast( dd07t.domvalue_l as fptyp_fp ) as BillingPlanCategory,

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                  as Language,

      @Semantics.text: true
      ddtext                      as BillingPlanCategoryName,

      //Associations

      _BillingPlanCategory,
      _Language
}
where
      dd07t.domname  = 'FPTYP'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_BILLINGPLANCATEGORY",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/