A_BR_NFExportDeclaration

DDL: A_BR_NFEXPORTDECLARATION SQL: ABRNFDUE Type: view BASIC

BR Export Declaration Data for NF

A_BR_NFExportDeclaration is a Basic CDS View that provides data about "BR Export Declaration Data for NF" in SAP S/4HANA. It reads from 1 data source (I_BR_NFExportDeclaration) and exposes 9 fields with key field BR_NotaFiscal.

Data Sources (1)

SourceAliasJoin Type
I_BR_NFExportDeclaration I_BR_NFExportDeclaration from

Annotations (18)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName ABRNFDUE view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label BR Export Declaration Data for NF view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
OData.entitySet.name A_BR_NFExportDeclaration view
ObjectModel.representativeKey BR_NotaFiscal view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled false view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY BR_NotaFiscal BR_NotaFiscal
BR_DUE BR_DUE
BR_DUEIssuedDate BR_DUEIssuedDate
BR_DUEType BR_DUEType
BR_BillOfLading BR_BillOfLading
BR_BillOfLadingDate BR_BillOfLadingDate
BR_BillOfLadingType BR_BillOfLadingType
BR_DUEExportConfirmationDate BR_DUEExportConfirmationDate
_BR_NFDoc _BR_NFDoc
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'ABRNFDUE'
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'BR Export Declaration Data for NF'
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@OData.entitySet.name : 'A_BR_NFExportDeclaration'
@ObjectModel: {
  representativeKey: 'BR_NotaFiscal',
  createEnabled: true,
  updateEnabled: true,
  deleteEnabled: false
}
define view A_BR_NFExportDeclaration 
  as select from I_BR_NFExportDeclaration 
  association to parent A_BR_NFDocument as _BR_NFDoc on $projection.BR_NotaFiscal = _BR_NFDoc.BR_NotaFiscal
{
  
  //I_BR_NFExportDeclaration

  @ObjectModel.foreignKey.association: '_BR_NFDoc'
  key BR_NotaFiscal,
      BR_DUE,
      BR_DUEIssuedDate,
      BR_DUEType,
      BR_BillOfLading,
      BR_BillOfLadingDate,
      BR_BillOfLadingType,
      BR_DUEExportConfirmationDate,      
  
  /* Associations */
  @ObjectModel.association.type: [#TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT]
  _BR_NFDoc
   
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BR_NFEXPORTDECLARATION"
],
"ASSOCIATED":
[
"A_BR_NFDOCUMENT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/