I_BR_PARTNERPLACETYPEDETN

CDS View

Brazil Partner Place Type Detn

I_BR_PARTNERPLACETYPEDETN is a CDS View in S/4HANA. Brazil Partner Place Type Detn. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_BR_PartnerPlaceTypeDetn view from BASIC Brazil Partner Place Type Determination
@AbapCatalog.sqlViewName: 'IBRPARTPLACEDETN'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Brazil Partner Place Type Detn'
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@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_PartnerPlaceTypeDetn
  as select from j_1bnfe_par_map as PartnerPlaceMap
  association [0..1] to I_BR_PartnerPlaceType as _BR_NFPartnerPlaceType on $projection.BR_NFPartnerPlaceType = _BR_NFPartnerPlaceType.BR_NFPartnerPlaceType
{

  key cast( PartnerPlaceMap.nfe_type     as logbr_nftype    preserving type ) as BR_NFType,
      @ObjectModel.foreignKey.association: '_BR_NFPartnerPlaceType'
  key cast( PartnerPlaceMap.partner_role as logbr_part_role preserving type ) as BR_NFPartnerPlaceType,
      cast( PartnerPlaceMap.parvw        as logbr_parvw     preserving type ) as BR_NFPartnerFunction,

      _BR_NFPartnerPlaceType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"J_1BNFE_PAR_MAP"
],
"ASSOCIATED":
[
"I_BR_PARTNERPLACETYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/