I_UtilsBillgBlockReason

DDL: I_UTILSBILLGBLOCKREASON SQL: IEBILLGBLOCKRSN Type: view BASIC

Billing Block Reason

I_UtilsBillgBlockReason is a Basic CDS View (Dimension) that provides data about "Billing Block Reason" in SAP S/4HANA. It reads from 1 data source (te021) and exposes 2 fields with key field UtilsBillgBlockReason. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
te021 te021 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_UtilsBillgBlockReasonT _Text $projection.UtilsBillgBlockReason = _Text.UtilsBillgBlockReason

Annotations (13)

NameValueLevelField
EndUserText.label Billing Block Reason view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IEBILLGBLOCKRSN view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey UtilsBillgBlockReason view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UtilsBillgBlockReason te021 abrsperr
_Text _Text
@EndUserText.label: 'Billing Block Reason'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEBILLGBLOCKRSN'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
@Metadata.ignorePropagatedAnnotations:true
//@AbapCatalog.preserveKey:true

@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.representativeKey: 'UtilsBillgBlockReason'
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

define view I_UtilsBillgBlockReason
  as select from te021
  association [0..*] to I_UtilsBillgBlockReasonT as _Text on $projection.UtilsBillgBlockReason = _Text.UtilsBillgBlockReason
{
      @ObjectModel.text.association: '_Text'
  key te021.abrsperr as UtilsBillgBlockReason,

      _Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TE021"
],
"ASSOCIATED":
[
"I_UTILSBILLGBLOCKREASONT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/