I_CustomerIndustryCodeVH

DDL: I_CUSTOMERINDUSTRYCODEVH SQL: INDUSTRYCODEVH Type: view BASIC

Customer Industry Value Help

I_CustomerIndustryCodeVH is a Basic CDS View (Dimension) that provides data about "Customer Industry Value Help" in SAP S/4HANA. It reads from 1 data source (tbrc) and exposes 2 fields with key field IndustryCode1. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tbrc IndustryCode from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CustIndustryCodeValHelpText _Text $projection.IndustryCode1 = _Text.IndustryCode1

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName INDUSTRYCODEVH view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Customer Industry Value Help view
ObjectModel.representativeKey IndustryCode1 view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Analytics.internalName #LOCAL view
AbapCatalog.compiler.compareFilter true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY IndustryCode1 braco Industry Code
_Text _Text
@AbapCatalog.sqlViewName: 'INDUSTRYCODEVH'
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Customer Industry Value Help'
@ObjectModel.representativeKey: 'IndustryCode1'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@VDM.viewType: #BASIC
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@Analytics.internalName:#LOCAL 
@AbapCatalog.compiler.compareFilter:true 

define view I_CustomerIndustryCodeVH 
    as select from tbrc as IndustryCode
    association [0..*] to I_CustIndustryCodeValHelpText as _Text on $projection.IndustryCode1 = _Text.IndustryCode1
{
      @ObjectModel.text.association: '_Text'
      @EndUserText.label: 'Industry Code'
     key braco as IndustryCode1,
     
     @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text
}          
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TBRC"
],
"ASSOCIATED":
[
"I_CUSTINDUSTRYCODEVALHELPTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/