I_BR_CreditControlQuotaStatus

DDL: I_BR_CREDITCONTROLQUOTASTATUS SQL: ICREDCTRLQUOTST Type: view BASIC

Credit Control Quota Status

I_BR_CreditControlQuotaStatus is a Basic CDS View that provides data about "Credit Control Quota Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field BR_CreditControlQuotaStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BR_CreditControlQuotaStsText _Text $projection.BR_CreditControlQuotaStatus = _Text.BR_CreditControlQuotaStatus

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ICREDCTRLQUOTST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.compositionRoot true view
ObjectModel.representativeKey BR_CreditControlQuotaStatus view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #BASIC view
EndUserText.label Credit Control Quota Status view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BR_CreditControlQuotaStatus
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'ICREDCTRLQUOTST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.compositionRoot: true
@ObjectModel.representativeKey: 'BR_CreditControlQuotaStatus'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.viewType: #BASIC
@EndUserText.label: 'Credit Control Quota Status'
define view I_BR_CreditControlQuotaStatus
  as select from dd07l
  association [0..*] to I_BR_CreditControlQuotaStsText as _Text on $projection.BR_CreditControlQuotaStatus = _Text.BR_CreditControlQuotaStatus
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as /tmf/de_cred_ctrl_quota_status ) as BR_CreditControlQuotaStatus,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                                           as DomainValue,
      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text
}
where
      dd07l.domname  = '/TMF/DD_CRED_CTRL_QUOTA_STATUS'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_BR_CREDITCONTROLQUOTASTSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/