I_BusPartIndustrySystem

DDL: I_BUSPARTINDUSTRYSYSTEM SQL: IBPINDSYST Type: view BASIC

Business Partner Industry System

I_BusPartIndustrySystem is a Basic CDS View that provides data about "Business Partner Industry System" in SAP S/4HANA. It reads from 1 data source (tb038) and exposes 2 fields with key field IndustrySystemType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tb038 tb038 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BusPartIndustrySystemText _Text $projection.IndustrySystemType = _Text.IndustrySystemType

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IBPINDSYST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.sapObjectNodeType.name BPIndustrySystemType view
ObjectModel.modelingPattern #NONE view
EndUserText.label Business Partner Industry System view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY IndustrySystemType istype
_Text _Text
@AbapCatalog.sqlViewName: 'IBPINDSYST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC

@ObjectModel: {
  usageType.sizeCategory: #S,
  usageType.serviceQuality: #X,
  usageType.dataClass: #CUSTOMIZING,
  sapObjectNodeType.name: 'BPIndustrySystemType',
  modelingPattern: #NONE,
  supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ]
}
@EndUserText.label: 'Business Partner Industry System'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
define view I_BusPartIndustrySystem
  as select from tb038
  association [0..*] to I_BusPartIndustrySystemText as _Text on $projection.IndustrySystemType = _Text.IndustrySystemType
{
      @ObjectModel.text.association: '_Text'
  key istype as IndustrySystemType,
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB038"
],
"ASSOCIATED":
[
"I_BUSPARTINDUSTRYSYSTEMTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/