I_BatchStdVH

DDL: I_BATCHSTDVH SQL: IB__VH2 Type: view COMPOSITE Package: LO_BM_BATCH_DB

Batch information

I_BatchStdVH (Composite)

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

Manufacturing

I_BatchStdVH is a Composite CDS View that provides data about "Batch information" in SAP S/4HANA. It reads from 1 data source (I_BatchVH) and exposes 5 fields with key fields Material, Batch. It is exposed through 14 OData services (ASQL_F2171, ASQL_F2242, ASQL_F2265, ...). Part of development package LO_BM_BATCH_DB.

SAP Help Documentation

CategoryCDS Views for Batch Management
Data CategoryValue Help
StatusReleased
Purpose
This CDS view provides a value help for batches. This view should be used for value help purposes only. If you intend to select the entire business data, use the views Batch Information with Plant-Specific Data ( I_BatchWithPlant_2 ) or Batch Information by Batch Key ( I_Batch_2 ) instead. To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Structure
Parameters The view does not have any input parameters. Important fields in this view include the following: Field Name Description Plant Not relevant, always initial value. Material Material to which the batch belongs. Batch Identifier of the batch.

View on SAP Help Portal →

SAP API Hub

CategoryComposite
StateC1
Line of BusinessManufacturing
Application ComponentLO-BM-MD-2CL
CapabilitiesData Source for Search,Data Provider for Value Help
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageManufacturing for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view provides a value help for Batches. This view should be used for value help purposes only. If you intend to select the entire business data, use the views I_Batch or I_BatchDistinct instead.</p> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_BatchVH I_BatchVH from

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName IB__VH2 view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey Batch view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Batch information view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

OData Services (14)

ServiceBindingVersionContractRelease
ASQL_F2171 ASQL_F2171 C2 NOT_RELEASED
ASQL_F2242 ASQL_F2242 C2 NOT_RELEASED
ASQL_F2265 ASQL_F2265 C2 NOT_RELEASED
ASQL_F2266 ASQL_F2266 C2 NOT_RELEASED
ASQL_F2649 ASQL_F2649 C2 NOT_RELEASED
ASQL_F3717 ASQL_F3717 C2 NOT_RELEASED
ASQL_F5323 ASQL_F5323 C2 NOT_RELEASED
ASQL_F5601 ASQL_F5601 C2 NOT_RELEASED
ASQL_F5987 ASQL_F5987 C2 NOT_RELEASED
ASQL_F6498 ASQL_F6498 C2 NOT_RELEASED
ASQL_F7279 ASQL_F7279 C2 NOT_RELEASED
ASQL_F7551 ASQL_F7551 C2 NOT_RELEASED
ASQL_F7922 ASQL_F7922 C2 NOT_RELEASED
UI_RFM_SUPPLY_SORTRULE UI_RFM_SUPPLY_SORTRULE V2 C1 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Material Material Material Number
KEY Batch Batch Batch Number
_Plant _Plant
_Product _Product
_Material _Material

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_BatchStdVH.
-- 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.
-- SQL view name: IB__VH2

CREATE VIEW I_BatchStdVH AS
SELECT
  Material,
  Batch
FROM I_BatchVH
;