I_BR_NFDOCUMENTREFERENCE
Brazil Nota Fiscal Document Reference
I_BR_NFDOCUMENTREFERENCE is a CDS View in S/4HANA. Brazil Nota Fiscal Document Reference. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_BR_NFDocumentReference | view | from | BASIC | Brazil Nota Fiscal Document Reference |
| I_BR_NFDocumentReferenceCube | view | from | COMPOSITE | Brazil Nota Fiscal Document Ref - Cube |
@EndUserText.label: 'Brazil Nota Fiscal Document Reference'
@AbapCatalog.sqlViewName: 'IBRNFDOCREF'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE]
@ObjectModel.modelingPattern: #NONE
@AccessControl.authorizationCheck: #MANDATORY
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
define view I_BR_NFDocumentReference as
select from j_1bnf_docref {
key docnum as BR_NotaFiscal,
key counter as BR_NFDocRefSequenceNumber,
cast(docref_type as logbr_documentreferencetype preserving type ) as BR_NFDocumentReferenceType,
cast(access_key as logbr_documentrefaccesskey preserving type ) as BR_NFDocReferenceAccessKey
}