I_BR_ImportDeclarationType
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BR_ImportDeclarationTypeText | _Text | $projection.BR_NFImportDeclarationType = _Text.BR_NFImportDeclarationType |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA