I_BR_PartnerPlaceType

DDL: I_BR_PARTNERPLACETYPE SQL: IBRPARTPLACETYPE Type: view BASIC

Brazil Partner Place Type

I_BR_PartnerPlaceType is a Basic CDS View that provides data about "Brazil Partner Place Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field BR_NFPartnerPlaceType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BR_PartnerPlaceTypeText _Text $projection.BR_NFPartnerPlaceType = _Text.BR_NFPartnerPlaceType

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IBRPARTPLACETYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label Brazil Partner Place Type view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey BR_NFPartnerPlaceType view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #NOT_REQUIRED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BR_NFPartnerPlaceType
_Text _Text
@AbapCatalog.sqlViewName: 'IBRPARTPLACETYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Brazil Partner Place Type'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'BR_NFPartnerPlaceType'
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.personalData.blocking: #NOT_REQUIRED

define view I_BR_PartnerPlaceType
  as select from dd07l
  association [0..*] to I_BR_PartnerPlaceTypeText as _Text on $projection.BR_NFPartnerPlaceType = _Text.BR_NFPartnerPlaceType{

  @ObjectModel.text.association: '_Text'
  key cast( substring(domvalue_l, 1, 1) as logbr_part_role preserving type ) as BR_NFPartnerPlaceType,
  @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
  _Text
}
where domname = 'J_1BNFE_PART_ROLE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_BR_PARTNERPLACETYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/