I_BusVolTableGroup
Business Volume Table Group
I_BusVolTableGroup is a Basic CDS View (Dimension) that provides data about "Business Volume Table Group" in SAP S/4HANA. It reads from 1 data source (wb2_c_bvtab_grp) and exposes 2 fields with key field BusVolTableGroup.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| wb2_c_bvtab_grp | wb2_c_bvtab_grp | from |
Annotations (21)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBUSVOLTABGRP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #GENERIC | view | |
| AbapCatalog.buffering.numberOfKeyFields | 001 | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | BusVolTableGroup | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | false | view | |
| Analytics.internalName | #LOCAL | view | |
| EndUserText.label | Business Volume Table Group | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusVolTableGroup | bvtab_group | ||
| _Text | _Text |
@AbapCatalog: {
sqlViewName: 'IBUSVOLTABGRP',
compiler.compareFilter: true,
buffering: {
status: #ACTIVE,
type: #GENERIC,
numberOfKeyFields: 001
},
preserveKey: true
}
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
representativeKey: 'BusVolTableGroup',
modelingPattern: #ANALYTICAL_DIMENSION,
supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE],
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #B,
sizeCategory: #S
}
}
@ClientHandling: {
type: #INHERITED,
algorithm: #SESSION_VARIABLE
}
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction.enabled: false,
internalName: #LOCAL
}
@EndUserText.label: 'Business Volume Table Group'
@Metadata.ignorePropagatedAnnotations: true
define view I_BusVolTableGroup
as select from
wb2_c_bvtab_grp
association[0..*] to I_BusVolTableGroupText as _Text on $projection.BusVolTableGroup = _Text.BusVolTableGroup
{
@ObjectModel.text.association: '_Text'
key bvtab_group as BusVolTableGroup,
//Associations
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"WB2_C_BVTAB_GRP"
],
"ASSOCIATED":
[
"I_BUSVOLTABLEGROUPTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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