I_BR_NFDocReferenceTypeText

DDL: I_BR_NFDOCREFERENCETYPETEXT SQL: IBRNFDOCREFTYPET Type: view BASIC Package: GLO_LOG_BR

Brazil Nota Fiscal Doc Ref Type - Text

I_BR_NFDocReferenceTypeText is a Basic CDS View that provides data about "Brazil Nota Fiscal Doc Ref Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, BR_NFDocumentReferenceType. It has 2 associations to related views. Part of development package GLO_LOG_BR.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_BR_NFDocumentReferenceType _BR_NFDocumentReferenceType $projection.BR_NFDocumentReferenceType = _BR_NFDocumentReferenceType.BR_NFDocumentReferenceType
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
EndUserText.label Brazil Nota Fiscal Doc Ref Type - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IBRNFDOCREFTYPET view
ObjectModel.representativeKey BR_NFDocumentReferenceType view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED 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 (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY BR_NFDocumentReferenceType
BR_NFDocumentReferenceTypeDesc ddtext
_BR_NFDocumentReferenceType _BR_NFDocumentReferenceType
_Language _Language
@EndUserText.label: 'Brazil Nota Fiscal Doc Ref Type - Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IBRNFDOCREFTYPET'
@ObjectModel.representativeKey: 'BR_NFDocumentReferenceType'
@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AccessControl.authorizationCheck: #NOT_REQUIRED
@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_NFDocReferenceTypeText as select from dd07t
  association [1..1] to I_BR_NFDocumentReferenceType as _BR_NFDocumentReferenceType on $projection.BR_NFDocumentReferenceType = _BR_NFDocumentReferenceType.BR_NFDocumentReferenceType
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  @Semantics.language
  key cast( ddlanguage as spras preserving type ) as Language,
  @ObjectModel.foreignKey.association: '_BR_NFDocumentReferenceType'
  key cast ( substring( domvalue_l, 1, 1 ) as logbr_documentreferencetype preserving type ) as BR_NFDocumentReferenceType,  
  @Semantics.text
  ddtext as BR_NFDocumentReferenceTypeDesc,
  @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
  _BR_NFDocumentReferenceType, 
  _Language 
}
where domname  = 'J_1B_NF_DOCREFTYP' 
  and as4local = 'A'