A_BR_NFPartner
Brazil Nota Fiscal Partner
A_BR_NFPartner is a Basic CDS View that provides data about "Brazil Nota Fiscal Partner" in SAP S/4HANA. It reads from 1 data source (I_BR_NFPartner) and exposes 27 fields with key fields BR_NotaFiscal, BR_NFPartnerFunction.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BR_NFPartner | I_BR_NFPartner | from |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | ABRNFPARTNER | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | Brazil Nota Fiscal Partner | 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_NFPartner | view | |
| ObjectModel.representativeKey | BR_NFPartnerFunction | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | false | view |
Fields (27)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BR_NotaFiscal | BR_NotaFiscal | ||
| KEY | BR_NFPartnerFunction | BR_NFPartnerFunction | ||
| BR_NFPartner | BR_NFPartner | |||
| BR_NFPartnerTitle | BR_NFPartnerTitle | |||
| BR_NFPartnerName1 | BR_NFPartnerName1 | |||
| BR_NFPartnerName2 | BR_NFPartnerName2 | |||
| BR_NFPartnerName3 | BR_NFPartnerName3 | |||
| BR_NFPartnerName4 | BR_NFPartnerName4 | |||
| BR_NFPartnerType | BR_NFPartnerType | |||
| BR_NFPartnerStreetName | BR_NFPartnerStreetName | |||
| BR_NFPartnerCityName | BR_NFPartnerCityName | |||
| BR_NFPartnerRegionCode | BR_NFPartnerRegionCode | |||
| BR_NFPartnerDistrictName | BR_NFPartnerDistrictName | |||
| BR_NFPartnerCountryCode | BR_NFPartnerCountryCode | |||
| BR_NFPartnerPostalCode | BR_NFPartnerPostalCode | |||
| BR_NFPartnerCFOPCategory | BR_NFPartnerCFOPCategory | |||
| BR_NFPartnerIsNaturalPerson | BR_NFPartnerIsNaturalPerson | |||
| BR_NFPartnerCNPJ | BR_NFPartnerCNPJ | |||
| BR_NFPartnerCPF | BR_NFPartnerCPF | |||
| PhoneNumber | PhoneNumber | |||
| BR_NFPartnerStateTaxNumber | BR_NFPartnerStateTaxNumber | |||
| BR_NFPartnerMunicipalTaxNumber | BR_NFPartnerMunicipalTaxNumber | |||
| TaxJurisdiction | TaxJurisdiction | |||
| BR_CTeFiscalDocumentPartner | BR_CTeFiscalDocumentPartner | |||
| BR_NFPartnerPlaceType | BR_NFPartnerPlaceType | |||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted | |||
| _BR_NFDoc | _BR_NFDoc |
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'ABRNFPARTNER'
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'Brazil Nota Fiscal Partner'
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@OData.entitySet.name : 'A_BR_NFPartner'
@ObjectModel: {
representativeKey: 'BR_NFPartnerFunction',
createEnabled: true,
updateEnabled: true,
deleteEnabled: false
}
define view A_BR_NFPartner
as select from I_BR_NFPartner
association to parent A_BR_NFDocument as _BR_NFDoc on $projection.BR_NotaFiscal = _BR_NFDoc.BR_NotaFiscal
{
//I_BR_NFPartner
@ObjectModel.foreignKey.association: '_BR_NFDoc'
key BR_NotaFiscal,
key BR_NFPartnerFunction,
BR_NFPartner,
BR_NFPartnerTitle,
BR_NFPartnerName1,
BR_NFPartnerName2,
BR_NFPartnerName3,
BR_NFPartnerName4,
BR_NFPartnerType,
BR_NFPartnerStreetName,
BR_NFPartnerCityName,
BR_NFPartnerRegionCode,
BR_NFPartnerDistrictName,
BR_NFPartnerCountryCode,
BR_NFPartnerPostalCode,
BR_NFPartnerCFOPCategory,
BR_NFPartnerIsNaturalPerson,
BR_NFPartnerCNPJ,
BR_NFPartnerCPF,
PhoneNumber,
BR_NFPartnerStateTaxNumber,
BR_NFPartnerMunicipalTaxNumber,
TaxJurisdiction,
BR_CTeFiscalDocumentPartner,
BR_NFPartnerPlaceType,
IsBusinessPurposeCompleted,
/* Associations */
@ObjectModel.association.type: [#TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT]
_BR_NFDoc
}
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