I_BR_NFTextSource

DDL: I_BR_NFTEXTSOURCE SQL: IBRNFTEXTSOURCE Type: view BASIC

Brazil nota fiscal text source

I_BR_NFTextSource is a Basic CDS View that provides data about "Brazil nota fiscal text source" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field BR_NFTextSource. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BR_NFTextSourceDesc _BR_NFTextSourceDesc $projection.BR_NFTextSource = _BR_NFTextSourceDesc.BR_NFTextSource

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IBRNFTEXTSOURCE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Brazil nota fiscal text source view
ObjectModel.compositionRoot true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.supportedCapabilities #CDS_MODELING_ASSOCIATION_TARGET view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey BR_NFTextSource view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BR_NFTextSource
_BR_NFTextSourceDesc _BR_NFTextSourceDesc
@AbapCatalog.sqlViewName: 'IBRNFTEXTSOURCE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Brazil nota fiscal text source'
@ObjectModel.compositionRoot: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: #CDS_MODELING_ASSOCIATION_TARGET
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'BR_NFTextSource'

define view I_BR_NFTextSource as select from dd07l 
  association [0..*] to I_BR_NFTextSourceDesc as _BR_NFTextSourceDesc on $projection.BR_NFTextSource = _BR_NFTextSourceDesc.BR_NFTextSource {
  
  @ObjectModel.text.association: '_BR_NFTextSourceDesc'
  key cast( substring(domvalue_l, 1, 1) as logbr_nftext_source preserving type ) as BR_NFTextSource,
  @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
  _BR_NFTextSourceDesc
    
} where
      domname  = 'LOGBR_NFTEXT_SOURCE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_BR_NFTEXTSOURCEDESC"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/