I_BR_ImportDeclarationType

DDL: I_BR_IMPORTDECLARATIONTYPE SQL: IBRIMPDECTYP Type: view BASIC Package: GLO_LOG_BR

Brazil Import Declaration Type

I_BR_ImportDeclarationType is a Basic CDS View that provides data about "Brazil Import Declaration Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field BR_NFImportDeclarationType. It has 1 association to related views. Part of development package GLO_LOG_BR.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BR_ImportDeclarationTypeText _Text $projection.BR_NFImportDeclarationType = _Text.BR_NFImportDeclarationType

Annotations (14)

NameValueLevelField
EndUserText.label Brazil Import Declaration Type view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IBRIMPDECTYP view
ObjectModel.representativeKey BR_NFImportDeclarationType view
ObjectModel.compositionRoot true view
AccessControl.authorizationCheck #CHECK 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
AbapCatalog.preserveKey true view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BR_NFImportDeclarationType
_Text _Text
@EndUserText.label: 'Brazil Import Declaration Type'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IBRIMPDECTYP'
@ObjectModel.representativeKey: 'BR_NFImportDeclarationType'
@ObjectModel.compositionRoot: true
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE]
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@AbapCatalog.preserveKey: true
@Consumption.ranked: true
define view I_BR_ImportDeclarationType
  as select from dd07l
  association [0..*] to I_BR_ImportDeclarationTypeText as _Text on $projection.BR_NFImportDeclarationType = _Text.BR_NFImportDeclarationType
{
      @ObjectModel.text.association: '_Text'
  key cast( substring(domvalue_l, 1, 1) as logbr_declarationtype preserving type ) as BR_NFImportDeclarationType,
  
      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text
}
where
      domname  = 'J_1B_IMP_DECLAR_TYPE'
  and as4local = 'A'