A_BR_NFDocumentReference

DDL: A_BR_NFDOCUMENTREFERENCE SQL: ABRNFDOCREF Type: view BASIC

Brazil Nota Fiscal Document Reference

A_BR_NFDocumentReference is a Basic CDS View that provides data about "Brazil Nota Fiscal Document Reference" in SAP S/4HANA. It reads from 1 data source (I_BR_NFDocumentReference) and exposes 5 fields with key fields BR_NotaFiscal, BR_NFDocRefSequenceNumber.

Data Sources (1)

SourceAliasJoin Type
I_BR_NFDocumentReference I_BR_NFDocumentReference from

Annotations (16)

NameValueLevelField
EndUserText.label Brazil Nota Fiscal Document Reference view
AbapCatalog.sqlViewName ABRNFDOCREF view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
OData.entitySet.name A_BR_NFDocumentReference view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled false view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BR_NotaFiscal BR_NotaFiscal
KEY BR_NFDocRefSequenceNumber BR_NFDocRefSequenceNumber
BR_NFDocumentReferenceType BR_NFDocumentReferenceType
BR_NFDocReferenceAccessKey BR_NFDocReferenceAccessKey
_BR_NFDoc _BR_NFDoc
@EndUserText.label: 'Brazil Nota Fiscal Document Reference'
@AbapCatalog.sqlViewName: 'ABRNFDOCREF'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@OData.entitySet.name : 'A_BR_NFDocumentReference'
@ObjectModel: {
  createEnabled: true,
  updateEnabled: true,
  deleteEnabled: false
}
define view A_BR_NFDocumentReference 
  as select from I_BR_NFDocumentReference
  association to parent A_BR_NFDocument as _BR_NFDoc on $projection.BR_NotaFiscal = _BR_NFDoc.BR_NotaFiscal
{
  //I_BR_NFDocumentReference

  @ObjectModel.foreignKey.association: '_BR_NFDoc'
  key BR_NotaFiscal,
  key BR_NFDocRefSequenceNumber,
  BR_NFDocumentReferenceType,
  BR_NFDocReferenceAccessKey,
  /* Associations */
  @ObjectModel.association.type: [#TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT]
  _BR_NFDoc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BR_NFDOCUMENTREFERENCE"
],
"ASSOCIATED":
[
"A_BR_NFDOCUMENT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/