I_BusPartSupplementName

DDL: I_BUSPARTSUPPLEMENTNAME SQL: IBPSUPPLNAME Type: view BASIC

View shows the Business Partner Supplement

I_BusPartSupplementName is a Basic CDS View that provides data about "View shows the Business Partner Supplement" in SAP S/4HANA. It reads from 1 data source (tsad5) and exposes 3 fields with key field BusinessPartnerSupplementName. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tsad5 tsad5 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BusPartSuplmntNameText _Text $projection.BusinessPartnerSupplementName = _Text.BusinessPartnerSupplementName

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IBPSUPPLNAME view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey BusinessPartnerSupplementName view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.resultSet.sizeCategory #XS view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label View shows the Business Partner Supplement view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerSupplementName title_key
BusPartSupplementNameText title_text
_Text _Text
@AbapCatalog.sqlViewName: 'IBPSUPPLNAME'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'BusinessPartnerSupplementName'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.resultSet.sizeCategory: #XS
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@EndUserText.label: 'View shows the Business Partner Supplement'
define view I_BusPartSupplementName
  as select from tsad5
  association [0..*] to I_BusPartSuplmntNameText as _Text on $projection.BusinessPartnerSupplementName = _Text.BusinessPartnerSupplementName
{
      @ObjectModel.text.element: ['BusPartSupplementNameText']
  key title_key  as BusinessPartnerSupplementName,
      title_text as BusPartSupplementNameText,
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TSAD5"
],
"ASSOCIATED":
[
"I_BUSPARTSUPLMNTNAMETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/