I_BR_NFDocumentReferenceType

DDL: I_BR_NFDOCUMENTREFERENCETYPE SQL: IBRNFDOCREFTYPE Type: view BASIC

Brazil Nota Fiscal Document Ref Type

I_BR_NFDocumentReferenceType is a Basic CDS View (Dimension) that provides data about "Brazil Nota Fiscal Document Ref Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field BR_NFDocumentReferenceType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BR_NFDocReferenceTypeText _Text $projection.BR_NFDocumentReferenceType = _Text.BR_NFDocumentReferenceType

Annotations (17)

NameValueLevelField
EndUserText.label Brazil Nota Fiscal Document Ref Type view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IBRNFDOCREFTYPE view
ObjectModel.representativeKey BR_NFDocumentReferenceType view
ObjectModel.compositionRoot true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.dataCategory #VALUE_HELP view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BR_NFDocumentReferenceType
_Text _Text
@EndUserText.label: 'Brazil Nota Fiscal Document Ref Type'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IBRNFDOCREFTYPE'
@ObjectModel.representativeKey: 'BR_NFDocumentReferenceType'
@ObjectModel.compositionRoot: true
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, 
                                     #CDS_MODELING_ASSOCIATION_TARGET, 
                                     #CDS_MODELING_DATA_SOURCE,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE, 
                                     #VALUE_HELP_PROVIDER]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.dataCategory: #VALUE_HELP
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
define view I_BR_NFDocumentReferenceType as select from dd07l
  association [0..*] to I_BR_NFDocReferenceTypeText as _Text on $projection.BR_NFDocumentReferenceType = _Text.BR_NFDocumentReferenceType
{
  @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 1 ) as logbr_documentreferencetype preserving type ) as BR_NFDocumentReferenceType,  
  @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
  _Text
}
where domname  = 'J_1B_NF_DOCREFTYP' 
  and as4local = 'A'