A_BuPaIndustry

DDL: A_BUPAINDUSTRY SQL: ABUPAIND Type: view BASIC

Industry

A_BuPaIndustry is a Basic CDS View that provides data about "Industry" in SAP S/4HANA. It reads from 1 data source (I_BusinessPartnerIndustry) and exposes 6 fields with key fields IndustrySector, IndustrySystemType, BusinessPartner. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_BusinessPartnerIndustry I_BusinessPartnerIndustry from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_BusinessPartner _BusinessPartner $projection.BusinessPartner = _BusinessPartner.BusinessPartner

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName ABUPAIND view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Industry view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY IndustrySector IndustrySector
KEY IndustrySystemType IndustrySystemType
KEY BusinessPartner BusinessPartner
IsStandardIndustry IsStandardIndustry
IndustryKeyDescription IndustryKeyDescription
_BusinessPartner _BusinessPartner
@AbapCatalog.sqlViewName: 'ABUPAIND'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Industry'
@AccessControl.personalData.blocking: #REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.createEnabled:true
@ObjectModel.updateEnabled:true
@ObjectModel.deleteEnabled:true
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API

define view A_BuPaIndustry as select from I_BusinessPartnerIndustry 

  association [1..1] to A_BusinessPartner as _BusinessPartner on $projection.BusinessPartner = _BusinessPartner.BusinessPartner

{ 
  key IndustrySector,
  key IndustrySystemType,
  key BusinessPartner,
      IsStandardIndustry,
      IndustryKeyDescription,  
      _BusinessPartner  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUSINESSPARTNERINDUSTRY"
],
"ASSOCIATED":
[
"A_BUSINESSPARTNER"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/