I_BR_NFTextSource
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BR_NFTextSourceDesc | _BR_NFTextSourceDesc | $projection.BR_NFTextSource = _BR_NFTextSourceDesc.BR_NFTextSource |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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