I_BR_ONETIMEPARTNER
Brazil Nota Fiscal One Time Partner
I_BR_ONETIMEPARTNER is a CDS View in S/4HANA. Brazil Nota Fiscal One Time Partner. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_BR_OneTimePartner | view | from | BASIC | Brazil Nota Fiscal One Time Partner |
@AbapCatalog.sqlViewName: 'IBRONETIMEPART'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Brazil Nota Fiscal One Time Partner'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE]
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AbapCatalog.preserveKey:true
@Metadata.ignorePropagatedAnnotations: true
define view I_BR_OneTimePartner as select from j_1bnfcpd as OneTimePartner {
key OneTimePartner.docnum as BR_NotaFiscal,
key OneTimePartner.parvw as BR_PartnerFunction,
OneTimePartner.name1 as BusinessPartnerName1,
OneTimePartner.name2 as BusinessPartnerName2,
OneTimePartner.stcd1 as BR_PartnerCNPJ,
OneTimePartner.stcd2 as BR_PartnerCPF,
OneTimePartner.j_1bstains as BR_PartnerStateTaxNumberST,
OneTimePartner.taxjurcode as BusinessPartnerTaxJurisdiction,
OneTimePartner.street as BusinessPartnerStreetNameOnly,
OneTimePartner.stras as BusinessPartnerStreetName,
OneTimePartner.house_num1 as BusinessPartnerHouseNumber,
OneTimePartner.house_num2 as BPHsNmbrSuplmntTxt,
OneTimePartner.city2 as BusinessPartnerDistrict
}