I_JntIntrstBillgClassText

DDL: I_JNTINTRSTBILLGCLASSTEXT SQL: IJIBCLT Type: view BASIC

Joint Interest Billing Class - Text

I_JntIntrstBillgClassText is a Basic CDS View that provides data about "Joint Interest Billing Class - Text" in SAP S/4HANA. It reads from 1 data source (t8j6b) and exposes 7 fields with key fields CompanyCode, Language, JntIntrstBillgClass. It has 3 associations to related views.

Data Sources (1)

SourceAliasJoin Type
t8j6b t1 from

Associations (3)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[0..1] I_CompanyCode _CompanyCode $projection.CompanyCode = _CompanyCode.CompanyCode
[1..1] I_JntIntrstBillgClass _JntIntrstBillgClass $projection.JntIntrstBillgClass = _JntIntrstBillgClass.JntIntrstBillgClass and $projection.CompanyCode = _JntIntrstBillgClass.CompanyCode

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IJIBCLT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Joint Interest Billing Class - Text view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.dataCategory #TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey JntIntrstBillgClass view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode t8j6b bukrs
KEY Language t8j6b spras
KEY JntIntrstBillgClass t8j6b class
JntIntrstBillgClassText t8j6b ctext
_Language _Language
_CompanyCode _CompanyCode
_JntIntrstBillgClass _JntIntrstBillgClass
@AbapCatalog.sqlViewName: 'IJIBCLT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Joint Interest Billing Class - Text'
@VDM.viewType: #BASIC
@ObjectModel:{
      usageType.dataClass: #MASTER,
      usageType.sizeCategory: #S,
      usageType.serviceQuality: #D,
      dataCategory: #TEXT   }
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'JntIntrstBillgClass'

define view I_JntIntrstBillgClassText
  as select from t8j6b as t1

  association [0..1] to I_Language            as _Language            on  $projection.Language = _Language.Language

  association [0..1] to I_CompanyCode         as _CompanyCode         on  $projection.CompanyCode = _CompanyCode.CompanyCode

  association [1..1] to I_JntIntrstBillgClass as _JntIntrstBillgClass on  $projection.JntIntrstBillgClass = _JntIntrstBillgClass.JntIntrstBillgClass
                                                                      and $projection.CompanyCode         = _JntIntrstBillgClass.CompanyCode
{
      @ObjectModel.foreignKey.association: '_CompanyCode'
  key t1.bukrs              as CompanyCode,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language
  key t1.spras              as Language,
      @ObjectModel.text.element: 'JntIntrstBillgClassText'
  key t1.class              as JntIntrstBillgClass,
      @Semantics.text: true
      t1.ctext              as JntIntrstBillgClassText,

      _Language,
      _CompanyCode,
      _JntIntrstBillgClass
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T8J6B"
],
"ASSOCIATED":
[
"I_COMPANYCODE",
"I_JNTINTRSTBILLGCLASS",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/