I_ConditionAcctAssgmtRelevance

DDL: I_CONDITIONACCTASSGMTRELEVANCE SQL: ICNDNACCASSGMREL Type: view BASIC

Condition Account Assignment Relevance

I_ConditionAcctAssgmtRelevance is a Basic CDS View that provides data about "Condition Account Assignment Relevance" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ConditionAcctAssgmtRelevance. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ConditionAcctAssgmtRelevText _Text $projection.ConditionAcctAssgmtRelevance = _Text.ConditionAcctAssgmtRelevance

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ICNDNACCASSGMREL view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #META view
EndUserText.label Condition Account Assignment Relevance view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.representativeKey ConditionAcctAssgmtRelevance view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name CndnAcctAssignmentRelevance view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ConditionAcctAssgmtRelevance
_Text _Text
@AbapCatalog.sqlViewName: 'ICNDNACCASSGMREL'
@AbapCatalog.preserveKey:true 
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #META
@EndUserText.label: 'Condition Account Assignment Relevance'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.representativeKey: 'ConditionAcctAssgmtRelevance'
@ObjectModel.supportedCapabilities:
    [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.sapObjectNodeType.name: 'CndnAcctAssignmentRelevance'
define view I_ConditionAcctAssgmtRelevance
  as select from dd07l
  association [0..*] to I_ConditionAcctAssgmtRelevText as _Text on $projection.ConditionAcctAssgmtRelevance = _Text.ConditionAcctAssgmtRelevance
{

      @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 1 ) as ktrel ) as ConditionAcctAssgmtRelevance,
      _Text

}

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