I_BusVolTableGroup

DDL: I_BUSVOLTABLEGROUP Type: view BASIC

Business Volume Table Group

I_BusVolTableGroup (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Sales

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.

SAP Help Documentation

CategoryCondition Contract
Data CategoryDimension
StatusReleased
Purpose
This CDS view exposes fixed values of the Business Volume Table Group field. This is a customizing table, values to be input by the user.

Prerequisites
There are no prerequisites required.

Structure
Business Configuration Measures and attributes Some important measures and attributes are: Business Volume Table Group Description of the Business Volume Table Group in the logon language.

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessSales
Application ComponentLO-GT-CHB
CapabilitiesAnalytical Dimension, Association Target for Defining CDS Entities, Data Source in SQL Select, Data Source for Defining CDS Entities
PackageSales for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view exposes fixed values of the Business Volume Table Group field. This is a customizing table, values to be input by the user.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
wb2_c_bvtab_grp wb2_c_bvtab_grp from

Annotations (21)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
KEY BusVolTableGroup bvtab_group Business Volume Table Group
_Text _Text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_BusVolTableGroup.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_BusVolTableGroup AS
SELECT
  bvtab_group AS BusVolTableGroup
FROM wb2_c_bvtab_grp
;