I_BusPartDataOriginType

DDL: I_BUSPARTDATAORIGINTYPE SQL: BUPA_ORIGIN_TYPE Type: view BASIC

I_BusPartDataOriginType is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (tb005) and exposes 2 fields with key field BusinessPartnerDataOriginType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tb005 tb005 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BusPartDataOriginTypeText _Text $projection.BusinessPartnerDataOriginType = _Text.BusinessPartnerDataOriginType

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName BUPA_ORIGIN_TYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey BusinessPartnerDataOriginType view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerDataOriginType source
_Text _Text
@AbapCatalog.sqlViewName: 'BUPA_ORIGIN_TYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'BusinessPartnerDataOriginType'
@VDM.viewType: #BASIC
define view I_BusPartDataOriginType
  as select from tb005
  association [0..*] to I_BusPartDataOriginTypeText as _Text on $projection.BusinessPartnerDataOriginType = _Text.BusinessPartnerDataOriginType
{
      @ObjectModel.text.association: '_Text'
  key source as BusinessPartnerDataOriginType,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB005"
],
"ASSOCIATED":
[
"I_BUSPARTDATAORIGINTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/