I_CustomerIndustryCodeVH
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)
| Source | Alias | Join Type |
|---|---|---|
| tbrc | IndustryCode | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_CustIndustryCodeValHelpText | _Text | $projection.IndustryCode1 = _Text.IndustryCode1 |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA